예제 #1
0
     private void Start()
     {
 #if UNITY_EDITOR
         print(PrettyLog.GetMessage(Start));
 #endif
         _mainMenu.Init(StartGame);
         _ingameMenu.Init(EndGame);
         _ingameMenu.gameObject.SetActive(false);
     }