Exemple #1
0
 private void SwitchGameBoard()
 {
     if (!fade.fadeOut)
     {
         manager.GotoGameboard(id);
         fade.FadeOut();
     }
 }