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