Exemplo n.º 1
0
 public GameServer(PacketServer p)
 {
     Parent = p;
 }
Exemplo n.º 2
0
 public MatrixServer(PacketServer p)
 {
     Parent = p;
 }