2026-04-11 에러수정
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public abstract class UseableEntry : ScriptableObject
|
||||
{
|
||||
[Header("기본 정보")]
|
||||
public string EntryName;
|
||||
public string EntryDesc;
|
||||
public Sprite icon;
|
||||
[TextArea] public string EntryDesc;
|
||||
public Sprite Icon;
|
||||
|
||||
public abstract void Use();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user