인벤토리 기능 추가

This commit is contained in:
2026-01-27 00:34:47 +09:00
parent 658cd58e30
commit 48466bcc0f
73 changed files with 4779 additions and 228 deletions

View File

@@ -17,11 +17,8 @@ public class PlayerController : MonoBehaviour
Managers.Input.MouseAction -= OnMouseClicked;
Managers.Input.MouseAction += OnMouseClicked;
// UI 생성
// Managers.Resource.Instantiate("UI/UI_Button");
// TEMP
Managers.UI.ShowPopupUI<UI_Button>();
Managers.UI.ShowSceneUI<UI_Inven>();
}
public enum PlayerState