Пример #1
0
 public PlayerDispatcher(Connection client)
 {
     Client = client;
     Commands = new Dispatch(Client);
 }
Пример #2
0
 public PlayerDispatcher(Connection client)
 {
     Client   = client;
     Commands = new Dispatch(Client);
 }