Esempio n. 1
0
 public NetPlayer(NetConnection conn, GameServer server, Guid playerGuid)
 {
     connection      = conn;
     this.server     = server;
     this.playerGuid = playerGuid;
 }
Esempio n. 2
0
 public GameListener(GameServer srv)
 {
     this.game = srv;
 }