コード例 #1
0
 public static void RegisterHandler(IPacketHandler handler)
 {
     handlers[handler.GetHandledPacketName()] = handler;
 }