Exemple #1
0
 public GateClient(string host, int port)
 {
     _gateClient = new HandlerClient(host, port);
     
 }
 public PlayerHandlerClient(string host, int port, int subcribePort)
 {
     _handlerClient = new HandlerClient(host, port, subcribePort);
     SubcribePlayer();
 }