Beispiel #1
0
 public void ShowGameTable_Breath()
 {
     if (gameTable.CanClick())
     {
         gameTable.ShowBreathMenu();
     }
 }