init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Sirenix.OdinInspector;
|
||||
using UnityEngine;
|
||||
|
||||
namespace VOID.ScriptableObjects.DropTable
|
||||
{
|
||||
[CreateAssetMenu(menuName = "GAME DATA/DropTable/DropTable")]
|
||||
public class DropTableScriptableObject : ScriptableObject
|
||||
{
|
||||
[HideLabel]
|
||||
public Generic.DropTable.DropTable value;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 07dd4d15324c470b9be6c7d393c6d2df
|
||||
timeCreated: 1717772254
|
||||
Reference in New Issue
Block a user