Example #1
0
 /// <summary>
 /// Berserks the game.
 /// </summary>
 public void Berserk()
 {
     //TODO: add checks for tournament
     if (socket != null)
     {
         socket.SendType("berserk");
     }
 }