Example #1
0
 public GameServer(PacketServer p)
 {
     Parent = p;
 }
Example #2
0
 public MatrixServer(PacketServer p)
 {
     Parent = p;
 }