init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace RPGCoreCommon.DropTable
|
||||
{
|
||||
public class DropTableComponent : MonoBehaviour
|
||||
{
|
||||
[SerializeReference] private DropTableSO dropTableGroup;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user