Exemplo n.º 1
0
 public static void OpenIntroWindowEvent()
 {
     OnIntroOpen?.Invoke();
     MainGameManager.PauseGame();
 }
Exemplo n.º 2
0
 void OpenTextWindow()
 {
     textWindow = GameObject.Instantiate(TextWindow, transform);
     OnTextWindowOpen?.Invoke();
     MainGameManager.PauseGame();
 }