Inheritance: IAsyncPlayerProxy
 public ServerNetworkProxy(Server s, int id)
 {
     proxy = new ServerAsyncProxy();
     proxy.Gamer = s.Gamers[id];
     proxy.PlayerId = id;
     server = s;
     clientId = id;
 }
示例#2
0
 public ServerNetworkProxy(Server s, int id)
 {
     proxy          = new ServerAsyncProxy();
     proxy.Gamer    = s.Gamers[id];
     proxy.PlayerId = id;
     server         = s;
     clientId       = id;
 }