コード例 #1
0
 public static void RegisterPacket(IPacket packet)
 {
     pakets[packet.GetPacketName()] = packet;
 }