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();
|
||||
}
|
||||
Reference in New Issue
Block a user