migration from new repo
This commit is contained in:
commit
423134a840
26930 changed files with 3458568 additions and 0 deletions
12
Assets/_/Features/Items/Runtime/ItemDefinitionSO.cs
Normal file
12
Assets/_/Features/Items/Runtime/ItemDefinitionSO.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Item.Runtime
|
||||
{
|
||||
[CreateAssetMenu(fileName = "New Item Definition", menuName = "Guild Tycoon/Items/Generation", order = 0)]
|
||||
public class ItemDefinitionSO : ScriptableObject
|
||||
{
|
||||
[SerializeField] Item _data;
|
||||
|
||||
public string DisplayNameKey;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue