2026-04-10 퀵슬롯진행중

This commit is contained in:
2026-04-10 18:06:47 +09:00
parent 03aebd641f
commit 00b832296b
277 changed files with 1053 additions and 12 deletions

View 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();
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 945424eeadf0fc140bf5f9d4372350f7