Beispiel #1
0
 public void Call()
 {
     if (Status == GameStatus.Running)
     {
         CurrentRound.CallLiar(CurrentPlayer.UserId);
     }
 }