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