Exemplo n.º 1
0
 public ClientSession(MapleClient client)
 {
     this.Client        = client;
     this.PacketHandler = new MapleClientHandler();
 }
Exemplo n.º 2
0
 public Account(MapleClientHandler client)
 {
     this.Client = client;
 }