Esempio n. 1
0
 private void StartGameButtonClick()
 {
     ScreenInterface.GetInstance().Execute(ScreenType.GameMenu);
 }
Esempio n. 2
0
 private void ShowSettingsButtonClick()
 {
     ScreenInterface.GetInstance().Execute(ScreenType.Settings);
 }
Esempio n. 3
0
 private void Call()
 {
     ScreenInterface.GetInstance().Execute(ScreenType.MainMenu);
 }