씬 전환을 위한 씬매니저 추가 및 씬 전환 기능 추가

This commit is contained in:
2026-01-28 03:23:42 +09:00
parent 3ddecbf75f
commit 7f17e25137
18 changed files with 617 additions and 84 deletions

View File

@@ -2,6 +2,14 @@ using UnityEngine;
public class Define
{
public enum Scene
{
Unknown,
Login,
Lobby,
Game,
}
public enum UIEvent
{
Click,