bootStrapper 오타 수정
This commit is contained in:
@@ -9,7 +9,7 @@ namespace TON
|
|||||||
public class BootStrapper
|
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
|
private static bool IsActivateBootStrapper
|
||||||
{
|
{
|
||||||
get => UnityEditor.EditorPrefs.GetBool(BootStrapperMenuPath, false);
|
get => UnityEditor.EditorPrefs.GetBool(BootStrapperMenuPath, false);
|
||||||
@@ -43,7 +43,7 @@ namespace TON
|
|||||||
Main.Singleton.Initialize();
|
Main.Singleton.Initialize();
|
||||||
|
|
||||||
// TODO : Custom Order After System Load
|
// TODO : Custom Order After System Load
|
||||||
// UIManager.Show<IngameUI>(UIList.IngameUI);
|
UIManager.Show<ControllerUI>(UIList.ControllerUI);
|
||||||
// UIManager.Show<LogUI>(UIList.LogUI);
|
// UIManager.Show<LogUI>(UIList.LogUI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user