Exemple #1
0
 public void SendChatMessage(string message)
 {
     if (!string.IsNullOrEmpty(message))
     {
         _host.SendChatMessage(string.Format("{0}: {1}", this.PlayerName, message));
     }
 }