2026-04-10 퀵슬롯진행중
This commit is contained in:
10
Assets/02_Scripts/_Shared/UseableEntry.cs
Normal file
10
Assets/02_Scripts/_Shared/UseableEntry.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public abstract class UseableEntry : ScriptableObject
|
||||
{
|
||||
public string EntryName;
|
||||
public string EntryDesc;
|
||||
public Sprite icon;
|
||||
|
||||
public abstract void Use();
|
||||
}
|
||||
2
Assets/02_Scripts/_Shared/UseableEntry.cs.meta
Normal file
2
Assets/02_Scripts/_Shared/UseableEntry.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 945424eeadf0fc140bf5f9d4372350f7
|
||||
Reference in New Issue
Block a user