9 lines
189 B
C#
9 lines
189 B
C#
using UnityEngine;
|
|
|
|
namespace RPGCoreCommon.DropTable
|
|
{
|
|
public class DropTableComponent : MonoBehaviour
|
|
{
|
|
[SerializeReference] private DropTableSO dropTableGroup;
|
|
}
|
|
} |