Files
TheVVaS-Assets/RPGCoreCommon/DropTable/Runtime/DropTableComponent.cs
T
2026-04-25 23:37:10 +02:00

9 lines
189 B
C#

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