2026-03-31 아이템 사용 진행중

This commit is contained in:
2026-03-31 01:25:58 +09:00
parent f8773fa168
commit 71dfbf1af2
51 changed files with 5265 additions and 70 deletions

View File

@@ -33,7 +33,7 @@ public class InputManager : MonoBehaviour
public event Action OnKeyDown_EnterEvent;
public event Action OnKeyDown_IKeyEvent;
private void Awake()
{
if (Instance == null)