UIManager 생성 및 PopupUI 기능 구현

This commit is contained in:
2026-01-26 02:57:50 +09:00
parent e9dd959527
commit 98cb263c66
10 changed files with 593 additions and 1078 deletions

View File

@@ -1,6 +1,6 @@
using UnityEngine;
public class UI_Popup : MonoBehaviour
public class UI_Popup : UI_Base
{
void Start()
{