using UnityEngine; namespace RPGCoreCommon.DropTable { public class DropTableComponent : MonoBehaviour { [SerializeReference] private DropTableSO dropTableGroup; } }