bootStrapper 오타 수정

This commit is contained in:
aube.lee
2025-01-24 16:29:10 +09:00
parent f7a19df438
commit 2ed1ff725e

View File

@@ -9,7 +9,7 @@ namespace TON
public class BootStrapper
{
private const string BootStrapperMenuPath = "Game One/BootStrapper/Activate Ingame System";
private const string BootStrapperMenuPath = "Gameton/BootStrapper/Activate Ingame System";
private static bool IsActivateBootStrapper
{
get => UnityEditor.EditorPrefs.GetBool(BootStrapperMenuPath, false);
@@ -43,7 +43,7 @@ namespace TON
Main.Singleton.Initialize();
// TODO : Custom Order After System Load
// UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<LogUI>(UIList.LogUI);
}
}