コード例 #1
0
ファイル: GenericUI.cs プロジェクト: cankarakuzulu/PTBTemp
 protected void OnPlayCommand()
 {
     Main.Close();
     director.UiPlayCommand();
     Ingame.Open();
 }
コード例 #2
0
ファイル: GenericUI.cs プロジェクト: cankarakuzulu/PTBTemp
 protected void OnNext()
 {
     Endgame.Close();
     director.UiNextCommand();
     Ingame.Open();
 }
コード例 #3
0
ファイル: GenericUI.cs プロジェクト: cankarakuzulu/PTBTemp
 protected void OnRetry()
 {
     Endgame.Close();
     director.UiRetryCommand();
     Ingame.Open();
 }
コード例 #4
0
 private void OnPlayCommand()
 {
     Main.Close();
     director.UiPlayCommand();
     Ingame.Open();
 }