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