Пример #1
0
 public NewPlayer(Client c)
 {
     cmd    = Commands.NEW_CLIENT;
     player = new ClientPlayer(c);
 }