コード例 #1
0
 private void Send(ClientCommand command)
 {
     Console.WriteLine(">>> SRV: " + command.Serialize());
     chatManager.Send(command);
 }