인벤토리 기능 추가

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

@@ -2,7 +2,7 @@ using UnityEngine;
public class UI_Scene : UI_Base
{
public virtual void Init()
public override void Init()
{
Managers.UI.SetCanvas(gameObject, false);
}