items menu WIP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class ItemsMenuActionSO : ScriptableObject
|
||||
{
|
||||
public string ActionName;
|
||||
public ItemsMenuActions Action;
|
||||
}
|
||||
Reference in New Issue
Block a user