Esempio n. 1
0
 public PlayerDispatcher(Connection client)
 {
     Client = client;
     Commands = new Dispatch(Client);
 }
Esempio n. 2
0
 public PlayerDispatcher(Connection client)
 {
     Client   = client;
     Commands = new Dispatch(Client);
 }