Beispiel #1
0
 private void SendChat(string str)
 {
     if (GameServer.Connected())
     {
         GameServer.ChatSend(str);
     }
 }