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