public static void RegisterHandler(IPacketHandler handler) { handlers[handler.GetHandledPacketName()] = handler; }