Пример #1
0
 /// <summary>
 /// Signal to a player's hud that it is no longer their turn
 /// </summary>
 /// <param name="playerId"></param>
 public void SendStop(UUID playerId)
 {
     HudManager.SendStop(playerId);
 }