Exemplo n.º 1
0
 protected void OnRetry()
 {
     Endgame.Close();
     director.UiRetryCommand();
     Ingame.Open();
 }
Exemplo n.º 2
0
 protected void OnNext()
 {
     Endgame.Close();
     director.UiNextCommand();
     Ingame.Open();
 }