Ejemplo n.º 1
0
 void OnConnect(Client client)
 {
     clients[client] = new ClientState(client);
 }