Ejemplo n.º 1
0
 protected void OnPlayCommand()
 {
     Main.Close();
     director.UiPlayCommand();
     Ingame.Open();
 }
Ejemplo n.º 2
0
 protected void OnNext()
 {
     Endgame.Close();
     director.UiNextCommand();
     Ingame.Open();
 }
Ejemplo n.º 3
0
 protected void OnRetry()
 {
     Endgame.Close();
     director.UiRetryCommand();
     Ingame.Open();
 }
Ejemplo n.º 4
0
 private void OnPlayCommand()
 {
     Main.Close();
     director.UiPlayCommand();
     Ingame.Open();
 }