Advertisement
xConquerPS

Untitled

Apr 16th, 2025
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 314.83 KB | None | 0 0
  1. require("client.slua.config.ClientMacros.bp_macros")
  2. require("client.common.game_status")
  3. require("client.slua.config.ClientMacros.EFixedZOrder")
  4. require("client.slua.config.ClientMacros.UIContainers")
  5. require("client.common.SlateUI_ID")
  6. return {
  7.   Common_Item_BP = {
  8.     moduleName = "client.slua_ui_framework.base",
  9.     path = "/Game/UMG/UI_Logic/Common/Common_Item_BP.Common_Item_BP",
  10.     isSingleton = false,
  11.     isMainUI = false
  12.   },
  13.   Common_Items_UIBP = {
  14.     moduleName = "client.slua.component.item.Common_Items_UIBP",
  15.     path = "/Game/UMG/UI_Logic/Common/CommonItem/Common_Items_UIBP.Common_Items_UIBP",
  16.     isSingleton = false,
  17.     isMainUI = false,
  18.     asy = true,
  19.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
  20.   },
  21.   Common_Avatar_All_UIBP = {
  22.     moduleName = "client.slua.component.avatar.Common_Avatar_All_UIBP",
  23.     path = "/Game/UMG/UI_BP/Common/Common_Avatar_All_UIBP.Common_Avatar_All_UIBP",
  24.     isSingleton = false,
  25.     isMainUI = false,
  26.     asy = true,
  27.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
  28.   },
  29.   Common_Avatar_CollectLevel = {
  30.     moduleName = "client.slua.component.avatar.Common_Avatar_CollectLevel",
  31.     path = "/Game/UMG/UI_BP/Common/Common_Avatar_Collect_Level_UIBP.Common_Avatar_Collect_Level_UIBP",
  32.     isMainUI = false,
  33.     isSingleton = false,
  34.     asy = true,
  35.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
  36.   },
  37.   Common_Avatar_Reddot_UIBP = {
  38.     moduleName = "client.slua.component.avatar.Common_Avatar_Reddot_UIBP",
  39.     path = "/Game/UMG/UI_BP/Common/Common_Avatar_Reddot_UIBP.Common_Avatar_Reddot_UIBP",
  40.     isMainUI = false,
  41.     isSingleton = false,
  42.     asy = true,
  43.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
  44.   },
  45.   Common_Avatar_DynamicAvatar = {
  46.     moduleName = "client.slua.component.avatar.Common_Avatar_DynamicAvatar",
  47.     isMainUI = false,
  48.     isSingleton = false,
  49.     asy = true,
  50.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
  51.   },
  52.   Common_Avatar_ChildUIWithoutBpPath = {
  53.     moduleName = "client.slua_ui_framework.base",
  54.     isMainUI = false,
  55.     isSingleton = false,
  56.     asy = true,
  57.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
  58.   },
  59.   Reddot_Anchor_Item = {
  60.     moduleName = "client.slua.component.reddot.Reddot_Anchor_Item",
  61.     isMainUI = false,
  62.     isSingleton = false,
  63.     asy = true,
  64.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").reddot_pool
  65.   },
  66.   Common_Download_UI = {
  67.     moduleName = "client.slua_ui_framework.base",
  68.     path = "/Game/UMG/UI_BP/Common/Common_Download_UI.Common_Download_UI",
  69.     isMainUI = false,
  70.     isSingleton = false,
  71.     asy = true,
  72.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
  73.   },
  74.   Common_Download_Map_Style_One = {
  75.     moduleName = "client.slua_ui_framework.base",
  76.     path = "/Game/UMG/UI_BP/Common/Common_Download_Map_Style_One.Common_Download_Map_Style_One",
  77.     isMainUI = false,
  78.     isSingleton = false,
  79.     asy = true,
  80.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
  81.   },
  82.   Common_Download_Map_Style_Two = {
  83.     moduleName = "client.slua_ui_framework.base",
  84.     path = "/Game/UMG/UI_BP/Common/Common_Download_Map_Style_Two.Common_Download_Map_Style_Two",
  85.     isMainUI = false,
  86.     isSingleton = false,
  87.     asy = true,
  88.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
  89.   },
  90.   Common_Download_Store_Style = {
  91.     moduleName = "client.slua_ui_framework.base",
  92.     path = "/Game/UMG/UI_BP/Common/Common_Download_Store_Style.Common_Download_Store_Style",
  93.     isMainUI = false,
  94.     isSingleton = false,
  95.     asy = true,
  96.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
  97.   },
  98.   ChildUIWithoutBpPath = {
  99.     moduleName = "client.slua_ui_framework.base",
  100.     isMainUI = false,
  101.     isSingleton = false
  102.   },
  103.   ChildUIWithoutBpPathAsy = {
  104.     moduleName = "client.slua_ui_framework.base",
  105.     isMainUI = false,
  106.     isSingleton = false,
  107.     asy = true
  108.   },
  109.   ChildUIWithoutLuaAndBpPath = {isSingleton = false, isMainUI = false},
  110.   ChildUIWithoutLuaAndBpPathCollapsed = {
  111.     isSingleton = false,
  112.     isMainUI = false,
  113.     showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Collapsed
  114.   },
  115.   ChildUIWithoutLuaAndBpPathAsy = {
  116.     isSingleton = false,
  117.     isMainUI = false,
  118.     asy = true
  119.   },
  120.   MainUIWithoutLuaAndBpPathAsy = {asy = true},
  121.   AsyncBackgroundBase = {
  122.     moduleName = "client.slua.traits.Background.AsyncBackgroundBase",
  123.     isMainUI = false,
  124.     isSingleton = false,
  125.     asy = true
  126.   },
  127.   PreorderBackGround = {
  128.     moduleName = "client.slua.umg.lobby_activity.SpinPreorder.Traits.PreorderBackGround",
  129.     isMainUI = false,
  130.     isSingleton = false,
  131.     asy = true
  132.   },
  133.   debug_puffer_speed = {
  134.     moduleName = "client.slua.umg.debug/debug_puffer_speed",
  135.     path = "/Game/UMG/Debug/PufferSpeedTestUI.PufferSpeedTestUI",
  136.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  137.   },
  138.   CommonBaseComponent_TextButton_UIBP = {
  139.     moduleName = "client.slua.umg.common.BaseComponent.CommonBaseComponent_TextButton_UIBP",
  140.     path = "/Game/UMG/UI_BP/Common/BaseComponent/CommonBaseComponent_TextButton_UIBP.CommonBaseComponent_TextButton_UIBP",
  141.     isSingleton = false,
  142.     isMainUI = false,
  143.     asy = true,
  144.     uiStat = {
  145.       name = "\233\128\154\231\148\168\229\159\186\231\161\128\230\142\167\228\187\182-\230\150\135\230\156\172\230\140\137\233\146\174"
  146.     }
  147.   },
  148.   Lobby_Watermark_BP = {
  149.     moduleName = "client.slua.umg.Lobby_Watermark.Lobby_Watermark_BP",
  150.     path = "/Game/UMG/UI_BP/Lobby_Watermark/Lobby_Watermark_BP.Lobby_Watermark_BP",
  151.     containerName = UIContainers.Top,
  152.     zOrder = EFixedZOrder.WaterMark,
  153.     uiStat = {
  154.       name = "\229\164\167\229\142\133-\230\176\180\229\141\176"
  155.     },
  156.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  157.   },
  158.   Fighting_Watermark_BP = {
  159.     moduleName = "client.slua.umg.Fighting_Watermark.Fighting_Watermark_BP",
  160.     path = "/Game/UMG/UI_BP/Lobby_Watermark/Lobby_Watermark_BP.Lobby_Watermark_BP",
  161.     containerName = UIContainers.Top,
  162.     zOrder = EFixedZOrder.WaterMark,
  163.     uiStat = {
  164.       name = "\230\136\152\230\150\151-\230\136\152\230\150\151\230\176\180\229\141\176"
  165.     },
  166.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  167.   },
  168.   CommonItemChildUIWithoutBpPath = {
  169.     moduleName = "client.slua.component.item.ItemChildren.CommonItem_ChildUIBase",
  170.     isMainUI = false,
  171.     isSingleton = false,
  172.     asy = true,
  173.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
  174.   },
  175.   CommonItem_DiyClothingIcon_UIBP = {
  176.     moduleName = "client.slua.component.item.ItemChildren.CommonItem_DiyClothingIcon_UIBP",
  177.     path = "/Game/UMG/UI_Logic/Common/CommonItem/CommonItem_DiyClothingIcon_UIBP.CommonItem_DiyClothingIcon_UIBP",
  178.     isSingleton = false,
  179.     isMainUI = false,
  180.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
  181.     asy = true,
  182.     uiStat = {
  183.       name = "CommonItem\232\161\163\230\156\141Diy\230\160\135\232\175\134"
  184.     }
  185.   },
  186.   CommonItem_Decompose_UIBP = {
  187.     moduleName = "client.slua.component.item.ItemChildren.CommonItem_Decompose_UIBP",
  188.     path = "/Game/UMG/UI_Logic/Common/CommonItem/CommonItem_Decompose_UIBP.CommonItem_Decompose_UIBP",
  189.     isSingleton = false,
  190.     isMainUI = false,
  191.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
  192.     asy = true,
  193.     uiStat = {
  194.       name = "CommonItem\229\136\134\232\167\163\229\138\168\231\148\187\232\138\130\231\130\185"
  195.     }
  196.   },
  197.   CommonItem_TX_SlotList_UIBP = {
  198.     moduleName = "client.slua.umg.TxMission.xMission.CommonItemEx.CommonItem_TX_SlotList_UIBP",
  199.     path = "/Game/Mod/TPlan/XMission/UMG/CommonItemEx/CommonItem_TX_SlotList_UIBP.CommonItem_TX_SlotList_UIBP",
  200.     isSingleton = false,
  201.     isMainUI = false,
  202.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
  203.     asy = true,
  204.     uiStat = {
  205.       name = "CommonItem\229\136\134\232\167\163\229\138\168\231\148\187\232\138\130\231\130\185"
  206.     }
  207.   },
  208.   common_exchange = {
  209.     moduleName = "client.slua.umg.common.common_exchange",
  210.     jumpModuleID = BP_ENUM_MODULE_COMMON_EXCHANGE,
  211.     path = "/Game/UMG/UI_BP/Common/Common_Exchange_UIBP.Common_Exchange_UIBP",
  212.     uiStat = {
  213.       name = "\233\128\154\231\148\168\229\149\134\229\186\151"
  214.     }
  215.   },
  216.   jk_common_exchange_high = {
  217.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.store.jk_common_exchange_high",
  218.     jumpModuleID = BP_ENUM_MODULE_COMMON_EXCHANGE,
  219.     path = "/Game/UMG/UI_BP/Common/Common_Exchange_JK_High_UIBP.Common_Exchange_JK_High_UIBP",
  220.     uiStat = {
  221.       name = "\233\128\154\231\148\168\229\149\134\229\186\151 -- \233\171\152\231\186\167"
  222.     }
  223.   },
  224.   Common_Exchange_Confirm_UIBP = {
  225.     moduleName = "client.slua.umg.common.CommonExchangePopupUI.Common_Exchange_Confirm_UIBP",
  226.     path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
  227.     uiStat = {
  228.       name = "\233\128\154\231\148\168\231\177\187-\232\180\173\228\185\176\229\133\145\230\141\162\228\186\140\230\172\161\231\161\174\232\174\164\231\149\140\233\157\162"
  229.     }
  230.   },
  231.   Common_RPExchangePopup_UIBP = {
  232.     moduleName = "client.slua.umg.common.CommonExchangePopupUI.Common_RPExchangePopup_UIBP",
  233.     path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
  234.     uiStat = {
  235.       name = "RP\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\229\133\145\230\141\162\228\186\140\230\172\161\231\161\174\232\174\164\231\149\140\233\157\162"
  236.     }
  237.   },
  238.   Common_Mask_UIBP = {
  239.     moduleName = "client.slua.umg.common.Common_Mask_UIBP",
  240.     path = "/Game/UMG/UI_BP/Common/Common_Mask_UIBP.Common_Mask_UIBP",
  241.     containerName = UIContainers.Top,
  242.     uiStat = {
  243.       name = "\233\128\154\231\148\168\233\129\174\231\189\169"
  244.     }
  245.   },
  246.   AsyncXSuitSpinContainer = {
  247.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitSpinContainer",
  248.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
  249.     asy = true,
  250.     uiStat = {
  251.       name = "\229\156\163\232\163\133-\230\138\189\229\165\150\228\184\187\231\149\140\233\157\162"
  252.     }
  253.   },
  254.   AsyncXSuitPreviewContainer = {
  255.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitPreviewContainer",
  256.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
  257.     asy = true,
  258.     jumpModuleID = BP_ENUM_MODULE_XSUIT_PREVIEW,
  259.     uiStat = {
  260.       name = "\229\156\163\232\163\133-\230\138\189\229\165\150\233\162\132\232\167\136"
  261.     }
  262.   },
  263.   AsyncXSuitExchangeContainer = {
  264.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitExchangeContainer",
  265.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
  266.     asy = true,
  267.     jumpModuleID = BP_ENUM_MODULE_XSUIT_EXCHANGE,
  268.     uiStat = {
  269.       name = "\229\156\163\232\163\133-\230\138\189\229\165\150\229\133\145\230\141\162"
  270.     }
  271.   },
  272.   XSuit_Get_UIBP = {
  273.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.NormalUI.XSuit_Get_UIBP",
  274.     path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Get_UIBP.Xsuit_Get_UIBP",
  275.     asy = true,
  276.     uiStat = {
  277.       name = "\229\156\163\232\163\133\230\138\189\229\165\150-\232\142\183\229\190\151"
  278.     }
  279.   },
  280.   SetWishUI = {
  281.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.MainScene.SetWishUI",
  282.     path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Wishpool_UIBP.Xsuit_Wishpool_UIBP",
  283.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  284.     asy = true
  285.   },
  286.   XSuit_Upgrade_Tips_UIBP = {
  287.     moduleName = "client.slua.umg.golden_suit.XSuit_Upgrade_Tips_UIBP",
  288.     path = "/Game/UMG/UI_BP/Setting/item/Throw_Tips_UIBP.Throw_Tips_UIBP",
  289.     asy = true,
  290.     uiStat = {
  291.       name = "\229\156\163\232\163\133\229\141\135\230\152\159-\230\143\144\231\164\186"
  292.     }
  293.   },
  294.   Xsuit_Gift_Confirm_UIBP = {
  295.     moduleName = "client.slua.umg.lobby_activity.xsuit_spin.NormalUI.Xsuit_Gift_Confirm_UIBP",
  296.     path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Gift_Confirm_UIBP.Xsuit_Gift_Confirm_UIBP",
  297.     asy = true,
  298.     containerName = UIContainers.Top,
  299.     uiStat = {
  300.       name = "\229\156\163\232\163\133\232\181\160\233\128\129-\230\136\144\229\138\159\230\143\144\231\164\186"
  301.     }
  302.   },
  303.   golden_suit_share = {
  304.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share",
  305.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Share_UIBP.PharaohRises_Share_UIBP",
  306.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  307.     isSingleton = false,
  308.     asy = true,
  309.     uiStat = {
  310.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\230\179\149\232\128\129"
  311.     }
  312.   },
  313.   golden_suit_share_1 = {
  314.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_1",
  315.     path = "/Game/UMG/UI_BP/PharaohRises/Share/PharaohRises_Share_UIBP.PharaohRises_Share_UIBP",
  316.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  317.     isSingleton = false,
  318.     asy = true,
  319.     uiStat = {
  320.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\230\179\149\232\128\1297\230\152\159\231\137\136"
  321.     }
  322.   },
  323.   golden_suit_share_2 = {
  324.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_2",
  325.     path = "/Game/UMG/UI_BP/PharaohRises/Share/BloodOath_Share_UIBP.BloodOath_Share_UIBP",
  326.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  327.     isSingleton = false,
  328.     asy = true,
  329.     uiStat = {
  330.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\232\161\128\233\184\166"
  331.     }
  332.   },
  333.   golden_suit_share_3 = {
  334.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_3",
  335.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Neptune_Share_UIBP_2.Neptune_Share_UIBP_2",
  336.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  337.     isSingleton = false,
  338.     asy = true,
  339.     uiStat = {
  340.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\230\181\183\231\142\139"
  341.     }
  342.   },
  343.   golden_suit_share_4 = {
  344.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_4",
  345.     path = "/Game/UMG/UI_BP/PharaohRises/Share/FrostKing_Share_UIBP.FrostKing_Share_UIBP",
  346.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  347.     isSingleton = false,
  348.     asy = true,
  349.     uiStat = {
  350.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\229\175\146\229\134\176"
  351.     }
  352.   },
  353.   golden_suit_share_5 = {
  354.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_5",
  355.     path = "/Game/UMG/UI_BP/PharaohRises/Share/ElfKing_Share_UIBP.ElfKing_Share_UIBP",
  356.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  357.     isSingleton = false,
  358.     asy = true,
  359.     uiStat = {
  360.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\231\178\190\231\129\181"
  361.     }
  362.   },
  363.   golden_suit_share_6 = {
  364.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_6",
  365.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Pharaoh_Share_UIBP.Pharaoh_Share_UIBP",
  366.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  367.     isSingleton = false,
  368.     asy = true,
  369.     uiStat = {
  370.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\232\137\179\229\144\142"
  371.     }
  372.   },
  373.   golden_suit_share_7 = {
  374.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_7",
  375.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Jester_Share_UIBP.Jester_Share_UIBP",
  376.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  377.     isSingleton = false,
  378.     asy = true,
  379.     uiStat = {
  380.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\229\176\143\228\184\145"
  381.     }
  382.   },
  383.   golden_suit_share_8 = {
  384.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_8",
  385.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Diablo_Share_UIBP.Diablo_Share_UIBP",
  386.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  387.     isSingleton = false,
  388.     asy = true,
  389.     uiStat = {
  390.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\229\144\184\232\161\128\233\172\188"
  391.     }
  392.   },
  393.   golden_suit_share_9 = {
  394.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_9",
  395.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Mermaid_Share_UIBP.Mermaid_Share_UIBP",
  396.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  397.     isSingleton = false,
  398.     asy = true,
  399.     uiStat = {
  400.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\228\186\186\233\177\188"
  401.     }
  402.   },
  403.   golden_suit_share_10 = {
  404.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_10",
  405.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Galadriel_Share_UIBP.Galadriel_Share_UIBP",
  406.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  407.     isSingleton = false,
  408.     asy = true,
  409.     uiStat = {
  410.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\229\165\179\231\178\190\231\129\181"
  411.     }
  412.   },
  413.   golden_suit_share_11 = {
  414.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_11",
  415.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Cavalier_Share_UIBP.Cavalier_Share_UIBP",
  416.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  417.     isSingleton = false,
  418.     asy = true,
  419.     uiStat = {
  420.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\228\188\138\230\160\188\229\176\188"
  421.     }
  422.   },
  423.   golden_suit_share_12 = {
  424.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_12",
  425.     path = "/Game/UMG/UI_BP/PharaohRises/Share/WindGod_Share_UIBP.WindGod_Share_UIBP",
  426.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  427.     isSingleton = false,
  428.     asy = true,
  429.     uiStat = {
  430.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\233\163\142\231\129\181"
  431.     }
  432.   },
  433.   golden_suit_share_13 = {
  434.     moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_13",
  435.     path = "/Game/UMG/UI_BP/PharaohRises/Share/Anubis_Share_UIBP.Anubis_Share_UIBP",
  436.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  437.     isSingleton = false,
  438.     asy = true,
  439.     uiStat = {
  440.       name = "\233\135\145\232\163\133-\229\136\134\228\186\171\231\149\140\233\157\162-\231\139\151\229\164\180"
  441.     }
  442.   },
  443.   golden_suit_select_state = {
  444.     moduleName = "client.slua.umg.golden_suit.unlock.golden_suit_select_state",
  445.     path = "/Game/Arts_UI/XSuitSpin/2300/UIBP/XSuit_Choose_UIBP.XSuit_Choose_UIBP",
  446.     asy = true,
  447.     uiStat = {
  448.       name = "\233\135\145\232\163\133-\229\189\162\230\128\129\228\186\140\233\128\137\228\184\128"
  449.     }
  450.   },
  451.   golden_suit_upgrade = {
  452.     moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade",
  453.     jumpModuleID = BP_ENUM_MODULE_GOLDENSUIT_UPGRADE,
  454.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_UIBP.PharaohRises_Upgrade_UIBP",
  455.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  456.     asy = true,
  457.     uiStat = {
  458.       name = "\229\156\163\232\163\133-\229\141\135\230\152\159\231\149\140\233\157\162"
  459.     }
  460.   },
  461.   golden_suit_translation = {
  462.     moduleName = "client.slua.umg.golden_suit.golden_suit_translation",
  463.     path = "/Game/Arts_UI/LuckySpin/2800/Global/Electro/Electro_Transition_UIBP.Electro_Transition_UIBP",
  464.     uiStat = {
  465.       name = "\233\135\145\232\163\133-\232\189\172\229\156\186"
  466.     }
  467.   },
  468.   golden_suit_EnterVideo = {
  469.     moduleName = "client.slua.umg.golden_suit.golden_suit_EnterVideo",
  470.     path = "",
  471.     uiStat = {
  472.       name = "\233\135\145\232\163\133-\229\133\165\229\156\186\232\167\134\233\162\145"
  473.     }
  474.   },
  475.   XSuitPreview_RPPlane_Item = {
  476.     moduleName = "client.slua.umg.PharaohRises.Item.XSuitPreview_RPPlane_Item",
  477.     path = "/Game/UMG/UI_BP/PharaohRises/Item/XSuitPreview_RPPlane_Item.XSuitPreview_RPPlane_Item",
  478.     isMainUI = false,
  479.     isSingleton = false,
  480.     uiStat = {
  481.       name = "\229\183\165\229\157\138-\229\144\141\231\137\140\229\177\149\231\164\186"
  482.     }
  483.   },
  484.   XSuitPreview_Enter_Item = {
  485.     moduleName = "client.slua.umg.PharaohRises.Item.XSuitPreview_Enter_Item",
  486.     path = "/Game/UMG/UI_BP/PharaohRises/Item/XSuitPreview_Enter_Item.XSuitPreview_Enter_Item",
  487.     isMainUI = false,
  488.     isSingleton = false,
  489.     uiStat = {
  490.       name = "\229\183\165\229\157\138-\229\133\165\229\156\186\230\146\173\230\138\165\229\177\149\231\164\186"
  491.     }
  492.   },
  493.   golden_suit_upgrade_detail = {
  494.     moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade_detail",
  495.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Details_UIBP.PharaohRises_Upgrade_Details_UIBP",
  496.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  497.     containerName = UIContainers.Top,
  498.     asy = true,
  499.     uiStat = {
  500.       name = "\233\135\145\232\163\133-\229\141\135\230\152\159\232\175\166\230\131\133\231\149\140\233\157\162"
  501.     }
  502.   },
  503.   golden_suit_upgrade_popup = {
  504.     moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade_popup",
  505.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Popup_UIBP.PharaohRises_Upgrade_Popup_UIBP",
  506.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  507.     containerName = UIContainers.Top,
  508.     asy = true,
  509.     uiStat = {
  510.       name = "\233\135\145\232\163\133-\229\141\135\230\152\159\230\136\144\229\138\159\231\149\140\233\157\162"
  511.     }
  512.   },
  513.   XSuitGlideUnLock = {
  514.     moduleName = "client.slua.umg.golden_suit.XSuitGlideUnLock",
  515.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Unlock_Popup_UIBP.PharaohRises_Unlock_Popup_UIBP",
  516.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  517.     containerName = UIContainers.Top,
  518.     asy = true,
  519.     uiStat = {
  520.       name = "\229\156\163\232\163\133-\232\167\163\233\148\129\233\163\158\232\161\140\229\153\168\229\188\185\231\170\151"
  521.     }
  522.   },
  523.   ParticleEmoteUpgradePopup = {
  524.     moduleName = "client.slua.umg.Wardrobe.Popup.ParticleEmoteUpgradePopup",
  525.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Popup_UIBP.PharaohRises_Upgrade_Popup_UIBP",
  526.     containerName = UIContainers.Top,
  527.     asy = true,
  528.     uiStat = {
  529.       name = "\231\137\185\230\149\136\232\161\168\230\131\133\229\141\135\231\186\167\231\149\140\233\157\162"
  530.     }
  531.   },
  532.   golden_suit_quick_exchange = {
  533.     moduleName = "client.slua.umg.golden_suit.golden_suit_quick_exchange",
  534.     path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Exchange_Popup_UIBP.PharaohRises_Exchange_Popup_UIBP",
  535.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
  536.     asy = true,
  537.     uiStat = {
  538.       name = "\233\135\145\232\163\133-\229\133\145\230\141\162-\229\191\171\230\141\183\229\133\145\230\141\162\230\157\144\230\150\153"
  539.     }
  540.   },
  541.   invite_team = {
  542.     moduleName = "client.slua.umg.friend.invite_team",
  543.     path = "/Game/UMG/UI_BP/Common/Common_Invite_UIBP.Common_Invite_UIBP",
  544.     asy = true
  545.   },
  546.   friend_blacklist = {
  547.     moduleName = "client.slua.umg.friend.friend_blacklist",
  548.     path = "/Game/UMG/UI_BP/Friend/Friend_Blacklist_UIBP.Friend_Blacklist_UIBP",
  549.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
  550.     asy = true,
  551.     uiStat = {
  552.       name = "\229\165\189\229\143\139-\233\187\145\229\144\141\229\141\149"
  553.     }
  554.   },
  555.   friend_applylist = {
  556.     moduleName = "client.slua.umg.friend.friend_applylist",
  557.     path = "/Game/UMG/UI_BP/Friend/Friend_Apply_UIBP.Friend_Apply_UIBP",
  558.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
  559.     asy = true,
  560.     uiStat = {
  561.       name = "\229\165\189\229\143\139-\231\148\179\232\175\183\229\136\151\232\161\168"
  562.     }
  563.   },
  564.   friend_item_menu = {
  565.     moduleName = "client.slua.umg.friend.friend_item_menu",
  566.     path = "/Game/UMG/UI_BP/Friend/Friend_Apply_Report_Tips_UIBP.Friend_Apply_Report_Tips_UIBP",
  567.     uiStat = {
  568.       name = "\229\165\189\229\143\139-\231\148\179\232\175\183\229\136\151\232\161\168-\229\188\185\231\170\151"
  569.     }
  570.   },
  571.   friend_new_search = {
  572.     moduleName = "client.slua.umg.friend.friend_new_search",
  573.     path = "/Game/UMG/UI_BP/Friend/Friend_New_Search.Friend_New_Search",
  574.     asy = true,
  575.     jumpModuleID = BP_ENUM_MODULE_ADD_FRIEND,
  576.     uiStat = {
  577.       name = "\229\165\189\229\143\139-\230\183\187\229\138\160\229\165\189\229\143\139"
  578.     }
  579.   },
  580.   friend_choose_gamestate = {
  581.     moduleName = "client.slua.umg.friend.friend_choose_gamestate",
  582.     path = "/Game/UMG/UI_BP/Lobby/Lobby_InviteFriend_Statuslist.Lobby_InviteFriend_Statuslist",
  583.     asy = true
  584.   },
  585.   friend_intimacy_main = {
  586.     moduleName = "client.slua.umg.friend.friend_intimacy_main",
  587.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Setting_UIBP.Lobby_RoleInfo_IntimateRelationship_Setting_UIBP",
  588.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  589.     asy = true,
  590.     jumpModuleID = BP_ENUM_MODULE_Friend_Intimacy_Main,
  591.     uiStat = {
  592.       name = "\229\165\189\229\143\139-\228\186\178\229\175\134\229\133\179\231\179\187\228\184\187\231\149\140\233\157\162"
  593.     }
  594.   },
  595.   Lobby_RoleInfo_IntimateRelationship_Popup_UIBP = {
  596.     moduleName = "client.slua.umg.friend.Lobby_RoleInfo_IntimateRelationship_Popup_UIBP",
  597.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Popup_UIBP.Lobby_RoleInfo_IntimateRelationship_Popup_UIBP",
  598.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  599.     asy = true,
  600.     uiStat = {
  601.       name = "\229\165\189\229\143\139- \228\186\178\229\175\134\229\133\179\231\179\187\232\175\166\230\131\133"
  602.     }
  603.   },
  604.   Lobby_RoleInfo_Intimacy_Apply_Small_UIBP = {
  605.     moduleName = "client.slua.umg.PersonSpace.item.Lobby_RoleInfo_Intimacy_Apply_Small_UIBP",
  606.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Intimacy_Apply_Small_UIBP.Lobby_RoleInfo_Intimacy_Apply_Small_UIBP",
  607.     uiStat = {
  608.       name = "\229\165\189\229\143\139- \228\186\178\229\175\134\229\133\179\231\179\187\232\175\166\230\131\133 - \229\176\143\229\188\185\231\170\151"
  609.     }
  610.   },
  611.   Lobby_RoleInfo_IntimateRelationship_Popup_Large_UIBP = {
  612.     moduleName = "client.slua.umg.friend.Lobby_RoleInfo_IntimateRelationship_Popup_Large_UIBP",
  613.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_Popup_RoleInfo_IntimateRelationship_Large_UIBP.Lobby_Popup_RoleInfo_IntimateRelationship_Large_UIBP",
  614.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  615.     asy = true,
  616.     uiStat = {
  617.       name = "\229\165\189\229\143\139- \230\150\176\228\186\178\229\175\134\229\133\179\231\179\187\228\184\187\231\149\140\233\157\162"
  618.     }
  619.   },
  620.   friend_inner_list = {
  621.     moduleName = "client.slua.umg.friend.friend_inner_list",
  622.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Details_UIBP.Lobby_RoleInfo_IntimateRelationship_Details_UIBP",
  623.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  624.     asy = true,
  625.     uiStat = {
  626.       name = "\229\165\189\229\143\139-\230\184\184\230\136\143\229\165\189\229\143\139\229\136\151\232\161\168"
  627.     }
  628.   },
  629.   friend_intimacy_apply = {
  630.     moduleName = "client.slua.umg.friend.friend_intimacy_apply",
  631.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Selective_UIBP.Lobby_RoleInfo_IntimateRelationship_Selective_UIBP",
  632.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  633.     asy = true,
  634.     uiStat = {
  635.       name = "\229\165\189\229\143\139-\228\186\178\229\175\134\229\133\179\231\179\187\231\148\179\232\175\183\231\149\140\233\157\162"
  636.     }
  637.   },
  638.   friend_verify = {
  639.     moduleName = "client.slua.umg.friend.friend_verify",
  640.     path = "/Game/UMG/UI_BP/Friend/Friend_Verify_UIBP.Friend_Verify_UIBP",
  641.     asy = true,
  642.     uiStat = {
  643.       name = "\229\165\189\229\143\139-\231\149\153\232\168\128\232\175\183\230\177\130\230\183\187\229\138\160\229\165\189\229\143\139"
  644.     }
  645.   },
  646.   PlanPH_Friend_Verify_Popup_UIBP = {
  647.     moduleName = "GameLua.Mod.PlanPH.Client.UI.PlanPH_Friend_Verify_Popup_UIBP",
  648.     path = "/Game/Mod/PlanPH/BluePrints/UI/HomingPigeon/Popup/PlanPH_Friend_Verify_Popup_UIBP.PlanPH_Friend_Verify_Popup_UIBP",
  649.     asy = true,
  650.     uiStat = {
  651.       name = "\229\165\189\229\143\139-\231\149\153\232\168\128\232\175\183\230\177\130\230\183\187\229\138\160\229\165\189\229\143\139-\229\144\140\228\189\143\228\186\140\233\128\137\228\184\128"
  652.     }
  653.   },
  654.   friend_remark = {
  655.     moduleName = "client.slua.umg.friend.friend_remark",
  656.     path = "/Game/UMG/UI_BP/Friend/LobbyFriendcomment_UIBP.LobbyFriendcomment_UIBP",
  657.     asy = true,
  658.     uiStat = {
  659.       name = "\229\165\189\229\143\139-\229\164\135\230\179\168\229\144\141"
  660.     }
  661.   },
  662.   Friend_ReserveGuide_Tips = {
  663.     moduleName = "client.slua.umg.friend.Friend_ReserveGuide_Tips",
  664.     path = "/Game/UMG/UI_BP/Friend/Friend_ReserveGuide_Tips.Friend_ReserveGuide_Tips",
  665.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  666.     uiStat = {
  667.       name = "\229\164\167\229\142\133-\229\165\189\229\143\139\228\190\167\230\160\143\233\162\132\231\186\166\230\140\137\233\146\174\229\188\149\229\175\188\230\143\144\231\164\186"
  668.     }
  669.   },
  670.   Lobby_InviteFriend_BP = {
  671.     moduleName = "client.slua.umg.lobby.FriendList.Lobby_InviteFriend_BP",
  672.     path = "/Game/UMG/UI_BP/Lobby/Lobby_InviteFriend_BP.Lobby_InviteFriend_BP",
  673.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
  674.     uiStat = {
  675.       name = "\229\164\167\229\142\133-\229\165\189\229\143\139\228\190\167\230\160\143"
  676.     }
  677.   },
  678.   Lobby_Condition_UIBP = {
  679.     moduleName = "client.slua.umg.Lobby.Lobby_Condition_UIBP",
  680.     path = "/Game/UMG/UI_BP/Lobby/Lobby_Condition_UIBP.Lobby_Condition_UIBP",
  681.     uiStat = {
  682.       name = "\229\164\167\229\142\133-\229\165\189\229\143\139\231\138\182\230\128\129"
  683.     }
  684.   },
  685.   SeekFriend_NewGuide_Tips_UIBP = {
  686.     moduleName = "client.slua.umg.Lobby.Item.SeekFriend_NewGuide_Tips_UIBP",
  687.     path = "/Game/UMG/UI_BP/Lobby/Item/SeekFriend_NewGuide_Tips_UIBP.SeekFriend_NewGuide_Tips_UIBP",
  688.     uiStat = {
  689.       name = "\229\164\167\229\142\133-\229\165\189\229\143\139\228\190\167\230\160\143-\229\165\189\229\143\139\230\144\156\231\180\162\229\188\149\229\175\188"
  690.     }
  691.   },
  692.   spring_festival_ui = {
  693.     moduleName = "client.slua.umg.SpringFestival.spring_festival_ui",
  694.     path = "",
  695.     uiStat = {
  696.       name = "\230\152\165\232\138\130\230\180\187\229\138\168-\231\129\175\231\172\188"
  697.     }
  698.   },
  699.   spring_festival_exchange = {
  700.     moduleName = "client.slua.umg.SpringFestival.spring_festival_exchange",
  701.     path = "",
  702.     uiStat = {
  703.       name = "\230\152\165\232\138\130\230\180\187\229\138\168-\232\181\160\233\128\129"
  704.     }
  705.   },
  706.   spring_festival_confirm = {
  707.     moduleName = "client.slua.umg.SpringFestival.spring_festival_confirm",
  708.     path = "",
  709.     uiStat = {
  710.       name = "\230\152\165\232\138\130\230\180\187\229\138\168-\231\161\174\232\174\164"
  711.     }
  712.   },
  713.   spring_festival_records = {
  714.     moduleName = "client.slua.umg.SpringFestival.spring_festival_records",
  715.     path = "",
  716.     uiStat = {
  717.       name = "\230\152\165\232\138\130\230\180\187\229\138\168-\232\174\176\229\189\149"
  718.     }
  719.   },
  720.   notice_ui = {
  721.     moduleName = "client.slua.umg.notices.notice_ui",
  722.     path = "/Game/UMG/UI_BP/Login/Notices/notice_uibp.notice_uibp",
  723.     containerName = UIContainers.Top,
  724.     asy = true,
  725.     enableCDNCompress = true,
  726.     uiStat = {name = "\229\133\172\229\145\138"}
  727.   },
  728.   notice_ui_simple = {
  729.     moduleName = "client.slua.umg.notices.notice_ui_simple",
  730.     path = "/Game/UMG/UI_BP/Login/Notices/notice_uibp.notice_uibp",
  731.     asy = true,
  732.     uiStat = {
  733.       name = "\231\174\128\230\152\147\229\133\172\229\145\138"
  734.     }
  735.   },
  736.   jk_notice_ui = {
  737.     moduleName = "client.slua.umg.notices.jk_notice_ui",
  738.     path = "/Game/UMG/UI_BP/Login/Notices/JKNotice_UIBP.JKNotice_UIBP",
  739.     containerName = UIContainers.Top,
  740.     asy = true,
  741.     uiStat = {
  742.       name = "\230\151\165\233\159\169\229\133\172\229\145\138"
  743.     }
  744.   },
  745.   data_migration = {
  746.     moduleName = "client.slua.umg.data_migration.data_migration_ui",
  747.     path = "/Game/UMG/UI_BP/Common/Common_AccountMigration_UIBP.Common_AccountMigration_UIBP",
  748.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  749.     uiStat = {
  750.       name = "\230\149\176\230\141\174\232\191\129\231\167\187"
  751.     }
  752.   },
  753.   CreateRoleAvatarSelect = {
  754.     moduleName = "client.slua.umg.create_role.avatar_select",
  755.     path = "/Game/UMG/UI_BP/Lobby/SelectRoles_UIBP.SelectRoles_UIBP",
  756.     uiStat = {
  757.       name = "\229\136\155\229\187\186\232\167\146\232\137\178\229\164\180\229\131\143\233\128\137\230\139\169"
  758.     }
  759.   },
  760.   splash_screen = {
  761.     moduleName = "client.slua.umg.NewUpdate.splash_screen_ui",
  762.     path = "/Game/UMG/UI_BP/NewUpdate/SplashScreen_UIBP.SplashScreen_UIBP",
  763.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  764.     uiStat = {
  765.       name = "\230\184\184\230\136\143\229\144\175\229\138\168-\233\151\170\229\177\143\231\149\140\233\157\162"
  766.     }
  767.   },
  768.   version_update = {
  769.     moduleName = "client.slua.umg.NewUpdate.version_update_ui",
  770.     path = "/Game/UMG/UI_BP/NewUpdate/VersionUpdate_UIBP.VersionUpdate_UIBP",
  771.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  772.     uiStat = {
  773.       name = "\231\137\136\230\156\172\230\155\180\230\150\176\231\149\140\233\157\162"
  774.     }
  775.   },
  776.   Login_UIBP = {
  777.     moduleName = "client.slua.umg.NewLogin.Login_UIBP",
  778.     path = "/Game/UMG/UI_BP/NewLogin/NewLogin_UIBP.NewLogin_UIBP",
  779.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  780.     uiStat = {
  781.       name = "\231\153\187\233\153\134\231\149\140\233\157\162"
  782.     }
  783.   },
  784.   login_video = {
  785.     moduleName = "client.slua.umg.NewLogin.login_video",
  786.     path = "/Game/UMG/UI_BP/NewLogin/Login_Video_UIBP.Login_Video_UIBP",
  787.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  788.     uiStat = {
  789.       name = "\231\153\187\233\153\134\231\149\140\233\157\162-\232\131\140\230\153\175-\232\167\134\233\162\145"
  790.     }
  791.   },
  792.   login_background = {
  793.     moduleName = "client.slua.umg.NewLogin.login_background",
  794.     path = "/Game/UMG/UI_BP/NewLogin/Login_Background_UIBP.Login_Background_UIBP",
  795.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  796.     uiStat = {
  797.       name = "\231\153\187\233\153\134\231\149\140\233\157\162-\232\131\140\230\153\175-\232\147\157\229\155\190/\233\157\153\230\128\129\229\155\190\231\137\135"
  798.     }
  799.   },
  800.   login_forcerepair = {
  801.     moduleName = "client.slua.umg.NewLogin.login_forcerepair",
  802.     path = "/Game/UMG/UI_BP/NewLogin/Login_ForceRepair_UIBP.Login_ForceRepair_UIBP",
  803.     uiStat = {
  804.       name = "\231\153\187\229\189\149\231\149\140\233\157\162\226\128\148\229\188\186\229\136\182\228\191\174\229\164\141\229\188\149\229\175\188"
  805.     },
  806.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  807.   },
  808.   repair_forceconfirm = {
  809.     moduleName = "client.slua.umg.NewLogin.repair_forceconfirm",
  810.     path = "/Game/UMG/UI_BP/NewLogin/Repair_ForceConfirm_UIBP.Repair_ForceConfirm_UIBP",
  811.     uiStat = {
  812.       name = "\228\191\174\229\164\141\231\149\140\233\157\162\226\128\148\229\188\186\229\136\182\231\161\174\229\174\154"
  813.     }
  814.   },
  815.   ServerList_UIBP = {
  816.     moduleName = "client.slua.umg.NewLogin.ServerList_UIBP",
  817.     path = "/Game/UMG/UI_BP/NewLogin/ServerList_UIBP.ServerList_UIBP",
  818.     uiStat = {
  819.       name = "\230\156\141\229\138\161\229\153\168\233\128\137\230\139\169\231\149\140\233\157\162"
  820.     }
  821.   },
  822.   repair = {
  823.     moduleName = "client.slua.umg.NewLogin.repair_ui",
  824.     path = "/Game/UMG/UI_BP/NewLogin/Login_Repair_UIBP.Login_Repair_UIBP",
  825.     asy = true,
  826.     uiStat = {
  827.       name = "\230\184\184\230\136\143\228\191\174\229\164\141\231\149\140\233\157\162"
  828.     }
  829.   },
  830.   Login_QRCode_Popup_UIBP = {
  831.     moduleName = "client.slua.umg.NewLogin.Login_QRCode_Popup_UIBP",
  832.     path = "/Game/UMG/UI_BP/NewLogin/Login_QRCode_Popup_UIBP.Login_QRCode_Popup_UIBP",
  833.     containerName = UIContainers.Top,
  834.     asy = true,
  835.     uiStat = {
  836.       name = "\228\186\140\231\187\180\231\160\129\231\153\187\229\189\149\231\149\140\233\157\162"
  837.     }
  838.   },
  839.   Login_QRCode_Success_Popup_UIBP = {
  840.     moduleName = "client.slua.umg.NewLogin.Login_QRCode_Success_Popup_UIBP",
  841.     path = "/Game/UMG/UI_BP/NewLogin/Login_QRCode_Popup_UIBP.Login_QRCode_Popup_UIBP",
  842.     asy = true,
  843.     containerName = UIContainers.Top,
  844.     closeOnSwitch = false,
  845.     uiStat = {
  846.       name = "\228\186\140\231\187\180\231\160\129\231\153\187\229\189\149\230\136\144\229\138\159\229\188\185\231\170\151\231\149\140\233\157\162"
  847.     }
  848.   },
  849.   login_no_auth = {
  850.     moduleName = "client.slua.umg.login.login_no_auth",
  851.     path = "/Game/UMG/UI_BP/Login/Item/Login_NoAuth_UIBP.Login_NoAuth_UIBP",
  852.     uiStat = {
  853.       name = "\231\153\187\229\189\149-\230\151\160\233\137\180\230\157\131\229\188\185\231\170\151"
  854.     }
  855.   },
  856.   login_choice = {
  857.     moduleName = "client.slua.umg.login.login_choice",
  858.     path = "/Game/UMG/UI_BP/Login/LoginChoice_PanelBP.LoginChoice_PanelBP",
  859.     uiStat = {
  860.       name = "\231\153\187\229\189\149-\233\128\137\230\139\169\231\153\187\233\153\134\230\184\160\233\129\147"
  861.     }
  862.   },
  863.   login_download_choice = {
  864.     moduleName = "client.slua.umg.login.login_download_choice",
  865.     path = "/Game/UMG/UI_BP/Lobby/DownloadPopupNotice_BP.DownloadPopupNotice_BP"
  866.   },
  867.   login_phone_mail = {
  868.     moduleName = "client.slua.umg.login.login_phone_mail",
  869.     path = "/Game/UMG/UI_BP/Login/LoginChoice_phone_UIBP.LoginChoice_phone_UIBP",
  870.     uiStat = {
  871.       name = "\231\153\187\229\189\149-\230\137\139\230\156\186\233\130\174\231\174\177\231\153\187\229\189\149"
  872.     },
  873.     asy = true
  874.   },
  875.   common_protocol_msg = {
  876.     moduleName = "client.slua.umg.common.common_protocol_msg",
  877.     path = "/Game/UMG/UI_BP/Common/Common_Protocol_Msg_UIBP.Common_Protocol_Msg_UIBP",
  878.     containerName = UIContainers.Top,
  879.     closeOnSwitch = false,
  880.     uiStat = {
  881.       name = "\233\128\154\231\148\168\229\141\143\232\174\174\229\188\185\231\170\151"
  882.     }
  883.   },
  884.   common_rule_link_msg = {
  885.     moduleName = "client.slua.umg.common.common_rule_link_msg",
  886.     path = "/Game/UMG/UI_BP/Common/Common_Protocol_Msg1_UIBP.Common_Protocol_Msg1_UIBP",
  887.     containerName = UIContainers.Top,
  888.     closeOnSwitch = false,
  889.     uiStat = {
  890.       name = "\233\128\154\231\148\168\232\167\132\229\136\153\232\175\180\230\152\142-\232\183\179\232\189\172\233\147\190\230\142\165"
  891.     }
  892.   },
  893.   common_legal_sure = {
  894.     moduleName = "client.slua.umg.common.common_legal_sure",
  895.     path = "/Game/UMG/UI_BP/Common/Common_Legal_UIBP.Common_Legal_UIBP",
  896.     containerName = UIContainers.Top,
  897.     uiStat = {
  898.       name = "\231\148\168\230\136\183\231\161\174\232\174\164\230\179\149\229\138\161\231\155\184\229\133\179\229\188\185\231\170\151"
  899.     }
  900.   },
  901.   login_security_verification_code = {
  902.     moduleName = "client.slua.umg.login.login_security_verification_code",
  903.     path = "/Game/UMG/UI_BP/Login/LoginChoice_phone_xianyoudun_UIBP.LoginChoice_phone_xianyoudun_UIBP",
  904.     closeOnSwitch = false,
  905.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  906.     uiStat = {
  907.       name = "\229\174\137\229\133\168-\229\133\136\230\184\184\231\137\136\230\156\172\233\130\128\232\175\183\231\160\129\229\188\185\231\170\151"
  908.     }
  909.   },
  910.   login_verify_confirm = {
  911.     moduleName = "client.slua.umg.login.login_verify_confirm",
  912.     path = "/Game/UMG/UI_BP/Login/Login_Verify_Confirm_UIBP.Login_Verify_Confirm_UIBP",
  913.     uiStat = {
  914.       name = "\231\153\187\229\189\149\228\186\140\230\172\161\233\170\140\232\175\129\229\188\185\231\170\151"
  915.     }
  916.   },
  917.   login_verify_code_box = {
  918.     moduleName = "client.slua.umg.login.login_verify_code_box",
  919.     path = "/Game/UMG/UI_BP/Login/Login_Verify_Code_Box_UIBP.Login_Verify_Code_Box_UIBP",
  920.     uiStat = {
  921.       name = "\231\153\187\229\189\149\233\170\140\232\175\129\231\160\129\233\128\154\231\148\168\229\188\185\231\170\151"
  922.     }
  923.   },
  924.   ui_rank = {
  925.     moduleName = "client.slua.umg.rank.ui_rank",
  926.     jumpModuleID = BP_ENUM_MODULE_RANK,
  927.     path = "/Game/UMG/UI_BP/Rank/Rank_UIBP.Rank_UIBP",
  928.     uiStat = {name = "\230\142\146\232\161\140\230\166\156"},
  929.     useBatchOptimization = true,
  930.     asy = true
  931.   },
  932.   RankItem_UIBP_Intl = {
  933.     moduleName = "client.slua_ui_framework.base",
  934.     path = "/Game/UMG/UI_BP/Rank/RankItem_UIBP_Intl.RankItem_UIBP_Intl",
  935.     isSingleton = false,
  936.     isMainUI = false
  937.   },
  938.   Rank_Intimacy_UIBP = {
  939.     moduleName = "client.slua.umg.rank.Rank_Intimacy_UIBP",
  940.     path = "/Game/UMG/UI_BP/Rank/Rank_Intimacy_UIBP.Rank_Intimacy_UIBP",
  941.     isSingleton = false,
  942.     isMainUI = false,
  943.     asy = true
  944.   },
  945.   select_price_popup = {
  946.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.select_price_popup",
  947.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_2/Store_PriceType_UIBP.Store_PriceType_UIBP",
  948.     uiStat = {
  949.       name = "\229\174\157\231\174\177\230\138\189\229\165\150\229\188\185\231\170\151"
  950.     }
  951.   },
  952.   new_crate_onekey_popup = {
  953.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.new_crate_onekey_popup",
  954.     path = "/Game/UMG/UI_BP/Store/Popup/Store_Onekey_Popup_01_UIBP.Store_Onekey_Popup_01_UIBP",
  955.     uiStat = {
  956.       name = "\232\161\165\231\187\153-\229\174\157\231\174\177\229\134\133\228\184\128\233\148\174\230\138\189\229\165\150\229\188\185\231\170\151"
  957.     }
  958.   },
  959.   crate_credit_ui = {
  960.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_credit_ui",
  961.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_JK_Box_Integral_Popup.Crate_JK_Box_Integral_Popup",
  962.     uiStat = {
  963.       name = "\232\161\165\231\187\153-\231\167\175\229\136\134\229\133\145\230\141\162"
  964.     }
  965.   },
  966.   crate_multi_currency_coupon = {
  967.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_multi_currency_coupon",
  968.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Multi_Currency_Coupon_UIBP.Crate_Multi_Currency_Coupon_UIBP",
  969.     uiStat = {
  970.       name = "\232\161\165\231\187\153-\229\164\154\232\180\167\229\184\129\228\188\152\230\131\160\229\136\184\233\128\137\230\139\169\230\161\134"
  971.     }
  972.   },
  973.   crate_multi_currency_coupon_item = {
  974.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_multi_currency_coupon_item",
  975.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Multi_Currency_Coupon_Item2.Crate_Multi_Currency_Coupon_Item2",
  976.     uiStat = {
  977.       name = "\232\161\165\231\187\153-\229\164\154\232\180\167\229\184\129\228\188\152\230\131\160\229\136\184\233\128\137\230\139\169\230\161\134item"
  978.     }
  979.   },
  980.   supply_guarantee_awardInfo = {
  981.     moduleName = "client.slua.umg.shop.supply_guarantee_awardInfo",
  982.     path = "/Game/UMG/UI_BP/Store/Item/Store_PROT_Reward_Popup_UIBP.Store_PROT_Reward_Popup_UIBP",
  983.     uiStat = {
  984.       name = "\232\161\165\231\187\153-\228\191\157\229\186\149\229\165\150\229\138\177\233\162\132\232\167\136"
  985.     }
  986.   },
  987.   store_uc_direct_purchase_gift_popup = {
  988.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.popup.store_uc_direct_purchase_gift_popup",
  989.     path = "/Game/UMG/UI_BP/NewStore/store/Store_Popup_UIBP.Store_Popup_UIBP",
  990.     asy = true,
  991.     uiStat = {
  992.       name = "\229\149\134\229\159\142-UC\231\164\188\229\140\133\231\155\180\232\180\173\229\134\133\229\174\185\229\188\185\231\170\151"
  993.     }
  994.   },
  995.   store_backpack_page = {
  996.     moduleName = "client.slua.umg.NewStore.store.store_backpack_page",
  997.     path = "/Game/UMG/UI_BP/NewStore/store/Store_BackpackPage_UIBP.Store_BackpackPage_UIBP",
  998.     isSingleton = false,
  999.     uiStat = {
  1000.       name = "\229\149\134\229\159\142-\232\131\140\229\140\133\233\161\181\231\173\190"
  1001.     }
  1002.   },
  1003.   DetailComponentMain = {
  1004.     moduleName = "client.slua.traits.DetailComponent.DetailComponentMain",
  1005.     path = "/Game/UMG/UI_BP/Common/Common_Detail_Goods_UIBP.Common_Detail_Goods_UIBP",
  1006.     isSingleton = false,
  1007.     isMainUI = false,
  1008.     asy = true,
  1009.     uiStat = {
  1010.       name = "\229\149\134\229\159\142/\232\161\165\231\187\153-NEW\232\175\166\230\131\133\231\187\132\228\187\182"
  1011.     }
  1012.   },
  1013.   ItemListComponent = {
  1014.     moduleName = "client.slua.traits.DetailComponent.ItemListComponent.ItemListComponent",
  1015.     path = "/Game/UMG/UI_BP/Common/Common_Detail_ItemList_UIBP.Common_Detail_ItemList_UIBP",
  1016.     isSingleton = false,
  1017.     isMainUI = false,
  1018.     asy = true,
  1019.     uiStat = {
  1020.       name = "\232\175\166\230\131\133\231\187\132\228\187\182-\231\137\169\229\147\129\229\136\151\232\161\168"
  1021.     }
  1022.   },
  1023.   BuyButtonComponent = {
  1024.     moduleName = "client.slua.traits.DetailComponent.BuyButtonComponent.BuyButtonComponent",
  1025.     path = "/Game/UMG/UI_BP/NewStore/item/Store_Buy_Item_UIBP.Store_Buy_Item_UIBP",
  1026.     isSingleton = false,
  1027.     isMainUI = false,
  1028.     asy = true,
  1029.     uiStat = {
  1030.       name = "\229\149\134\229\159\142-\232\180\173\228\185\176\230\140\137\233\146\174\231\187\132\228\187\182"
  1031.     }
  1032.   },
  1033.   BuyButtonComponent_Suit = {
  1034.     moduleName = "client.slua.traits.DetailComponent.BuyButtonComponent.BuyButtonComponent_Suit",
  1035.     path = "/Game/UMG/UI_BP/PharaohRises/XSuit_Exchange_Btn_Item.XSuit_Exchange_Btn_Item",
  1036.     isSingleton = false,
  1037.     isMainUI = false,
  1038.     asy = true,
  1039.     uiStat = {
  1040.       name = "\229\156\163\232\163\133-\232\180\173\228\185\176\230\140\137\233\146\174\231\187\132\228\187\182"
  1041.     }
  1042.   },
  1043.   FeatureComponent = {
  1044.     moduleName = "client.slua.traits.DetailComponent.FeatureComponent.FeatureComponent",
  1045.     path = "/Game/UMG/UI_BP/Common/Common_Detail_Feature.Common_Detail_Feature",
  1046.     isSingleton = false,
  1047.     isMainUI = false,
  1048.     asy = true,
  1049.     uiStat = {
  1050.       name = "\232\175\166\230\131\133\231\187\132\228\187\182-\231\137\185\230\128\167\230\160\143\231\187\132\228\187\182"
  1051.     }
  1052.   },
  1053.   AvatarDisplayComponent = {
  1054.     moduleName = "client.slua.traits.DetailComponent.AvatarDisplay.AvatarDisplayComponent",
  1055.     path = "/Game/UMG/UI_BP/Common/AvatarDisplay_UIBP.AvatarDisplay_UIBP",
  1056.     isMainUI = false,
  1057.     isSingleton = false,
  1058.     asy = true,
  1059.     uiStat = {
  1060.       name = "avatar\229\177\149\231\164\186"
  1061.     }
  1062.   },
  1063.   store_feature_popup = {
  1064.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.component.store_feature_popup",
  1065.     path = "/Game/UMG/UI_BP/Common/Common_Detail_Goods_Popup_Attribute_UIBP.Common_Detail_Goods_Popup_Attribute_UIBP",
  1066.     asy = true,
  1067.     uiStat = {
  1068.       name = "\229\149\134\229\159\142/\232\161\165\231\187\153-\231\137\185\230\128\167\231\187\132\228\187\182\230\143\143\232\191\176\229\188\185\231\170\151"
  1069.     }
  1070.   },
  1071.   ViewComponent = {
  1072.     moduleName = "client.slua.traits.DetailComponent.ViewComponent.ViewComponent",
  1073.     path = "/Game/UMG/UI_BP/Common/Common_Detail_View_UIBP.Common_Detail_View_UIBP",
  1074.     isSingleton = false,
  1075.     isMainUI = false,
  1076.     asy = true,
  1077.     uiStat = {
  1078.       name = "\232\175\166\230\131\133\231\187\132\228\187\182-\232\167\134\232\167\146\231\187\132\228\187\182"
  1079.     }
  1080.   },
  1081.   store_voice_component = {
  1082.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.component.store_voice_component",
  1083.     path = "/Game/UMG/UI_BP/NewStore/component/Common_Voice_Main_Item_UIBP.Common_Voice_Main_Item_UIBP",
  1084.     isSingleton = false,
  1085.     asy = true,
  1086.     uiStat = {
  1087.       name = "\229\149\134\229\159\142-\232\175\173\233\159\179\231\187\132\228\187\182"
  1088.     }
  1089.   },
  1090.   UseButtonComponent = {
  1091.     moduleName = "client.slua.traits.DetailComponent.UseButtonComponent.UseButtonComponent",
  1092.     path = "/Game/Arts_UI/LuckyWidget/LuckySpinTarotTemplate/Item/LuckySpinTarotTemplate_Btn_Item.LuckySpinTarotTemplate_Btn_Item",
  1093.     isSingleton = false,
  1094.     isMainUI = false,
  1095.     asy = true,
  1096.     uiStat = {
  1097.       name = "\231\137\169\229\147\129\232\175\166\230\131\133-\228\189\191\231\148\168\230\140\137\233\146\174\231\187\132\228\187\182"
  1098.     }
  1099.   },
  1100.   ShapeTrans_ColorChangeCloth_UIBP = {
  1101.     moduleName = "client.slua.traits.DetailComponent.DetailChild.ShapeTrans_ColorChangeCloth_UIBP",
  1102.     path = "/Game/UMG/UI_BP/Common/Common_AvatarDetail/ShapeTrans_ColorChangeCloth_UIBP.ShapeTrans_ColorChangeCloth_UIBP",
  1103.     isSingleton = false,
  1104.     isMainUI = false,
  1105.     asy = true,
  1106.     uiStat = {
  1107.       name = "AvatarDetail - \232\161\163\230\156\141\231\177\187\229\189\162\230\128\129\232\189\172\230\141\162"
  1108.     }
  1109.   },
  1110.   crate_open_box_panel = {
  1111.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_open_box_panel",
  1112.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_OpenBox_BP.Crate_OpenBox_BP",
  1113.     asy = true,
  1114.     uiStat = {
  1115.       name = "\229\149\134\229\159\142-\229\174\157\231\174\177\230\129\173\229\150\156\232\142\183\229\190\151"
  1116.     }
  1117.   },
  1118.   store_jump_chest = {
  1119.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.store.store_jump_chest",
  1120.     path = "/Game/UMG/UI_BP/NewStore/store/Store_JumpChest_BP.Store_JumpChest_BP",
  1121.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  1122.     asy = true,
  1123.     uiStat = {
  1124.       name = "\229\149\134\229\159\142/\232\161\165\231\187\153-\232\183\179\232\189\172\231\164\188\229\140\133\230\140\130\228\187\182"
  1125.     }
  1126.   },
  1127.   Store_Buy_Slua_BP = {
  1128.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.buy.Store_Buy_Slua_BP",
  1129.     path = "/Game/UMG/UI_BP/NewStore/Buy/Store_Buy_Slua_BP.Store_Buy_Slua_BP",
  1130.     asy = true,
  1131.     uiStat = {
  1132.       name = "\229\149\134\229\159\142-\232\180\173\228\185\176\231\149\140\233\157\162slua"
  1133.     }
  1134.   },
  1135.   GivingGifts_Popup_UIBP = {
  1136.     moduleName = "client.slua.umg.GiftGivePopup.GivingGifts_Popup_UIBP",
  1137.     path = "/Game/UMG/UI_BP/GiftGivePopup/GivingGifts_Popup_UIBP.GivingGifts_Popup_UIBP",
  1138.     asy = true,
  1139.     uiStat = {
  1140.       name = "\233\128\154\231\148\168\231\177\187\232\181\160\233\128\129\229\188\185\231\170\151"
  1141.     }
  1142.   },
  1143.   GiftMessage_Popup_UIBP = {
  1144.     moduleName = "client.slua.umg.GiftGivePopup.GiftMessage_Popup_UIBP",
  1145.     path = "/Game/UMG/UI_BP/GiftGivePopup/GiftMessage_Popup_UIBP.GiftMessage_Popup_UIBP",
  1146.     asy = true,
  1147.     uiStat = {
  1148.       name = "\233\128\154\231\148\168\231\177\187\231\180\162\232\166\129\229\188\185\231\170\151"
  1149.     }
  1150.   },
  1151.   lottery_closeup_ui = {
  1152.     moduleName = "client.slua.umg.LotteryCloseUp.lottery_closeup_ui",
  1153.     path = "/Game/UMG/UI_BP/NewStore/crate/OpenBox_Closeup_UIBP.OpenBox_Closeup_UIBP",
  1154.     asy = true,
  1155.     uiStat = {
  1156.       name = "\229\188\128\231\174\177\231\137\185\229\134\153\231\149\140\233\157\162"
  1157.     }
  1158.   },
  1159.   select_optional_chest = {
  1160.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.select_optional_chest",
  1161.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_WelfareOption_Popup_UIBP.Crate_WelfareOption_Popup_UIBP",
  1162.     asy = true,
  1163.     containerName = UIContainers.Top,
  1164.     uiStat = {
  1165.       name = "\232\135\170\229\136\182\229\174\157\231\174\177"
  1166.     }
  1167.   },
  1168.   ui_crate_voucher = {
  1169.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.ui_crate_voucher",
  1170.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Voucher_UIBP.Crate_Voucher_UIBP",
  1171.     asy = true,
  1172.     uiStat = {
  1173.       name = "\229\149\134\229\159\142UC\230\138\152\230\137\163\231\149\140\233\157\162"
  1174.     }
  1175.   },
  1176.   ui_crate_voucher_jk = {
  1177.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.ui_crate_voucher_jk",
  1178.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Voucher_UIBP.Crate_Voucher_UIBP",
  1179.     asy = true,
  1180.     uiStat = {
  1181.       name = "\229\149\134\229\159\142UC\230\138\152\230\137\163\231\149\140\233\157\162-\230\151\165\233\159\169"
  1182.     }
  1183.   },
  1184.   everydaypack_activity = {
  1185.     moduleName = "client.slua.umg.lobby_activity.everydaypack.everydaypack_activity",
  1186.     path = "/Game/UMG/UI_BP/SpecialOffer/EveryDayPack_Main_BP.EveryDayPack_Main_BP",
  1187.     isMainUI = false,
  1188.     uiStat = {
  1189.       name = "\230\175\143\230\151\165\231\164\188\229\140\133"
  1190.     }
  1191.   },
  1192.   everydaypack_activity_v2 = {
  1193.     moduleName = "client.slua.umg.lobby_activity.everydaypack.everydaypack_activity_v2",
  1194.     path = "/Game/UMG/UI_BP/SpecialOffer/EveryDayPack_NewMain_UIBP.EveryDayPack_NewMain_UIBP",
  1195.     asy = true,
  1196.     isMainUI = false,
  1197.     uiStat = {
  1198.       name = "\230\175\143\230\151\165\231\164\188\229\140\133\232\161\141\231\148\159"
  1199.     }
  1200.   },
  1201.   SupplyActivityComp = {
  1202.     moduleName = "client.slua.umg.NewStoreV280.Components.SupplyActivityComp.SupplyActivityComp",
  1203.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_GuaranteeMechanism_UIBP.Crate_GuaranteeMechanism_UIBP",
  1204.     isSingleton = false,
  1205.     asy = false,
  1206.     uiStat = {
  1207.       name = "\232\161\165\231\187\153-\230\180\187\229\138\168\230\156\186\229\136\182\231\187\132\228\187\182"
  1208.     }
  1209.   },
  1210.   supply_ban_component = {
  1211.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_ban_component",
  1212.     path = "/Game/UMG/UI_BP/Store/Item/Crate_GuaranteeMechanism_ban_UIBP.Crate_GuaranteeMechanism_ban_UIBP",
  1213.     isSingleton = false,
  1214.     uiStat = {
  1215.       name = "\232\161\165\231\187\153-Ban\230\156\186\229\136\182\231\187\132\228\187\182"
  1216.     }
  1217.   },
  1218.   supply_select_panel = {
  1219.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_select_panel",
  1220.     path = "/Game/UMG/UI_BP/Store/Store_Common_Child2_Panel.Store_Common_Child2_Panel",
  1221.     isSingleton = false,
  1222.     uiStat = {
  1223.       name = "\232\161\165\231\187\153-\233\128\137\230\139\169\231\149\140\233\157\162"
  1224.     }
  1225.   },
  1226.   supply_gradually_improve_panel = {
  1227.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_gradually_improve_panel",
  1228.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_GraduallyImprove_Box_UIBP.Crate_GraduallyImprove_Box_UIBP",
  1229.     isSingleton = false,
  1230.     uiStat = {
  1231.       name = "\232\161\165\231\187\153-\230\151\165\233\159\169\233\128\144\230\173\165\230\138\189\229\165\150\230\180\187\229\138\168"
  1232.     }
  1233.   },
  1234.   supply_wish_detail = {
  1235.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_wish_detail",
  1236.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Wish_Popup.Crate_Wish_Popup",
  1237.     uiStat = {
  1238.       name = "\232\161\165\231\187\153-\232\174\184\230\132\191\229\188\185\231\170\151"
  1239.     }
  1240.   },
  1241.   supply_wish_simple_detail = {
  1242.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_wish_simple_detail",
  1243.     path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Wish_Simple_Popup.Crate_Wish_Simple_Popup",
  1244.     uiStat = {
  1245.       name = "\232\161\165\231\187\153-\232\174\184\230\132\191\231\174\128\229\141\149\229\188\185\231\170\151"
  1246.     }
  1247.   },
  1248.   supply_details_JK_panel = {
  1249.     moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_details_panel",
  1250.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Goods_Detail_UIBP.Goods_Detail_UIBP",
  1251.     uiStat = {
  1252.       name = "\232\161\165\231\187\153-\229\174\157\231\174\177\230\166\130\231\142\135"
  1253.     }
  1254.   },
  1255.   common_pickonebox = {
  1256.     moduleName = "client.slua.umg.common.common_pickonebox",
  1257.     path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_Godzilla_DaoJu_UIBP.Activity_Godzilla_DaoJu_UIBP",
  1258.     uiStat = {
  1259.       name = "\229\164\154\233\128\137\228\184\128\231\149\140\233\157\162"
  1260.     }
  1261.   },
  1262.   connect_wait = {
  1263.     moduleName = "client.slua.umg.lobby.connection_waiting",
  1264.     path = "/Game/UMG/UI_Logic/Reconnect/Reconnect_BP.Reconnect_BP",
  1265.     closeOnSwitch = false,
  1266.     containerName = UIContainers.Top,
  1267.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  1268.   },
  1269.   connect_wait_without_block = {
  1270.     moduleName = "client.slua.umg.lobby.connect_wait_without_block",
  1271.     path = "/Game/UMG/UI_BP/Reconnect/Reconnect_NoBlock_UIBP.Reconnect_NoBlock_UIBP",
  1272.     containerName = UIContainers.Top,
  1273.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  1274.   },
  1275.   button_recorder = {
  1276.     moduleName = "client.slua.umg.common.button_recorder",
  1277.     path = "/Game/UMG/UI_BP/GM/BP_GM_RecordTouchEvent.BP_GM_RecordTouchEvent",
  1278.     containerName = UIContainers.Top
  1279.   },
  1280.   match_mode_option_t_plan = {
  1281.     moduleName = "client.slua.umg.match.match_mode_option_t_plan",
  1282.     path = "/Game/Mod/TPlan/XMission/UMG/Popup/Match_SelectMap_01_UIBP1.Match_SelectMap_01_UIBP1",
  1283.     asy = true,
  1284.     uiStat = {
  1285.       name = "\230\168\161\229\188\143\233\128\137\230\139\169-\229\140\185\233\133\141\232\174\190\231\189\174-T\231\142\169\230\179\149"
  1286.     }
  1287.   },
  1288.   match_zone_menu = {
  1289.     moduleName = "client.slua.umg.match.match_zone_menu",
  1290.     path = "/Game/UMG/UI_BP/Match/Match_Item/ChooseZone_Menu_UIBP.ChooseZone_Menu_UIBP",
  1291.     isSingleton = false
  1292.   },
  1293.   ChooseZone_Delay_Tips_UIBP = {
  1294.     moduleName = "client.slua.umg.match.ChooseZone_Delay_Tips_UIBP",
  1295.     path = "/Game/UMG/UI_BP/Match/Match_Item/ChooseZone_Delay_Tips_UIBP.ChooseZone_Delay_Tips_UIBP"
  1296.   },
  1297.   lobby_mode_entry = {
  1298.     moduleName = "client.slua.umg.ModeSelection.Lobby_Mode_UIBP",
  1299.     path = "/Game/UMG/UI_BP/ModeSelection/Lobby_Mode_UIBP.Lobby_Mode_UIBP",
  1300.     isSingleton = false,
  1301.     isWindowsOBHide = true,
  1302.     uiStat = {
  1303.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\133\165\229\143\163"
  1304.     }
  1305.   },
  1306.   mode_selection_main = {
  1307.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_UIBP",
  1308.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_UIBP.ModeSelection_Main_UIBP",
  1309.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.ModeSelect,
  1310.     jumpModuleID = BP_ENUM_MODULE_MATCH_MODE_SELECTION,
  1311.     uiStat = {
  1312.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\228\184\187\231\149\140\233\157\162"
  1313.     }
  1314.   },
  1315.   mode_selection_anim = {
  1316.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Opening_UIBP",
  1317.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Opening_UIBP.ModeSelection_Opening_UIBP",
  1318.     uiStat = {
  1319.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\138\168\231\148\187"
  1320.     }
  1321.   },
  1322.   item_big_mode_selection_main = {
  1323.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
  1324.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map01_Item.ModeSelection_Main_Map01_Item",
  1325.     isSingleton = false,
  1326.     isWindowsOBHide = true,
  1327.     uiStat = {
  1328.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\164\167\232\167\134\229\155\190item"
  1329.     }
  1330.   },
  1331.   item_super_mode_selection_main = {
  1332.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
  1333.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map03_Item.ModeSelection_Main_Map03_Item",
  1334.     isSingleton = false,
  1335.     isWindowsOBHide = true,
  1336.     uiStat = {
  1337.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-t\231\142\169\230\179\149\232\182\133\229\164\167\232\167\134\229\155\190item"
  1338.     }
  1339.   },
  1340.   item_peak_mode_selection_main = {
  1341.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map_Item_Peak",
  1342.     path = "/Game/UMG/UI_BP/PeakGame/ModeSelection_Map_Peak_Item.ModeSelection_Map_Peak_Item",
  1343.     isSingleton = false,
  1344.     isWindowsOBHide = true,
  1345.     uiStat = {
  1346.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\183\133\229\179\176\232\181\155\232\167\134\229\155\190item"
  1347.     }
  1348.   },
  1349.   mode_selection_option = {
  1350.     moduleName = "client.slua.umg.ModeSelection.Match_SelectMap_01_UIBP",
  1351.     path = "/Game/UMG/UI_BP/ModeSelection/Match_SelectMap_01_UIBP.Match_SelectMap_01_UIBP",
  1352.     uiStat = {
  1353.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\140\185\233\133\141\232\174\190\231\189\174"
  1354.     }
  1355.   },
  1356.   mode_selection_option_WOW = {
  1357.     moduleName = "client.slua.umg.ModeSelection.Match_SelectMap_01_WOW_UIBP",
  1358.     path = "/Game/UMG/UI_BP/ModeSelection/Match_SelectMap_01_UIBP.Match_SelectMap_01_UIBP",
  1359.     uiStat = {
  1360.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\140\185\233\133\141\232\174\190\231\189\174 - WOW"
  1361.     }
  1362.   },
  1363.   item_small_mode_selection_main = {
  1364.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
  1365.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map02_Item.ModeSelection_Main_Map02_Item",
  1366.     isSingleton = false,
  1367.     isWindowsOBHide = true,
  1368.     uiStat = {
  1369.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\176\143\232\167\134\229\155\190item"
  1370.     }
  1371.   },
  1372.   ModeSelection_Custom_Item_UIBP = {
  1373.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Custom_Item_UIBP",
  1374.     path = "/Game/UMG/UI_BP/ModeSelection/Item/ModeSelection_Custom_Item_UIBP.ModeSelection_Custom_Item_UIBP",
  1375.     isSingleton = false,
  1376.     isWindowsOBHide = true,
  1377.     uiStat = {
  1378.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\143\179\228\190\167\232\167\134\229\155\190item"
  1379.     }
  1380.   },
  1381.   item_newbie_small_mode_selection_main = {
  1382.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map03_Item",
  1383.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map02_Item.ModeSelection_Main_Map02_Item",
  1384.     isSingleton = false,
  1385.     isWindowsOBHide = true,
  1386.     uiStat = {
  1387.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\230\150\176\230\137\139\232\174\173\231\187\131\229\176\143\232\167\134\229\155\190item"
  1388.     }
  1389.   },
  1390.   item_double_small_mode_selection_main = {
  1391.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map_Item",
  1392.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map_Item.ModeSelection_Main_Map_Item",
  1393.     isSingleton = false,
  1394.     isWindowsOBHide = true,
  1395.     uiStat = {
  1396.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\143\140\229\176\143\232\167\134\229\155\190item"
  1397.     }
  1398.   },
  1399.   item_multi_big_mode_selection_main = {
  1400.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_MultiMap01_Item",
  1401.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_MultiMap01_Item.ModeSelection_Main_MultiMap01_Item",
  1402.     isSingleton = false,
  1403.     isWindowsOBHide = true,
  1404.     uiStat = {
  1405.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\155\162\231\171\158\229\164\167Item"
  1406.     }
  1407.   },
  1408.   item_multi_small_mode_selection_main = {
  1409.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_MultiMap01_Item",
  1410.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_MultiMap02_Item.ModeSelection_Main_MultiMap02_Item",
  1411.     isSingleton = false,
  1412.     isWindowsOBHide = true,
  1413.     uiStat = {
  1414.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\155\162\231\171\158\229\176\143Item"
  1415.     }
  1416.   },
  1417.   mode_selection_multi_popup = {
  1418.     moduleName = "client.slua.umg.ModeSelection.multi_select.ModeSelection_Multi_Popup",
  1419.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_ArmsRaceMap_UIBP.ModeSelection_ArmsRaceMap_UIBP",
  1420.     uiStat = {
  1421.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\164\154\233\128\137\229\188\185\231\170\151"
  1422.     }
  1423.   },
  1424.   ModeSelection_Guide_UIBP = {
  1425.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Guide_UIBP",
  1426.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Guide_UIBP.ModeSelection_Guide_UIBP",
  1427.     uiStat = {
  1428.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169\228\184\187\231\149\140\233\157\162-\230\168\161\229\188\143\232\175\166\231\187\134\228\187\139\231\187\141"
  1429.     }
  1430.   },
  1431.   ModeSelection_Guide_UIBP02 = {
  1432.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Guide_UIBP02",
  1433.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Guide_UIBP02.ModeSelection_Guide_UIBP02",
  1434.     uiStat = {
  1435.       name = "\229\164\167\229\142\133-\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\228\184\187\231\149\140\233\157\162-\230\168\161\229\188\143\232\175\166\231\187\134\228\187\139\231\187\141\228\187\133\230\150\135\230\156\172"
  1436.     }
  1437.   },
  1438.   GamePlayGuide_Popup_UIBP = {
  1439.     moduleName = "client.slua.umg.ModeSelection.GamePlayGuide_Popup_UIBP",
  1440.     path = "/Game/BluePrints/Game/BluePrints/UI/GamePlayGuide_Popup_UIBP.GamePlayGuide_Popup_UIBP",
  1441.     uiStat = {
  1442.       name = "\229\164\167\229\142\133-\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\228\184\187\231\149\140\233\157\162-\230\168\161\229\188\143\232\175\166\231\187\134\228\187\139\231\187\141GAMEGUIDE"
  1443.     }
  1444.   },
  1445.   PlanPH_AI_Chat_UIBP = {
  1446.     moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_AI_Chat_UIBP",
  1447.     path = "/Game/Mod/PlanPH/BluePrints/UI/Chat/PlanPH_AI_Chat_UIBP.PlanPH_AI_Chat_UIBP",
  1448.     uiStat = {
  1449.       name = "\229\174\182\229\155\173-\231\174\161\229\174\182-AI\229\175\185\232\175\157"
  1450.     },
  1451.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Defalut
  1452.   },
  1453.   PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP = {
  1454.     moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP",
  1455.     path = "/Game/UMG/UI_BP/Home/Rule/PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP.PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP",
  1456.     uiStat = {
  1457.       name = "\229\174\182\229\155\173-AI\231\174\161\229\174\182-\229\188\185\231\170\151"
  1458.     }
  1459.   },
  1460.   PlanPH_Chat_AI_Rule_Popups_UIBP = {
  1461.     moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Chat_AI_Rule_Popups_UIBP",
  1462.     path = "/Game/Mod/PlanPH/BluePrints/UI/Chat/Popup/PlanPH_Chat_AI_Rule_Popups_UIBP.PlanPH_Chat_AI_Rule_Popups_UIBP",
  1463.     uiStat = {
  1464.       name = "\231\174\161\229\174\182-\230\153\186\232\131\189\229\175\185\232\175\157\232\167\132\229\136\153"
  1465.     }
  1466.   },
  1467.   PlanPH_Majordomo_Select_UIBP = {
  1468.     moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Majordomo_Select_UIBP",
  1469.     path = "/Game/Mod/PlanPH/BluePrints/UI/Majordomo/PlanPH_Majordomo_Select_UIBP.PlanPH_Majordomo_Select_UIBP",
  1470.     uiStat = {
  1471.       name = "\229\174\182\229\155\173-\231\174\161\229\174\182-\231\174\161\229\174\182\229\136\151\232\161\168"
  1472.     }
  1473.   },
  1474.   mode_selection_filter = {
  1475.     moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Person_Tips",
  1476.     path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Person_Tips.ModeSelection_Main_Person_Tips",
  1477.     uiStat = {
  1478.       name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169\228\184\187\231\149\140\233\157\162-\232\191\135\230\187\164"
  1479.     }
  1480.   },
  1481.   ModeSelection_Popup_level_UIBP = {
  1482.     moduleName = "client.slua.umg.ModeSelection.Popup.ModeSelection_Popup_level_UIBP",
  1483.     path = "/Game/UMG/UI_BP/ModeSelection/Popup/ModeSelection_Popup_level_UIBP.ModeSelection_Popup_level_UIBP",
  1484.     uiStat = {
  1485.       name = "\230\150\176\230\137\139\232\191\155\233\152\182\232\174\173\231\187\131\229\133\179 - \230\149\153\231\168\139\229\133\179\229\141\161\229\188\185\231\170\151"
  1486.     }
  1487.   },
  1488.   ModeSelection_Popup_Video_UIBP = {
  1489.     moduleName = "client.slua.umg.ModeSelection.Popup.ModeSelection_Popup_Video_UIBP",
  1490.     path = "/Game/UMG/UI_BP/ModeSelection/Popup/ModeSelection_Popup_Video_UIBP.ModeSelection_Popup_Video_UIBP",
  1491.     uiStat = {
  1492.       name = "\230\150\176\230\137\139\232\191\155\233\152\182\232\174\173\231\187\131\229\133\179 - \232\167\134\233\162\145\229\133\179\229\141\161\229\188\185\231\170\151"
  1493.     }
  1494.   },
  1495.   match_new_entry = {
  1496.     moduleName = "client.slua.umg.match.match_new_entry",
  1497.     path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_Main_Match_Entry_UIBP.Lobby_Main_Match_Entry_UIBP",
  1498.     isSingleton = false,
  1499.     isWindowsOBHide = true,
  1500.     uiStat = {
  1501.       name = "\230\168\161\229\188\143\228\184\142\229\140\185\233\133\141"
  1502.     }
  1503.   },
  1504.   match_warm_up_task = {
  1505.     moduleName = "client.slua.umg.match.warm_up.match_warm_up_task",
  1506.     path = "/Game/UMG/UI_BP/Match/Match_Season_warm_up_UIBP.Match_Season_warm_up_UIBP",
  1507.     asy = true,
  1508.     uiStat = {
  1509.       name = "\230\168\161\229\188\143\233\128\137\230\139\169-\231\131\173\232\186\171\232\181\155\228\187\187\229\138\161"
  1510.     }
  1511.   },
  1512.   Team_Share_Tips_UIBP = {
  1513.     moduleName = "client.slua.umg.teamup.Team_Share_Tips_UIBP",
  1514.     path = "/Game/UMG/UI_BP/TeamUp/Team_Share_Tips_UIBP.Team_Share_Tips_UIBP",
  1515.     uiStat = {
  1516.       name = "\232\174\162\233\152\133-\229\133\177\228\186\171\230\136\144\229\138\159\230\143\144\231\164\186"
  1517.     }
  1518.   },
  1519.   Common_Popup_Reward_Base = {
  1520.     moduleName = "client.slua.umg.Common.Common_Popup_Reward_Base",
  1521.     path = "/Game/UMG/UI_BP/Common/Popup/Theme/Common_Popup_Theme_Explain_UIBP.Common_Popup_Theme_Explain_UIBP",
  1522.     containerName = UIContainers.Top,
  1523.     uiStat = {
  1524.       name = "\229\165\150\229\138\177\229\177\149\231\164\186\229\188\185\231\170\151"
  1525.     }
  1526.   },
  1527.   Common_Popup_Theme_Home_UIBP = {
  1528.     moduleName = "client.slua.umg.Common.Common_Popup_Reward_Base",
  1529.     path = "/Game/UMG/UI_BP/Common/Popup/Theme/Common_Popup_Theme_Home_UIBP.Common_Popup_Theme_Home_UIBP",
  1530.     containerName = UIContainers.Top,
  1531.     uiStat = {
  1532.       name = "\229\174\182\229\155\173-\229\165\150\229\138\177\229\177\149\231\164\186\229\188\185\231\170\151"
  1533.     }
  1534.   },
  1535.   CommonPopup_RewardTipParent_UIBP = {
  1536.     moduleName = "client.slua.umg.common.CommonPopup_RewardTipParent_UIBP",
  1537.     path = "/Game/UMG/UI_BP/Common/Popup/Theme/CommonPopup_RewardTipParent_UIBP.CommonPopup_RewardTipParent_UIBP",
  1538.     containerName = UIContainers.Top,
  1539.     uiStat = {
  1540.       name = "\233\128\154\231\148\168\231\177\187\229\165\150\229\138\177\232\142\183\229\190\151\228\185\139\229\144\142\231\154\132Tip\229\188\185\231\170\151-\231\136\182UI"
  1541.     }
  1542.   },
  1543.   Common_Popup_Theme_Explain_Picture09_Item_UIBP = {
  1544.     moduleName = "client.slua.umg.common.Popup.Theme.Item.Common_Popup_Theme_Explain_Picture09_Item_UIBP",
  1545.     path = "/Game/UMG/UI_BP/Common/Popup/Theme/Item/Common_Popup_Theme_Explain_Picture09_Item_UIBP.Common_Popup_Theme_Explain_Picture09_Item_UIBP",
  1546.     isMainUI = false,
  1547.     uiStat = {
  1548.       name = "rp\230\148\185\232\137\178\233\162\134\229\143\150\229\173\144UI"
  1549.     }
  1550.   },
  1551.   Common_Popup_Theme_Explain_Picture08_Item_UIBP = {
  1552.     moduleName = "client.slua.umg.Common.Common_Popup_Theme_Explain_Picture08_Item_UIBP",
  1553.     path = "/Game/UMG/UI_BP/Common/Popup/Theme/Item/Common_Popup_Theme_Explain_Picture08_Item_UIBP.Common_Popup_Theme_Explain_Picture08_Item_UIBP",
  1554.     isMainUI = false,
  1555.     uiStat = {
  1556.       name = "\229\165\150\229\138\177\233\162\134\229\143\150\230\140\130\232\189\189\231\137\169\229\147\129"
  1557.     }
  1558.   },
  1559.   ReportSucceed_Slap_UIBP = {
  1560.     moduleName = "client.slua.umg.security.ReportSucceed_Slap_UIBP",
  1561.     closeOnSwitch = false,
  1562.     path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_TipOff_Popup_UIBP.Lobby_TipOff_Popup_UIBP",
  1563.     uiStat = {
  1564.       name = "\228\184\190\230\138\165\230\136\144\229\138\159-\230\139\141\232\132\184"
  1565.     }
  1566.   },
  1567.   Hall_Picture_Popup_UIBP = {
  1568.     moduleName = "client.slua.umg.Common.Tips.Hall_Picture_Popup_UIBP",
  1569.     path = "/Game/UMG/UI_BP/Universal_Popup/Hall_Picture_Popup_UIBP.Hall_Picture_Popup_UIBP",
  1570.     containerName = UIContainers.Top,
  1571.     uiStat = {
  1572.       name = "\229\184\167\231\142\135\232\174\190\231\189\174\229\187\186\232\174\174\229\188\185\231\170\151"
  1573.     }
  1574.   },
  1575.   notify_recommend_download = {
  1576.     moduleName = "client.slua.umg.download.notify_recommend_download",
  1577.     isMainUI = false,
  1578.     path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_DownloaderSpecial_Btn_UIBP1.Lobby_DownloaderSpecial_Btn_UIBP1"
  1579.   },
  1580.   notify_recommend_delete = {
  1581.     moduleName = "client.slua.umg.download.notify_recommend_delete",
  1582.     path = "/Game/UMG/UI_BP/Download/Popup/Download_Popup_Cleanup_UIBP.Download_Popup_Cleanup_UIBP",
  1583.     uiStat = {
  1584.       name = "\230\142\168\232\141\144\229\136\160\233\153\164"
  1585.     }
  1586.   },
  1587.   download_space_alert = {
  1588.     moduleName = "client.slua.umg.download.download_space_alert",
  1589.     path = "/Game/UMG/UI_BP/Download/Download_Popup_Item_BP.Download_Popup_Item_BP"
  1590.   },
  1591.   downloader = {
  1592.     moduleName = "client.slua.umg.download.downloader",
  1593.     path = "/Game/UMG/UI_BP/Download/Download_Popup_UIBP_2.Download_Popup_UIBP_2",
  1594.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE,
  1595.     uiStat = {
  1596.       name = "\228\184\139\232\189\189\231\149\140\233\157\162"
  1597.     }
  1598.   },
  1599.   downloader_prefetch_tips = {
  1600.     moduleName = "client.slua.umg.download.downloader_prefetch_tips",
  1601.     path = "/Game/UMG/UI_BP/Download/Download_Popup_Item_BP2.Download_Popup_Item_BP2"
  1602.   },
  1603.   newbie_lobby_task = {
  1604.     moduleName = "client.slua.umg.newbie.newbie_lobby_task",
  1605.     path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Missons_UIBP.Lobby_Main_Tips_Missons_UIBP",
  1606.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  1607.     containerName = UIContainers.Top
  1608.   },
  1609.   newbie_lobby_rp = {
  1610.     moduleName = "client.slua.umg.newbie.newbie_lobby_rp",
  1611.     path = "/Game/UMG/UI_BP/Lobby/Mid/Tips/Lobby_Mid_Tips_RP_UIBP.Lobby_Mid_Tips_RP_UIBP",
  1612.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  1613.     containerName = UIContainers.Top
  1614.   },
  1615.   newbie_lobby_match = {
  1616.     moduleName = "client.slua.umg.newbie.newbie_lobby_match",
  1617.     path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Entry_UIBP.Lobby_Main_Tips_Entry_UIBP",
  1618.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  1619.   },
  1620.   newbie_mode_select = {
  1621.     moduleName = "client.slua.umg.newbie.newbie_mode_select",
  1622.     path = "/Game/UMG/UI_BP/Newbie/Newbie_ModeSelect_UIBP.Newbie_ModeSelect_UIBP",
  1623.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  1624.   },
  1625.   newbie_mode_select_entry = {
  1626.     moduleName = "client.slua.umg.newbie.newbie_mode_select_entry",
  1627.     path = "/Game/UMG/UI_BP/Newbie/Newbie_ModeSelect_Entry_UIBP.Newbie_ModeSelect_Entry_UIBP",
  1628.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  1629.   },
  1630.   Lab_Main_Newbie_Slide_UIBP = {
  1631.     moduleName = "client.slua.umg.lobby.Main.Lab_Main_Newbie_Slide_UIBP",
  1632.     path = "/Game/UMG/UI_BP/Lobby/Main/Lab_Main_Newbie_Slide_UIBP.Lab_Main_Newbie_Slide_UIBP",
  1633.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
  1634.   },
  1635.   Lobby_Mid_Newbie_Tab_Close_UIBP = {
  1636.     moduleName = "client.slua.umg.lobby.Mid.Newbie.Lobby_Mid_Newbie_Tab_Close_UIBP",
  1637.     path = "/Game/UMG/UI_BP/Lobby/Mid/Newbie/Lobby_Mid_Newbie_Tab_Close_UIBP.Lobby_Mid_Newbie_Tab_Close_UIBP",
  1638.     containerName = UIContainers.Top
  1639.   },
  1640.   match_tips_guide = {
  1641.     moduleName = "client.slua.umg.match.match_tips_guide",
  1642.     path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Guide_UIBP.Lobby_Main_Tips_Guide_UIBP",
  1643.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  1644.     uiStat = {
  1645.       name = "\229\188\128\229\167\139\229\140\185\233\133\141\229\188\149\229\175\188"
  1646.     }
  1647.   },
  1648.   pet_main = {
  1649.     moduleName = "client.slua.umg.pet.pet_main",
  1650.     jumpModuleID = BP_ENUM_MODULE_PET_ENTER,
  1651.     path = "/Game/UMG/UI_BP/Pet/Pet_UIBP.Pet_UIBP",
  1652.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1653.     asy = true,
  1654.     uiStat = {
  1655.       name = "\228\188\153\228\188\180\231\179\187\231\187\159"
  1656.     },
  1657.     useBatchOptimization = true
  1658.   },
  1659.   pet_main_tips = {
  1660.     moduleName = "client.slua.umg.pet.pet_main_tips",
  1661.     path = "/Game/UMG/UI_BP/Pet/Pet_Tips_UIBP.Pet_Tips_UIBP",
  1662.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1663.     asy = true
  1664.   },
  1665.   pet_access = {
  1666.     moduleName = "client.slua.umg.pet.pet_access",
  1667.     path = "/Game/UMG/UI_BP/Pet/Pet_PopUp_UIBP.Pet_PopUp_UIBP",
  1668.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1669.     asy = true,
  1670.     uiStat = {
  1671.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\232\142\183\229\143\150\229\173\144\231\179\187\231\187\159"
  1672.     }
  1673.   },
  1674.   pet_feed = {
  1675.     moduleName = "client.slua.umg.pet.pet_feed",
  1676.     path = "/Game/UMG/UI_BP/Pet/Pet_UseProps_UIBP.Pet_UseProps_UIBP",
  1677.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1678.     asy = true,
  1679.     uiStat = {
  1680.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\229\150\130\229\133\187\229\173\144\231\179\187\231\187\159"
  1681.     }
  1682.   },
  1683.   pet_dress_card = {
  1684.     moduleName = "client.slua.umg.pet.pet_dress_card",
  1685.     path = "/Game/UMG/UI_BP/Pet/Pet_PopUp01_UIBP.Pet_PopUp01_UIBP",
  1686.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1687.     asy = true,
  1688.     uiStat = {
  1689.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\228\189\147\233\170\140\229\141\161\229\173\144\231\179\187\231\187\159"
  1690.     }
  1691.   },
  1692.   pet_lobby_action = {
  1693.     moduleName = "client.slua.umg.pet.pet_lobby_action",
  1694.     path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_Main_Pet_List_UIBP.Lobby_Main_Pet_List_UIBP",
  1695.     isWindowsOBHide = true,
  1696.     isCEHideLobbyUI = true,
  1697.     asy = true
  1698.   },
  1699.   pet_rename = {
  1700.     moduleName = "client.slua.umg.pet.pet_rename",
  1701.     path = "/Game/UMG/UI_BP/Pet/Pet_ReviseName_UIBP.Pet_ReviseName_UIBP",
  1702.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1703.     asy = true,
  1704.     uiStat = {
  1705.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\230\148\185\229\144\141\229\173\144\231\179\187\231\187\159"
  1706.     }
  1707.   },
  1708.   pet_share = {
  1709.     moduleName = "client.slua.umg.pet.pet_share",
  1710.     path = "/Game/UMG/UI_BP/Pet/Pet_Share_01_UIBP.Pet_Share_01_UIBP",
  1711.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1712.     asy = true,
  1713.     uiStat = {
  1714.       name = "\229\136\134\228\186\171-\228\188\153\228\188\180"
  1715.     }
  1716.   },
  1717.   pet_setting = {
  1718.     moduleName = "client.slua.umg.pet.pet_setting",
  1719.     path = "/Game/UMG/UI_BP/Pet/Pet_PopUp_01_UIBP.Pet_PopUp_01_UIBP",
  1720.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1721.     asy = true,
  1722.     uiStat = {
  1723.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\232\174\190\231\189\174\229\173\144\231\179\187\231\187\159"
  1724.     }
  1725.   },
  1726.   pet_share_choose = {
  1727.     moduleName = "client.slua.umg.pet.pet_share_choose",
  1728.     path = "/Game/UMG/UI_BP/Pet/Pet_Share_UIBP.Pet_Share_UIBP",
  1729.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1730.     isSingleton = false,
  1731.     uiStat = {
  1732.       name = "\229\136\134\228\186\171-\228\188\153\228\188\180-\229\185\179\229\143\176\233\128\137\230\139\169"
  1733.     }
  1734.   },
  1735.   pet_levelup = {
  1736.     moduleName = "client.slua.umg.pet.pet_levelup",
  1737.     path = "/Game/UMG/UI_BP/Pet/Pet_Levelup_01_UIBP.Pet_Levelup_01_UIBP",
  1738.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1739.     asy = true,
  1740.     uiStat = {
  1741.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\229\141\135\231\186\167\229\188\185\231\170\151"
  1742.     }
  1743.   },
  1744.   pet_choosepet = {
  1745.     moduleName = "client.slua.umg.pet.pet_choosepet",
  1746.     path = "/Game/UMG/UI_BP/Pet/Pet_UIBP_01.Pet_UIBP_01",
  1747.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1748.     uiStat = {
  1749.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\233\128\137\230\139\169\228\188\153\228\188\180"
  1750.     }
  1751.   },
  1752.   pet_decompose_notice = {
  1753.     moduleName = "client.slua.umg.pet.pet_decompose_notice",
  1754.     path = "/Game/UMG/UI_BP/Pet/Pet_Decompose_Popup_UIBP.Pet_Decompose_Popup_UIBP",
  1755.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
  1756.     uiStat = {
  1757.       name = "\228\188\153\228\188\180\231\179\187\231\187\159-\233\128\137\230\139\169\228\188\153\228\188\180"
  1758.     }
  1759.   },
  1760.   levelup_panel = {
  1761.     moduleName = "client.slua.umg.levelup.levelup_panel",
  1762.     path = "/Game/UMG/UI_BP/Lobby/Leve_UpUIBP.Leve_UpUIBP",
  1763.     showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
  1764.     uiStat = {
  1765.       name = "\229\141\135\231\186\167\231\149\140\233\157\162-PVP"
  1766.     }
  1767.   },
  1768.   pve_levelup_panel = {
  1769.     moduleName = "client.slua.umg.levelup.pve_levelup_panel",
  1770.     path = "/Game/UMG/UI_BP/LevelUp/PVELevelUp_UIBP.PVELevelUp_UIBP",
  1771.     uiStat = {
  1772.       name = "\229\141\135\231\186\167\231\149\140\233\157\162-PVE"
  1773.     }
  1774.   },
  1775.   Lobby_RoleInfo_Pround_Popup_UIBP = {
  1776.     moduleName = "client.slua.umg.pround.Lobby_RoleInfo_Pround_Popup_UIBP",
  1777.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Pround_Popup_UIBP.Lobby_RoleInfo_Pround_Popup_UIBP",
  1778.     asy = true,
  1779.     uiStat = {
  1780.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\232\177\170\230\176\148\231\173\137\231\186\167"
  1781.     }
  1782.   },
  1783.   Lobby_RoleInfo_Popularity_Level_UIBP = {
  1784.     moduleName = "client.slua.umg.person_space.popularity.Lobby_RoleInfo_Popularity_Level_UIBP",
  1785.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_Level_UIBP.Lobby_RoleInfo_Popularity_Level_UIBP",
  1786.     asy = true,
  1787.     uiStat = {
  1788.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\231\173\137\231\186\167"
  1789.     }
  1790.   },
  1791.   roleinfo_popularity = {
  1792.     moduleName = "client.slua.umg.person_space.roleinfo_popularity",
  1793.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_UIBP.Lobby_RoleInfo_Popularity_UIBP",
  1794.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1795.     jumpModuleID = BP_ENUM_MODULE_ROLEINFO_POPULARITY,
  1796.     uiStat = {
  1797.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\229\128\188\231\149\140\233\157\162"
  1798.     }
  1799.   },
  1800.   Lobby_RoleInfo_Popularity_Pk_Description_UIBP = {
  1801.     moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Popularity_Pk_Description_UIBP",
  1802.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Popularity_Pk_Description_UIBP.Lobby_RoleInfo_Popularity_Pk_Description_UIBP",
  1803.     uiStat = {
  1804.       name = "\228\186\186\230\176\148\231\164\188\231\137\169PK-\231\142\169\230\179\149\232\175\180\230\152\142\229\188\185\231\170\151"
  1805.     }
  1806.   },
  1807.   Lobby_RoleInfo_Popularity_Pk_Record_UIBP = {
  1808.     moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Popularity_Pk_Record_UIBP",
  1809.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Popularity_Pk_Record_UIBP.Lobby_RoleInfo_Popularity_Pk_Record_UIBP",
  1810.     uiStat = {
  1811.       name = "\228\186\186\230\176\148\231\164\188\231\137\169PK-PK\232\174\176\229\189\149\229\188\185\231\170\151"
  1812.     }
  1813.   },
  1814.   roleinfo_send_gift = {
  1815.     moduleName = "client.slua.umg.person_space.roleinfo_send_gift",
  1816.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
  1817.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1818.     uiStat = {
  1819.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\232\181\160\233\128\129\231\164\188\231\137\169"
  1820.     },
  1821.     moduleID = 1009901
  1822.   },
  1823.   ingame_send_gift = {
  1824.     moduleName = "client.slua.umg.person_space.ingame_send_gift",
  1825.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
  1826.     uiStat = {
  1827.       name = "\229\177\128\229\134\133-\232\181\160\233\128\129\231\164\188\231\137\169"
  1828.     }
  1829.   },
  1830.   roleinfo_exchange_gift = {
  1831.     moduleName = "client.slua.umg.person_space.roleinfo_exchange_gift",
  1832.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
  1833.     uiStat = {
  1834.       name = "\228\186\186\230\176\148\231\164\188\231\137\169\228\186\164\230\141\162"
  1835.     }
  1836.   },
  1837.   SpaceGift_ExchangeRecord_UIBP = {
  1838.     moduleName = "client.slua.umg.PersonSpace.SpaceGift_Exchange.Item.SpaceGift_ExchangeRecord_UIBP",
  1839.     path = "/Game/UMG/UI_BP/PersonSpace/SpaceGift_Exchange/Item/SpaceGift_ExchangeRecord_UIBP.SpaceGift_ExchangeRecord_UIBP",
  1840.     uiStat = {
  1841.       name = "\228\186\186\230\176\148\231\164\188\231\137\169\228\186\164\230\141\162-\229\142\134\229\143\178\232\174\176\229\189\149\231\149\140\233\157\162"
  1842.     }
  1843.   },
  1844.   SpaceGift_Exchange_Popup_UIBP = {
  1845.     moduleName = "client.slua.umg.PersonSpace.SpaceGift_Exchange.SpaceGift_Exchange_Popup_UIBP",
  1846.     path = "/Game/UMG/UI_BP/PersonSpace/SpaceGift_Exchange/SpaceGift_Exchange_Popup_UIBP.SpaceGift_Exchange_Popup_UIBP",
  1847.     isMainUI = false,
  1848.     uiStat = {
  1849.       name = "\228\186\186\230\176\148\231\164\188\231\137\169\228\186\164\230\141\162-\229\143\145\232\181\183\228\186\164\230\141\162\231\164\188\231\137\169\228\191\161\230\129\175"
  1850.     }
  1851.   },
  1852.   roleinfo_send_gift_ani = {
  1853.     moduleName = "client.slua.umg.person_space.roleinfo_send_gift_ani",
  1854.     isSingleton = false,
  1855.     uiStat = {
  1856.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\232\181\160\233\128\129\231\164\188\231\137\169-Gif\229\138\168\231\148\187"
  1857.     }
  1858.   },
  1859.   popularity_reply_popup = {
  1860.     moduleName = "client.slua.umg.person_space.popularity_reply_popup",
  1861.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_Popup_UIBP.Lobby_RoleInfo_Popularity_Popup_UIBP",
  1862.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1863.     asy = true,
  1864.     uiStat = {
  1865.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\229\128\188\232\175\166\230\131\133-\230\156\128\232\191\145\228\186\146\229\138\168\229\155\158\229\164\141"
  1866.     }
  1867.   },
  1868.   popularity_message_menu = {
  1869.     moduleName = "client.slua.umg.person_space.popularity_message_menu",
  1870.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
  1871.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1872.     asy = true,
  1873.     uiStat = {
  1874.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\229\128\188\232\175\166\230\131\133-\231\149\153\232\168\128\232\143\156\229\141\149"
  1875.     }
  1876.   },
  1877.   popularity_recent_menu = {
  1878.     moduleName = "client.slua.umg.person_space.popularity_recent_menu",
  1879.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
  1880.     asy = true,
  1881.     uiStat = {
  1882.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\229\128\188\232\175\166\230\131\133-\230\156\128\232\191\145\232\181\160\231\164\188\232\143\156\229\141\149"
  1883.     }
  1884.   },
  1885.   popularity_contri_menu = {
  1886.     moduleName = "client.slua.umg.person_space.popularity_contri_menu",
  1887.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
  1888.     asy = true,
  1889.     uiStat = {
  1890.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\228\186\186\230\176\148\229\128\188\232\175\166\230\131\133-\232\180\161\231\140\174\230\142\146\232\161\140\232\143\156\229\141\149"
  1891.     }
  1892.   },
  1893.   roleinfo_recent_gift_ani = {
  1894.     moduleName = "client.slua.umg.person_space.roleinfo_recent_gift_ani",
  1895.     path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Gift_ani_UIBP.Gift_ani_UIBP",
  1896.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1897.     isSingleton = false,
  1898.     uiStat = {
  1899.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\230\156\128\232\191\145\231\164\188\231\137\169\229\138\168\231\148\187"
  1900.     }
  1901.   },
  1902.   roleinfo_send_gift_ani_ex = {
  1903.     moduleName = "client.slua.umg.person_space.roleinfo_send_gift_ani_ex",
  1904.     path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Ani_GiftTips_UIBP.Ani_GiftTips_UIBP",
  1905.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1906.     isSingleton = false,
  1907.     containerName = UIContainers.Top,
  1908.     uiStat = {
  1909.       name = "\228\184\170\228\186\186\228\191\161\230\129\175-\233\128\129\231\164\188\229\138\168\231\148\187"
  1910.     }
  1911.   },
  1912.   Common_Gift_Info_UIBP = {
  1913.     moduleName = "client.slua.umg.gift.Common_Gift_Info_UIBP",
  1914.     path = "/Game/UMG/UI_BP/PersonSpace/Common_Gift_Info_UIBP.Common_Gift_Info_UIBP",
  1915.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1916.     uiStat = {
  1917.       name = "\231\164\188\231\137\169\228\191\161\230\129\175\229\177\149\231\164\186"
  1918.     }
  1919.   },
  1920.   Common_Gift_Notice_UIBP = {
  1921.     moduleName = "client.slua.umg.gift.Common_Gift_Notice_UIBP",
  1922.     path = "/Game/UMG/UI_BP/Lobby/Common_Gift_Notice_UIBP.Common_Gift_Notice_UIBP",
  1923.     isSingleton = false,
  1924.     containerName = UIContainers.Top,
  1925.     uiStat = {
  1926.       name = "\232\181\160\231\164\188\230\143\144\231\164\186\230\181\174\231\170\151"
  1927.     }
  1928.   },
  1929.   Lobby_RoleInfo_EffectSkin_Item_UIBP = {
  1930.     moduleName = "client.slua.umg.effect_item.Lobby_RoleInfo_EffectSkin_Item_UIBP",
  1931.     isSingleton = false,
  1932.     isMainUI = false,
  1933.     asy = true,
  1934.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
  1935.   },
  1936.   Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP = {
  1937.     moduleName = "client.slua_ui_framework.base",
  1938.     path = "/Game/UMG/UI_BP/RoleInfo/Item/Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP.Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP",
  1939.     isSingleton = false,
  1940.     isMainUI = false
  1941.   },
  1942.   country_area_popup = {
  1943.     moduleName = "client.slua.umg.country_area.country_area_popup",
  1944.     path = "/Game/UMG/UI_BP/PopupNotice/Countryarea_BP.Countryarea_BP",
  1945.     uiStat = {
  1946.       name = "\229\155\189\229\174\182\230\151\151\229\184\156-\229\188\185\231\170\151"
  1947.     }
  1948.   },
  1949.   Partner_Preview_UIBP = {
  1950.     moduleName = "client.slua.umg.person_space.partner_preview_uibp",
  1951.     path = "/Game/UMG/UI_BP/PersonSpace/Partner_Preview_UIBP.Partner_Preview_UIBP",
  1952.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1953.     jumpModuleID = BP_ENUM_MODULE_INTIMACY_PARTNER_PREVIEW,
  1954.     uiStat = {
  1955.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\230\139\141\230\161\163\233\162\132\232\167\136"
  1956.     }
  1957.   },
  1958.   avatar_social_island_status = {
  1959.     moduleName = "client.slua.umg.person_space.avatar_social_island_status",
  1960.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_Space_SocialIsland_UIBP.Lobby_Space_SocialIsland_UIBP",
  1961.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  1962.     isMainUI = false,
  1963.     uiStat = {
  1964.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\178\155\229\177\191\231\138\182\230\128\129"
  1965.     }
  1966.   },
  1967.   Lobby_Season_AceMark_Summary_Self_UIBP = {
  1968.     moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Summary_Self_UIBP",
  1969.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Summary_Self_UIBP.Lobby_Season_AceMark_Summary_Self_UIBP",
  1970.     uiStat = {
  1971.       name = "\232\181\155\229\173\163-\232\135\170\229\183\177\231\142\139\231\137\140\229\141\176\232\174\176"
  1972.     }
  1973.   },
  1974.   Lobby_Season_AceMark_Summary_Other_UIBP = {
  1975.     moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Summary_Other_UIBP",
  1976.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Summary_Other_UIBP.Lobby_Season_AceMark_Summary_Other_UIBP",
  1977.     asy = true,
  1978.     uiStat = {
  1979.       name = "\228\187\150\228\186\186-\231\142\139\231\137\140\229\141\176\232\174\176_\230\166\130\232\166\129"
  1980.     }
  1981.   },
  1982.   Lobby_Season_AceMark_Detail_Self = {
  1983.     moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Detail_Self",
  1984.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Detail_UIBP.Lobby_Season_AceMark_Detail_UIBP",
  1985.     asy = true,
  1986.     uiStat = {
  1987.       name = "\232\135\170\229\183\177-\231\142\139\231\137\140\229\141\176\232\174\176-\232\175\166\230\131\133"
  1988.     }
  1989.   },
  1990.   Lobby_Season_AceMark_Detail_Other = {
  1991.     moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Detail_Other",
  1992.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Detail_UIBP.Lobby_Season_AceMark_Detail_UIBP",
  1993.     asy = true,
  1994.     uiStat = {
  1995.       name = "\228\187\150\228\186\186-\231\142\139\231\137\140\229\141\176\232\174\176-\232\175\166\230\131\133"
  1996.     }
  1997.   },
  1998.   Lobby_RoleInfo_Card_UIBP = {
  1999.     moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_UIBP",
  2000.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Card_UIBP.Lobby_RoleInfo_Card_UIBP",
  2001.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2002.     isMainUI = false,
  2003.     uiStat = {
  2004.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\184\170\228\186\186\229\144\141\231\137\135"
  2005.     }
  2006.   },
  2007.   Lobby_RoleInfo_Card_Show_UIBP = {
  2008.     moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_Show_UIBP",
  2009.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Card_Mine_Share_Item_UIBP.Lobby_RoleInfo_Card_Mine_Share_Item_UIBP",
  2010.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2011.     isMainUI = false,
  2012.     uiStat = {
  2013.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\184\170\228\186\186\229\144\141\231\137\135\229\177\149\231\164\186\230\128\129"
  2014.     }
  2015.   },
  2016.   Lobby_RoleInfo_Card_Editor_UIBP = {
  2017.     moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_Editor_UIBP",
  2018.     path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Card_Mine_Edit_Item_UIBP.Lobby_RoleInfo_Card_Mine_Edit_Item_UIBP",
  2019.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2020.     isMainUI = false,
  2021.     uiStat = {
  2022.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\184\170\228\186\186\229\144\141\231\137\135\231\188\150\232\190\145\230\128\129"
  2023.     }
  2024.   },
  2025.   Lobby_RoleInfo_Rank_Data_Tag_UIBP = {
  2026.     moduleName = "client.slua.umg.lobby.Left.Popup.Lobby_RoleInfo_Rank_Data_Tag_UIBP",
  2027.     path = "/Game/UMG/UI_BP/Lobby/Left/Popup/Lobby_Left_CustomizeData_Popup_UIBP.Lobby_Left_CustomizeData_Popup_UIBP",
  2028.     containerName = UIContainers.Top,
  2029.     uiStat = {
  2030.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\184\170\228\186\186\229\144\141\231\137\135\229\136\134\228\186\171-\230\142\146\228\189\141\230\149\176\230\141\174\230\160\135\231\173\190"
  2031.     }
  2032.   },
  2033.   Lobby_Left_Record_Show_UIBP = {
  2034.     moduleName = "client.slua.umg.lobby.Left.Popup.Lobby_Left_Record_Show_UIBP",
  2035.     path = "/Game/UMG/UI_BP/Lobby/Left/Popup/Lobby_Left_CustomizeData_Popup_UIBP.Lobby_Left_CustomizeData_Popup_UIBP",
  2036.     uiStat = {
  2037.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\230\149\176\230\141\174\229\177\149\231\164\186\231\188\150\232\190\145\231\149\140\233\157\162"
  2038.     }
  2039.   },
  2040.   lobby_social_vehicle_left_edit = {
  2041.     moduleName = "client.slua.umg.lobby.Left.lobby_social_vehicle_left_edit",
  2042.     path = "/Game/UMG/UI_BP/Lobby/Left/Item/Lobby_Left_Edit_Car_Button_UIBP.Lobby_Left_Edit_Car_Button_UIBP",
  2043.     isMainUI = false,
  2044.     isSingleton = false,
  2045.     uiStat = {
  2046.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\232\189\189\229\133\183\231\188\150\232\190\145\230\140\137\233\146\174"
  2047.     }
  2048.   },
  2049.   lobby_social_vehicle_scene_edit = {
  2050.     moduleName = "client.slua.umg.lobby.Left.lobby_social_vehicle_scene_edit",
  2051.     path = "/Game/UMG/UI_BP/Lobby/Left/Item/Lobby_Left_Edit_Car_Item_UIBP.Lobby_Left_Edit_Car_Item_UIBP",
  2052.     isMainUI = false,
  2053.     uiStat = {
  2054.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\232\189\189\229\133\183\231\188\150\232\190\145item"
  2055.     }
  2056.   },
  2057.   roleinfo_combat = {
  2058.     moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Combat180_UIBP",
  2059.     path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_Combat180_UIBP.Lobby_RoleInfo_Combat180_UIBP",
  2060.     isMainUI = false,
  2061.     uiStat = {
  2062.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\184\170\228\186\186\230\136\152\231\187\169"
  2063.     }
  2064.   },
  2065.   roleinfo_segment = {
  2066.     moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Segment180_UIBP",
  2067.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Segment180_UIBP.Lobby_RoleInfo_Segment180_UIBP",
  2068.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2069.     isMainUI = false,
  2070.     uiStat = {
  2071.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\230\174\181\228\189\141\230\128\187\232\167\136"
  2072.     }
  2073.   },
  2074.   roleinfo_history = {
  2075.     moduleName = "client.slua.umg.person_space.roleinfo_history",
  2076.     path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_History_UIBP.Lobby_RoleInfo_History_UIBP",
  2077.     isMainUI = false,
  2078.     uiStat = {
  2079.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\142\134\229\143\178\230\136\152\231\187\169"
  2080.     }
  2081.   },
  2082.   roleinfo_history_detail = {
  2083.     moduleName = "client.slua.umg.person_space.roleinfo_history_detail",
  2084.     path = "/Game/UMG/UI_BP/Lobby_ShareResultsRanking/LobbyResultsRanking_UIBP.LobbyResultsRanking_UIBP",
  2085.     asy = true,
  2086.     uiStat = {
  2087.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\155\162\231\171\158\229\142\134\229\143\178\230\136\152\231\187\169"
  2088.     }
  2089.   },
  2090.   roleinfo_history_deathmatch = {
  2091.     moduleName = "client.slua.umg.person_space.roleinfo_history_deathmatch",
  2092.     path = "/Game/UMG/UI_BP/RoleInfo/TeamCompetitionHistory_UIBP.TeamCompetitionHistory_UIBP",
  2093.     asy = true,
  2094.     uiStat = {
  2095.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\155\162\231\171\158\232\175\166\230\131\133"
  2096.     }
  2097.   },
  2098.   roleinfo_relationship2 = {
  2099.     moduleName = "client.slua.umg.person_space.roleinfo_relationship_new",
  2100.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_02_UIBP.Lobby_RoleInfo_IntimateRelationship_02_UIBP",
  2101.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2102.     isMainUI = false,
  2103.     uiStat = {
  2104.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\1872"
  2105.     }
  2106.   },
  2107.   Lobby_RoleInfo_Weekly_Summary_Popup_UIBP = {
  2108.     moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Weekly_Summary_Popup_UIBP",
  2109.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Weekly_Summary_Popup_UIBP.Lobby_RoleInfo_Weekly_Summary_Popup_UIBP",
  2110.     uiStat = {
  2111.       name = "\228\184\170\228\186\186\228\191\161\230\129\175 - \228\184\138\229\145\168\231\164\190\228\186\164\230\128\187\231\187\147"
  2112.     }
  2113.   },
  2114.   roleInfo_Friends_Details = {
  2115.     moduleName = "client.slua.umg.person_space.roleInfo_FriendsDetails",
  2116.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_03_UIBP.Lobby_RoleInfo_IntimateRelationship_03_UIBP",
  2117.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2118.     isMainUI = false,
  2119.     uiStat = {
  2120.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\228\186\178\229\175\134\229\165\189\229\143\139"
  2121.     }
  2122.   },
  2123.   roleInfo_Relationship_Net = {
  2124.     moduleName = "client.slua.umg.person_space.roleInfo_RelationshipNet",
  2125.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_New01_UIBP.Lobby_RoleInfo_IntimateRelationship_New01_UIBP",
  2126.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2127.     isMainUI = false,
  2128.     uiStat = {
  2129.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\229\187\186\231\171\139\229\133\179\231\179\187"
  2130.     }
  2131.   },
  2132.   Intimacy_Popup_Black_UIBP = {
  2133.     moduleName = "client.slua.umg.person_space.Intimacy_Popup_Black_UIBP",
  2134.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Intimacy_Popup_Black_UIBP.Intimacy_Popup_Black_UIBP",
  2135.     uiStat = {
  2136.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\229\188\128\233\187\145\229\165\189\229\143\139\232\175\166\230\131\133"
  2137.     }
  2138.   },
  2139.   Intimacy_Popup_Rules_UIBP = {
  2140.     moduleName = "client.slua.umg.person_space.Intimacy_Popup_Rules_UIBP",
  2141.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Intimacy_Popup_Rules_UIBP.Intimacy_Popup_Rules_UIBP",
  2142.     uiStat = {
  2143.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\229\188\128\233\187\145\229\165\189\229\143\139\232\167\132\229\136\153"
  2144.     }
  2145.   },
  2146.   Lobby_RoleInfo_IntimateRelation_Entry_UIBP = {
  2147.     moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_IntimateRelation_Entry_UIBP",
  2148.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelation_Entry_UIBP.Lobby_RoleInfo_IntimateRelation_Entry_UIBP",
  2149.     isMainUI = false,
  2150.     uiStat = {
  2151.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\229\143\145\229\184\131\230\139\155\229\139\159\229\133\165\229\143\163"
  2152.     }
  2153.   },
  2154.   Lobby_RoleInfo_Gift_Popup_UIBP = {
  2155.     moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Gift_Popup_UIBP",
  2156.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Gift_Popup_UIBP.Lobby_RoleInfo_Gift_Popup_UIBP",
  2157.     uiStat = {
  2158.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\186\230\176\148\232\175\166\230\131\133-\229\134\160\229\144\141\231\142\169\229\174\182\232\175\166\230\131\133"
  2159.     }
  2160.   },
  2161.   Title_Main_UIBP = {
  2162.     moduleName = "client.slua.umg.roleInfo.Title.Title_Main_UIBP",
  2163.     path = "/Game/UMG/UI_BP/RoleInfo/Title/Title_Main_UIBP.Title_Main_UIBP",
  2164.     isMainUI = false,
  2165.     uiStat = {
  2166.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\232\141\163\232\170\137-\231\167\176\229\143\183"
  2167.     }
  2168.   },
  2169.   Title_Main_Guest_UIBP = {
  2170.     moduleName = "client.slua.umg.roleInfo.Title.Title_Main_Guset_UIBP",
  2171.     path = "/Game/UMG/UI_BP/RoleInfo/Title/Title_Main_UIBP.Title_Main_UIBP",
  2172.     isMainUI = false,
  2173.     uiStat = {
  2174.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\232\141\163\232\170\137-\231\167\176\229\143\183-\229\174\162\230\128\129"
  2175.     }
  2176.   },
  2177.   Title_Select_Popup_UIBP = {
  2178.     moduleName = "client.slua.umg.roleInfo.Title.Popup.Title_Select_Popup_UIBP",
  2179.     path = "/Game/UMG/UI_BP/RoleInfo/Title/Popup/Title_Select_Popup_UIBP.Title_Select_Popup_UIBP",
  2180.     uiStat = {
  2181.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\232\141\163\232\170\137-\231\167\176\229\143\183-\231\167\176\229\143\183\233\128\137\230\139\169"
  2182.     }
  2183.   },
  2184.   roleinfo_main = {
  2185.     moduleName = "client.slua.umg.person_space.roleinfo_main",
  2186.     path = "/Game/UMG/UI_BP/RoleInfo/Lobby_NewRoleInfo_Mgr_UIBP.Lobby_NewRoleInfo_Mgr_UIBP",
  2187.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2188.     jumpModuleID = BP_ENUM_MODULE_ROLEINFO,
  2189.     uiStat = {
  2190.       name = "\228\184\170\228\186\186\228\191\161\230\129\175\228\184\187\231\149\140\233\157\162"
  2191.     }
  2192.   },
  2193.   Personalization_UIBP = {
  2194.     moduleName = "client.slua.umg.roleInfoNew.Personalization_UIBP",
  2195.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_UIBP.Personalization_UIBP",
  2196.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  2197.     uiStat = {
  2198.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\228\184\187\231\149\140\233\157\162"
  2199.     }
  2200.   },
  2201.   Personalization_Title_UIBP = {
  2202.     moduleName = "client.slua.umg.roleInfoNew.Personalization_Title_UIBP",
  2203.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Title_UIBP.Personalization_Title_UIBP",
  2204.     isMainUI = false,
  2205.     uiStat = {
  2206.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\228\184\170\228\186\186\231\167\176\229\143\183"
  2207.     }
  2208.   },
  2209.   Personalization_Flag_UIBP = {
  2210.     moduleName = "client.slua.umg.roleInfoNew.Personalization_Flag_UIBP",
  2211.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Flag_UIBP.Personalization_Flag_UIBP",
  2212.     isMainUI = false,
  2213.     uiStat = {
  2214.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\155\189\229\174\182\230\151\151\229\184\156"
  2215.     }
  2216.   },
  2217.   Personalization_Avatar_UIBP = {
  2218.     moduleName = "client.slua.umg.roleInfoNew.Personalization_Avatar_UIBP",
  2219.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Avatar_UIBP.Personalization_Avatar_UIBP",
  2220.     isMainUI = false,
  2221.     uiStat = {
  2222.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\164\180\229\131\143"
  2223.     }
  2224.   },
  2225.   Personalization_AvatarFrame_UIBP = {
  2226.     moduleName = "client.slua.umg.roleInfoNew.Personalization_AvatarFrame_UIBP",
  2227.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_AvatarFrame_UIBP.Personalization_AvatarFrame_UIBP",
  2228.     isMainUI = false,
  2229.     uiStat = {
  2230.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\164\180\229\131\143\230\161\134"
  2231.     }
  2232.   },
  2233.   Personalization_Teambrand_UIBP = {
  2234.     moduleName = "client.slua.umg.roleInfoNew.Personalization_Teambrand_UIBP",
  2235.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Teambrand_UIBP.Personalization_Teambrand_UIBP",
  2236.     isMainUI = false,
  2237.     uiStat = {
  2238.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\144\141\231\137\140\230\161\134"
  2239.     }
  2240.   },
  2241.   Personalization_InvitationPopup_UIBP = {
  2242.     moduleName = "client.slua.umg.roleInfoNew.Personalization_InvitationPopup_UIBP",
  2243.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_InvitationPopup_UIBP.Personalization_InvitationPopup_UIBP",
  2244.     isMainUI = false,
  2245.     uiStat = {
  2246.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\233\130\128\232\175\183\229\188\185\231\170\151"
  2247.     }
  2248.   },
  2249.   Personalization_InformationCard_UIBP = {
  2250.     moduleName = "client.slua.umg.roleInfoNew.Personalization_InformationCard_UIBP",
  2251.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_InformationCard_UIBP.Personalization_InformationCard_UIBP",
  2252.     isMainUI = false,
  2253.     uiStat = {
  2254.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\228\184\170\228\186\186\229\144\141\231\137\135"
  2255.     }
  2256.   },
  2257.   Personalization_SocialCard_UIBP = {
  2258.     moduleName = "client.slua.umg.roleInfoNew.Personalization_SocialCard_UIBP",
  2259.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_SocialCard_UIBP.Personalization_SocialCard_UIBP",
  2260.     isMainUI = false,
  2261.     uiStat = {
  2262.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\231\164\190\228\186\164\229\144\141\231\137\135"
  2263.     }
  2264.   },
  2265.   Personalization_Nickname_UIBP = {
  2266.     moduleName = "client.slua.umg.roleInfoNew.Personalization_Nickname_UIBP",
  2267.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Nickname_UIBP.Personalization_Nickname_UIBP",
  2268.     isMainUI = false,
  2269.     uiStat = {
  2270.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176--\230\152\181\231\167\176\230\149\136\230\158\156"
  2271.     }
  2272.   },
  2273.   Personalization_TeamShow_UIBP = {
  2274.     moduleName = "client.slua.umg.roleInfoNew.Personalization_TeamShow_UIBP",
  2275.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_TeamShow_UIBP.Personalization_TeamShow_UIBP",
  2276.     isMainUI = false,
  2277.     uiStat = {
  2278.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176--\230\152\181\231\167\176\233\162\156\232\137\178"
  2279.     }
  2280.   },
  2281.   Personalization_ChatBubble_UIBP = {
  2282.     moduleName = "client.slua.umg.roleInfoNew.Personalization_ChatBubble_UIBP",
  2283.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_ChatBubble_UIBP.Personalization_ChatBubble_UIBP",
  2284.     isMainUI = false,
  2285.     uiStat = {
  2286.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\232\129\138\229\164\169\230\176\148\230\179\161"
  2287.     }
  2288.   },
  2289.   Personalization_EntryAction_UIBP = {
  2290.     moduleName = "client.slua.umg.roleInfoNew.Personalization_EntryAction_UIBP",
  2291.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_EntryAction_UIBP.Personalization_EntryAction_UIBP",
  2292.     isMainUI = false,
  2293.     uiStat = {
  2294.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\133\165\229\156\186\229\138\168\228\189\156"
  2295.     }
  2296.   },
  2297.   Personalization_HomeDoorPlate_UIBP = {
  2298.     moduleName = "client.slua.umg.roleInfoNew.Personalization_HomeDoorPlate_UIBP",
  2299.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_HomeDoorPlate_UIBP.Personalization_HomeDoorPlate_UIBP",
  2300.     isMainUI = false,
  2301.     uiStat = {
  2302.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\174\182\229\155\173\233\151\168\231\137\140"
  2303.     }
  2304.   },
  2305.   Personalization_RoleInfoBG_UIBP = {
  2306.     moduleName = "client.slua.umg.roleInfoNew.Personalization_RoleInfoBG_UIBP",
  2307.     path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_RoleInfoBG_UIBP.Personalization_RoleInfoBG_UIBP",
  2308.     isMainUI = false,
  2309.     uiStat = {
  2310.       name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\232\181\132\230\150\153\232\131\140\230\153\175"
  2311.     }
  2312.   },
  2313.   role_info_big_avatar = {
  2314.     moduleName = "client.slua.umg.roleInfo/RoleInfo_BigAvatar",
  2315.     path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_NewBigAvatar_UIBP.Lobby_RoleInfo_NewBigAvatar_UIBP",
  2316.     asy = true,
  2317.     uiStat = {
  2318.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\164\167\229\164\180\229\131\143"
  2319.     }
  2320.   },
  2321.   roleinfo_corpsAlias = {
  2322.     moduleName = "client.slua.umg.roleInfo.Roleinfo_CorpsAlias",
  2323.     path = "/Game/UMG/UI_BP/Corps/Corps_ChooseCorpsAlias_UIBP.Corps_ChooseCorpsAlias_UIBP",
  2324.     asy = true,
  2325.     uiStat = {
  2326.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\233\128\137\230\139\169\229\134\155\229\155\162\231\167\176\229\143\183"
  2327.     }
  2328.   },
  2329.   role_info_corps = {
  2330.     moduleName = "client.slua.umg.roleInfo.RoleInfo_Corps",
  2331.     path = "/Game/UMG/UI_BP/Corps/CorpsInvitation_UIBP_2.CorpsInvitation_UIBP_2",
  2332.     asy = true,
  2333.     uiStat = {
  2334.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\134\155\229\155\162\233\130\128\232\175\183"
  2335.     }
  2336.   },
  2337.   starterPack_messageBox = {
  2338.     moduleName = "client.slua.umg.lobby_activity.starter_pack.starterpack_messageBox",
  2339.     path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/Starterpack_MessageBox_item.Starterpack_MessageBox_item",
  2340.     uiStat = {
  2341.       name = "\230\150\176\230\137\139\231\164\188\229\140\133-\229\188\185\231\170\151"
  2342.     }
  2343.   },
  2344.   starterpack_unlock_panel = {
  2345.     moduleName = "client.slua.umg.lobby_activity.starter_pack.unlockstarterpack_panel",
  2346.     path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/StarterPack_Unlock_UIBP.StarterPack_Unlock_UIBP",
  2347.     showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
  2348.     uiStat = {
  2349.       name = "\230\150\176\230\137\139\231\164\188\229\140\133-\231\164\188\229\140\133\232\175\166\230\131\133"
  2350.     }
  2351.   },
  2352.   starterpack_finaloffer_panel = {
  2353.     moduleName = "client.slua.umg.lobby_activity.starter_pack.starterpack_finaloffer_panel",
  2354.     path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/StarterPack_FinalOffer_UIBP.StarterPack_FinalOffer_UIBP",
  2355.     showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
  2356.     uiStat = {
  2357.       name = "\230\150\176\230\137\139\231\164\188\229\140\133"
  2358.     }
  2359.   },
  2360.   package_preview_panel = {
  2361.     moduleName = "client.slua.umg.lobby_item.package_preview_panel",
  2362.     path = "/Game/UMG/UI_BP/Lobby/PackagePreview_UIBP.PackagePreview_UIBP",
  2363.     containerName = UIContainers.Top,
  2364.     uiStat = {
  2365.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\230\153\174\233\128\154\231\164\188\229\140\133"
  2366.     }
  2367.   },
  2368.   common_messagebox_timer = {
  2369.     moduleName = "client.slua.umg.common.common_messagebox_timer",
  2370.     path = "/Game/UMG/UI_BP/Common/Common_MessageBox_YueNan_UIBP.Common_MessageBox_YueNan_UIBP",
  2371.     closeOnSwitch = false,
  2372.     containerName = UIContainers.Top
  2373.   },
  2374.   common_messagebox_nevershow = {
  2375.     moduleName = "client.slua.umg.common.common_messagebox_nevershow",
  2376.     path = "/Game/UMG/UI_BP/Common/Common_MessageBox_AD_UIBP.Common_MessageBox_AD_UIBP",
  2377.     closeOnSwitch = false,
  2378.     containerName = UIContainers.Top
  2379.   },
  2380.   common_float_tips = {
  2381.     moduleName = "client.slua.umg.common.common_float_tips",
  2382.     path = "/Game/UMG/UI_BP/Common/Tips/CommonFloatTips.CommonFloatTips",
  2383.     uiStat = {
  2384.       name = "\233\128\154\231\148\168\230\181\174\231\170\151tips"
  2385.     }
  2386.   },
  2387.   Teamup_Avatar_Notice = {
  2388.     moduleName = "client.slua.umg.common.Teamup_Avatar_Notice",
  2389.     path = "/Game/UMG/UI_BP/Common/Tips/Teamup_Avatar_Notice.Teamup_Avatar_Notice",
  2390.     isSingleton = false,
  2391.     uiStat = {
  2392.       name = "Avatar\229\133\165\229\156\186\229\138\168\228\189\156\228\188\180\231\148\159Tips"
  2393.     }
  2394.   },
  2395.   Common_Explain_Tips_UIBP = {
  2396.     moduleName = "client.slua.umg.common.Common_Explain_Tips_UIBP",
  2397.     path = "/Game/UMG/UI_BP/Common/Tips/Common_Explain_Tips_UIBP.Common_Explain_Tips_UIBP",
  2398.     uiStat = {
  2399.       name = "\229\162\158\229\138\160\233\153\144\232\180\173\230\172\161\232\183\179\232\189\172\229\188\185\231\170\151"
  2400.     }
  2401.   },
  2402.   integral_float_tips = {
  2403.     moduleName = "client.slua.umg.person_space.integral_float_tips",
  2404.     path = "/Game/UMG/UI_BP/PersonSpace/item/RisesAstral_Tips_UIBP.RisesAstral_Tips_UIBP",
  2405.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  2406.     uiStat = {
  2407.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\230\174\181\228\189\141\230\181\174\231\170\151"
  2408.     }
  2409.   },
  2410.   recharge_help_pay = {
  2411.     moduleName = "client.slua.umg.recharge.recharge_help_pay",
  2412.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_Store_Int_CentauriBuy.Lobby_Store_Int_CentauriBuy"
  2413.   },
  2414.   lobby_sequence_mask = {
  2415.     moduleName = "client.slua.umg.lobby_camera.lobby_levelSequenceCameraMask",
  2416.     path = "/Game/Arts_Lobby/CookEntry/Widget3D/BP_LevelSequenceCameraMask.BP_LevelSequenceCameraMask",
  2417.     uiStat = {
  2418.       name = "levelsequence\228\189\191\231\148\168\231\154\132mask\231\149\140\233\157\162"
  2419.     }
  2420.   },
  2421.   ItemPreview_UIBP = {
  2422.     moduleName = "client.slua.umg.common.ItemPreview.ItemPreview_UIBP",
  2423.     path = "/Game/UMG/UI_BP/Lobby/ItemPreview_UIBP.ItemPreview_UIBP",
  2424.     uiStat = {
  2425.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\231\137\169\229\147\129"
  2426.     }
  2427.   },
  2428.   ItemPreview_ActList_UIBP = {
  2429.     moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_ActList_UIBP",
  2430.     isSingleton = false,
  2431.     isMainUI = false,
  2432.     path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_ActList_UIBP.ItemPreview_ActList_UIBP",
  2433.     uiStat = {
  2434.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\230\180\187\229\138\168\232\175\149\231\169\191\229\136\151\232\161\168"
  2435.     },
  2436.     asy = true
  2437.   },
  2438.   ItemPreview_BoxDropList_UIBP = {
  2439.     moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_BoxDropList_UIBP",
  2440.     isSingleton = false,
  2441.     isMainUI = false,
  2442.     path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_BoxDropList_UIBP.ItemPreview_BoxDropList_UIBP",
  2443.     uiStat = {
  2444.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\229\174\157\231\174\177\230\142\137\232\144\189\233\162\132\232\167\136\229\136\151\232\161\168"
  2445.     },
  2446.     asy = true
  2447.   },
  2448.   ItemPreview_ThreeColumn_UIBP = {
  2449.     moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_ThreeColumn_UIBP",
  2450.     isSingleton = false,
  2451.     isMainUI = false,
  2452.     path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_ThreeColumn_UIBP.ItemPreview_ThreeColumn_UIBP",
  2453.     uiStat = {
  2454.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\228\184\137\229\136\151\229\136\151\232\161\168\233\135\145\232\163\133\228\184\147\231\148\168"
  2455.     },
  2456.     asy = true
  2457.   },
  2458.   ItemPreview_MultiPool_UIBP = {
  2459.     moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_MultiPool_UIBP",
  2460.     isSingleton = false,
  2461.     isMainUI = false,
  2462.     path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_MultiPool_UIBP.ItemPreview_MultiPool_UIBP",
  2463.     uiStat = {
  2464.       name = "\233\162\132\232\167\136\231\149\140\233\157\162-\229\164\154\229\165\150\230\177\160\229\143\175\232\142\183\229\190\151\233\162\132\232\167\136"
  2465.     },
  2466.     asy = true
  2467.   },
  2468.   itemtips_panel = {
  2469.     moduleName = "client.slua.umg.common.itemtips_panel",
  2470.     containerName = UIContainers.Top,
  2471.     path = "/Game/UMG/UI_BP/Common/Tips_200/Common_TaskTips_UIBP.Common_TaskTips_UIBP",
  2472.     uiStat = {
  2473.       name = "\233\128\154\231\148\168\231\137\169\229\147\129\230\143\144\231\164\186"
  2474.     }
  2475.   },
  2476.   Common_VerticalTips_UIBP = {
  2477.     moduleName = "client.slua.umg.common.Common_VerticalTips_UIBP",
  2478.     path = "/Game/UMG/UI_BP/Common/Tips_200/Common_VerticalTips_UIBP.Common_VerticalTips_UIBP",
  2479.     containerName = UIContainers.Top,
  2480.     isSingleton = false,
  2481.     isMainUI = false,
  2482.     uiStat = {
  2483.       name = "\233\128\154\231\148\168\231\137\169\229\147\129\230\143\144\231\164\186\229\158\130\231\155\180\231\137\136"
  2484.     }
  2485.   },
  2486.   common_item_list = {
  2487.     moduleName = "client.slua.umg.common.common_item_list",
  2488.     path = "/Game/UMG/UI_BP/Common/Common_Roomcard_UIBP.Common_Roomcard_UIBP",
  2489.     uiStat = {
  2490.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\136\191\229\141\161\229\136\151\232\161\168"
  2491.     }
  2492.   },
  2493.   common_treasurebox_popup = {
  2494.     moduleName = "client.slua.umg.common.common_treasurebox_popup",
  2495.     path = "/Game/UMG/UI_BP/Common/BigTreasureChest_BP.BigTreasureChest_BP",
  2496.     uiStat = {
  2497.       name = "\233\128\154\231\148\168\229\174\157\231\174\177\233\162\132\232\167\136\233\161\181\233\157\162"
  2498.     }
  2499.   },
  2500.   common_use_items = {
  2501.     moduleName = "client.slua.umg.common.common_use_items",
  2502.     path = "/Game/UMG/UI_BP/Common/CommonUseGoods_UIBP.CommonUseGoods_UIBP",
  2503.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE,
  2504.     containerName = UIContainers.Top,
  2505.     uiStat = {
  2506.       name = "\233\128\154\231\148\168\228\189\191\231\148\168\233\129\147\229\133\183\233\161\181\233\157\162"
  2507.     }
  2508.   },
  2509.   video_player_system_pure = {
  2510.     moduleName = "client.slua.umg.common.video_player_system_pure",
  2511.     path = "/Game/UMG/UI_BP/Common/VideoPlayerSystemPure.VideoPlayerSystemPure",
  2512.     containerName = UIContainers.Bottom,
  2513.     uiStat = {
  2514.       name = "\232\167\134\233\162\145\230\146\173\230\148\190_\231\186\175\229\135\128\231\137\136"
  2515.     }
  2516.   },
  2517.   video_player_system = {
  2518.     moduleName = "client.slua.umg.common.video_player_system",
  2519.     path = "/Game/UMG/UI_BP/Common/VideoPlayerSystem.VideoPlayerSystem",
  2520.     containerName = UIContainers.Top,
  2521.     asy = true,
  2522.     uiStat = {
  2523.       name = "\232\167\134\233\162\145\230\146\173\230\148\190"
  2524.     }
  2525.   },
  2526.   level_sequence_player_system = {
  2527.     moduleName = "client.slua.umg.common.level_sequence_player_system",
  2528.     path = "/Game/UMG/UI_BP/Common/LevelSequencePlayerSystem.LevelSequencePlayerSystem",
  2529.     containerName = UIContainers.Top,
  2530.     uiStat = {
  2531.       name = "\231\137\185\230\128\167\229\138\168\231\148\187\230\146\173\230\148\190"
  2532.     }
  2533.   },
  2534.   video_player_mask = {
  2535.     moduleName = "client.slua.umg.common.video_player_mask",
  2536.     path = "/Game/UMG/UI_BP/Common/VideoMask.VideoMask",
  2537.     containerName = UIContainers.Top,
  2538.     uiStat = {
  2539.       name = "\232\167\134\233\162\145\230\146\173\230\148\190-\232\146\153\231\137\136"
  2540.     }
  2541.   },
  2542.   ItemGet_Root_UIBP = {
  2543.     moduleName = "client.slua.umg.lobby_item.ItemGet_Root_UIBP",
  2544.     path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Root_UIBP.ItemGet_Root_UIBP",
  2545.     containerName = UIContainers.Top,
  2546.     uiStat = {
  2547.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151root"
  2548.     }
  2549.   },
  2550.   ItemGet_Seq_UIBP = {
  2551.     moduleName = "client.slua.umg.lobby_item.ItemGet_Seq_UIBP",
  2552.     path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Seq_UIBP.ItemGet_Seq_UIBP",
  2553.     isMainUI = false,
  2554.     uiStat = {
  2555.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151sequence"
  2556.     }
  2557.   },
  2558.   Rare_Item4_Child = {
  2559.     moduleName = "client.slua.umg.lobby_item.Rare_Item4_Child",
  2560.     path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item4_01_UIBP.Rare_Item4_01_UIBP",
  2561.     isMainUI = false,
  2562.     uiStat = {
  2563.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-4\231\186\167-\229\138\168\230\149\136"
  2564.     }
  2565.   },
  2566.   Rare_Item4_UIBP = {
  2567.     moduleName = "client.slua.umg.lobby_item.Rare_Item4_UIBP",
  2568.     path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item4_02_UIBP.Rare_Item4_02_UIBP",
  2569.     isMainUI = false,
  2570.     uiStat = {
  2571.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-4\231\186\167"
  2572.     }
  2573.   },
  2574.   ItemGet_Gold_UIBP = {
  2575.     moduleName = "client.slua.umg.lobby_item.ItemGet_Gold_UIBP",
  2576.     path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Gold_UIBP.ItemGet_Gold_UIBP",
  2577.     isMainUI = false,
  2578.     uiStat = {
  2579.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-5\231\186\167"
  2580.     }
  2581.   },
  2582.   ShareinterfaceFull_Gold_UIBP = {
  2583.     moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Gold_UIBP",
  2584.     path = "/Game/UMG/UI_BP/Lobby/ShareinterfaceFull_Gold_UIBP.ShareinterfaceFull_Gold_UIBP",
  2585.     isMainUI = false,
  2586.     uiStat = {
  2587.       name = "\231\168\128\230\156\137\231\137\169\229\147\129-5\231\186\167\229\136\134\228\186\171"
  2588.     }
  2589.   },
  2590.   ShareinterfaceFull_Rare4_Item_UIBP = {
  2591.     moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Rare4_Item_UIBP",
  2592.     path = "/Game/UMG/UI_BP/Lobby/Item/ShareinterfaceFull_Rare4_Item_UIBP.ShareinterfaceFull_Rare4_Item_UIBP",
  2593.     isMainUI = false,
  2594.     uiStat = {
  2595.       name = "\231\168\128\230\156\137\231\137\169\229\147\129-4\231\186\167\229\136\134\228\186\171"
  2596.     }
  2597.   },
  2598.   ShareinterfaceFull_Rare3_Item_UIBP = {
  2599.     moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Rare3_Item_UIBP",
  2600.     path = "/Game/UMG/UI_BP/Lobby/Item/ShareinterfaceFull_Rare3_Item_UIBP.ShareinterfaceFull_Rare3_Item_UIBP",
  2601.     isMainUI = false,
  2602.     uiStat = {
  2603.       name = "\231\168\128\230\156\137\231\137\169\229\147\129-3\231\186\167\229\136\134\228\186\171"
  2604.     }
  2605.   },
  2606.   Rare_Item3_UIBP = {
  2607.     moduleName = "client.slua.umg.lobby_item.Rare_Item3_UIBP",
  2608.     path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item3_UIBP.Rare_Item3_UIBP",
  2609.     isMainUI = false,
  2610.     uiStat = {
  2611.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-3\231\186\167"
  2612.     }
  2613.   },
  2614.   Rare_Item2_UIBP = {
  2615.     moduleName = "client.slua.umg.lobby_item.Rare_Item2_UIBP",
  2616.     path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item2_UIBP.Rare_Item2_UIBP",
  2617.     isMainUI = false,
  2618.     asy = true,
  2619.     uiStat = {
  2620.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-2\231\186\167"
  2621.     }
  2622.   },
  2623.   ItemGetMovChild_UIBP = {
  2624.     moduleName = "client.slua.umg.lobby_item.ItemGetMovChild_UIBP",
  2625.     path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGetMovChild_UIBP.ItemGetMovChild_UIBP",
  2626.     isMainUI = false,
  2627.     uiStat = {
  2628.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151\229\173\144\231\149\140\233\157\162"
  2629.     }
  2630.   },
  2631.   ItemGetSeqChild_UIBP = {
  2632.     moduleName = "client.slua.umg.lobby_item.ItemGetSeqChild_UIBP",
  2633.     path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGetSeqChild_UIBP.ItemGetSeqChild_UIBP",
  2634.     isMainUI = false,
  2635.     uiStat = {
  2636.       name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151sequence\229\173\144\231\149\140\233\157\162"
  2637.     }
  2638.   },
  2639.   SpecialOffer_Main_UIBP = {
  2640.     moduleName = "client.slua.umg.special_offer.SpecialOffer_Main_UIBP",
  2641.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Main_UIBP.SpecialOffer_Main_UIBP",
  2642.     jumpModuleID = BP_ENUM_MODULE_SPECIAL_OFFER,
  2643.     uiStat = {
  2644.       name = "\231\137\185\230\131\160\228\184\187\231\149\140\233\157\162"
  2645.     }
  2646.   },
  2647.   SmallRP_Award_UIBP = {
  2648.     moduleName = "client.slua.umg.SmallRP.SmallRP_Award_UIBP",
  2649.     path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/SmallRP_Award_UIBP.SmallRP_Award_UIBP",
  2650.     isMainUI = false,
  2651.     uiStat = {
  2652.       name = "\231\137\185\230\131\160-\229\176\143RP"
  2653.     }
  2654.   },
  2655.   SmallRP_Award_Item_UIBP = {
  2656.     moduleName = "client.slua.umg.SmallRP.SmallRP_Award_Item_UIBP",
  2657.     path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/Item/SmallRP_Award_Item_UIBP.SmallRP_Award_Item_UIBP",
  2658.     isMainUI = false,
  2659.     isSingleton = false,
  2660.     uiStat = {
  2661.       name = "\229\176\143RP\228\184\187\231\149\140\233\157\162-\231\173\137\231\186\167\229\165\150\229\138\177"
  2662.     }
  2663.   },
  2664.   SmallRP_Award_MultiChooseOne_Item_UIBP = {
  2665.     moduleName = "client.slua.umg.SmallRP.SmallRP_Award_MultiChooseOne_Item_UIBP",
  2666.     path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/Item/SmallRP_Award_4Choose1_Item_UIBP.SmallRP_Award_4Choose1_Item_UIBP",
  2667.     isMainUI = false,
  2668.     isSingleton = false,
  2669.     uiStat = {
  2670.       name = "\229\176\143RP-\229\164\154\233\128\137\228\184\128Item"
  2671.     }
  2672.   },
  2673.   ScrapGold_Exchange_UIBP = {
  2674.     moduleName = "client.slua.umg.special_offer.acts.ScrapGold_Exchange_UIBP",
  2675.     path = "/Game/UMG/UI_BP/SpecialOffer/ScrapGold_Exchange_UIBP.ScrapGold_Exchange_UIBP",
  2676.     jumpModuleID = BP_ENUM_MODULE_SCRAPGOLD_EXCHANGE,
  2677.     asy = true,
  2678.     uiStat = {
  2679.       name = "\231\165\158\232\175\157\229\183\165\229\157\138\231\137\169\229\147\129\229\133\145\230\141\162\231\149\140\233\157\162"
  2680.     }
  2681.   },
  2682.   ScrapGold_AnnualRenew_Item_UIBP = {
  2683.     moduleName = "client.slua.umg.lobby_activity.LuckyWidget.LuckWidget_ExchangeList.ScrapGold_AnnualRenewTips_Item_UIBP",
  2684.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/ScrapGold_AnnualRenewTips_Item_UIBP.ScrapGold_AnnualRenewTips_Item_UIBP",
  2685.     asy = true,
  2686.     uiStat = {
  2687.       name = "\231\165\158\232\175\157\229\183\165\229\157\138\231\137\169\229\147\129\228\184\138\230\150\176\229\136\151\232\161\168"
  2688.     }
  2689.   },
  2690.   ScrapGold_AnnualRenew_Item_UIBP = {
  2691.     moduleName = "client.slua.umg.lobby_activity.LuckyWidget.LuckWidget_ExchangeList.ScrapGold_AnnualRenewTips_Item_UIBP",
  2692.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/ScrapGold_AnnualRenewTips_Item_UIBP.ScrapGold_AnnualRenewTips_Item_UIBP",
  2693.     asy = true,
  2694.     uiStat = {
  2695.       name = "\231\165\158\232\175\157\229\183\165\229\157\138\231\137\169\229\147\129\228\184\138\230\150\176\229\136\151\232\161\168"
  2696.     }
  2697.   },
  2698.   SpecialOffer_ValueRebate_UIBP = {
  2699.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_ValueRebate_UIBP",
  2700.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_ValueRebate_UIBP.SpecialOffer_ValueRebate_UIBP",
  2701.     isMainUI = false,
  2702.     uiStat = {
  2703.       name = "\230\182\136\232\180\185\232\191\148\229\136\169"
  2704.     }
  2705.   },
  2706.   SpecialOffer_ValueRebate_Item_UIBP = {
  2707.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_ValueRebate_Item_UIBP",
  2708.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_ValueRebate_Item_UIBP.SpecialOffer_ValueRebate_Item_UIBP",
  2709.     isSingleton = false,
  2710.     uiStat = {
  2711.       name = "\230\182\136\232\180\185\232\191\148\229\136\169Item"
  2712.     }
  2713.   },
  2714.   SpecialOffer_ValueRebate_Common_Item_UIBP = {
  2715.     moduleName = "client.slua_ui_framework.base",
  2716.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_ValueRebate_Common_Item_UIBP.SpecialOffer_ValueRebate_Common_Item_UIBP",
  2717.     isSingleton = false,
  2718.     isMainUI = false,
  2719.     uiStat = {
  2720.       name = "\230\182\136\232\180\185\232\191\148\229\136\169Item_\230\140\130\232\189\189common_item"
  2721.     }
  2722.   },
  2723.   SpecialOffer_Coin_Item_UIBP = {
  2724.     moduleName = "client.slua.umg.special_offer.SpecialOffer_Coin_Item_UIBP",
  2725.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Coin_Item_UIBP.SpecialOffer_Coin_Item_UIBP",
  2726.     isSingleton = false,
  2727.     uiStat = {
  2728.       name = "\231\137\185\230\131\160\228\184\187\232\180\167\229\184\129item"
  2729.     }
  2730.   },
  2731.   Lobby_Direct_Main_UIBP = {
  2732.     moduleName = "client.slua.umg.DiscountDirect.Lobby_Direct_Main_UIBP",
  2733.     path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Direct_Main_UIBP.Lobby_Direct_Main_UIBP",
  2734.     isMainUI = false,
  2735.     uiStat = {
  2736.       name = "\232\147\157\230\180\158\230\137\147\230\138\152\231\155\180\232\180\173\231\149\140\233\157\162"
  2737.     }
  2738.   },
  2739.   SpecialOffer_Material_UIBP = {
  2740.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_UIBP",
  2741.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Material_UIBP.SpecialOffer_Material_UIBP",
  2742.     isMainUI = false,
  2743.     uiStat = {
  2744.       name = "\230\157\144\230\150\153\231\164\188\229\140\133\231\149\140\233\157\162"
  2745.     }
  2746.   },
  2747.   SpecialOffer_Material_Item_UIBP = {
  2748.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Item_UIBP",
  2749.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Material_Item_UIBP.SpecialOffer_Material_Item_UIBP",
  2750.     isSingleton = false,
  2751.     uiStat = {
  2752.       name = "\230\157\144\230\150\153\231\164\188\229\140\133"
  2753.     }
  2754.   },
  2755.   SpecialOffer_PackagePreview_Popup_UIBP = {
  2756.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_PackagePreview_Popup_UIBP",
  2757.     path = "/Game/UMG/UI_BP/SpecialOffer/Popup/SpecialOffer_PackagePreview_Popup_UIBP.SpecialOffer_PackagePreview_Popup_UIBP",
  2758.     containerName = UIContainers.Top,
  2759.     uiStat = {
  2760.       name = "\231\137\185\230\131\160\231\164\188\229\140\133\233\162\132\232\167\136\229\188\185\231\170\151"
  2761.     }
  2762.   },
  2763.   SpecialOffer_Quality_Probability_Tips_UIBP = {
  2764.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Quality_Probability_Tips_UIBP",
  2765.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Quality_Probability_Tips_UIBP.SpecialOffer_Quality_Probability_Tips_UIBP",
  2766.     containerName = UIContainers.Top,
  2767.     uiStat = {
  2768.       name = "\231\137\185\230\131\160\231\164\188\229\140\133\230\166\130\231\142\135\229\188\185\231\170\151"
  2769.     }
  2770.   },
  2771.   SpecialOffer_Material_Popup_UIBP = {
  2772.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Popup_UIBP",
  2773.     path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
  2774.     uiStat = {
  2775.       name = "\230\157\144\230\150\153\231\164\188\229\140\133\232\180\173\228\185\176\229\188\185\231\170\151"
  2776.     }
  2777.   },
  2778.   SpecialOffer_Material_Item_02_UIBP = {
  2779.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Item_02_UIBP",
  2780.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Material_Item_02_UIBP.SpecialOffer_Material_Item_02_UIBP",
  2781.     isSingleton = false,
  2782.     uiStat = {
  2783.       name = "\230\157\144\230\150\153\231\164\188\229\140\133\229\173\144item"
  2784.     }
  2785.   },
  2786.   SpecialOffer_Conditions_Container = {
  2787.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Container",
  2788.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_AnniversaryCelebration_UIBP.SpecialOffer_AnniversaryCelebration_UIBP",
  2789.     isMainUI = false,
  2790.     uiStat = {
  2791.       name = "\230\157\161\228\187\182\231\164\188\229\140\133\229\174\185\229\153\168"
  2792.     }
  2793.   },
  2794.   SpecialOffer_Conditions_UIBP = {
  2795.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_UIBP",
  2796.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Conditions_UIBP.SpecialOffer_Conditions_UIBP",
  2797.     isMainUI = false,
  2798.     uiStat = {
  2799.       name = "\230\157\161\228\187\182\231\164\188\229\140\133\231\149\140\233\157\162"
  2800.     }
  2801.   },
  2802.   SpecialOffer_Conditions_AnniversaryCelebration_UIBP = {
  2803.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_UIBP",
  2804.     path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Conditions_AnniversaryCelebration_UIBP.SpecialOffer_Conditions_AnniversaryCelebration_UIBP",
  2805.     isMainUI = false,
  2806.     uiStat = {
  2807.       name = "\229\145\168\229\185\180\230\157\161\228\187\182\231\164\188\229\140\133\231\149\140\233\157\162"
  2808.     }
  2809.   },
  2810.   SpecialOffer_Conditions_Item_UIBP = {
  2811.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_UIBP",
  2812.     path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_UIBP.SpecialOffer_Conditions_Item_UIBP",
  2813.     isSingleton = false,
  2814.     uiStat = {
  2815.       name = "\230\157\161\228\187\182\231\164\188\229\140\133\231\149\140\233\157\162item"
  2816.     }
  2817.   },
  2818.   SpecialOffer_Conditions_Item_02_UIBP = {
  2819.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_02_UIBP",
  2820.     path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_02_UIBP.SpecialOffer_Conditions_Item_02_UIBP",
  2821.     isSingleton = false,
  2822.     uiStat = {
  2823.       name = "\230\157\161\228\187\182\231\164\188\229\140\133item"
  2824.     }
  2825.   },
  2826.   SpecialOffer_Conditions_Item_03_UIBP = {
  2827.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_02_UIBP",
  2828.     path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_03_UIBP.SpecialOffer_Conditions_Item_03_UIBP",
  2829.     isSingleton = false,
  2830.     uiStat = {
  2831.       name = "\229\145\168\229\185\180\230\157\161\228\187\182\231\164\188\229\140\133item"
  2832.     }
  2833.   },
  2834.   SpecialOffer_Conditions_Item_04_UIBP = {
  2835.     moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_04_UIBP",
  2836.     path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_04_UIBP.SpecialOffer_Conditions_Item_04_UIBP",
  2837.     isSingleton = false,
  2838.     uiStat = {
  2839.       name = "\230\157\161\228\187\182\231\164\188\229\140\133 \232\183\145\233\169\172\231\129\175item"
  2840.     }
  2841.   },
  2842.   SpecialOffer_Conditions_Popup_UIBP = {
  2843.     moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Conditions_Popup_UIBP",
  2844.     path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Popup/SpecialOffer_Conditions_Popup_UIBP.SpecialOffer_Conditions_Popup_UIBP",
  2845.     containerName = UIContainers.Top,
  2846.     uiStat = {
  2847.       name = "\230\157\161\228\187\182\231\164\188\229\140\133\231\164\188\229\140\133\232\175\166\230\131\133"
  2848.     }
  2849.   },
  2850.   common_vehicle_get_panel = {
  2851.     moduleName = "client.slua.umg.lobby_item.common_vehicle_get_panel",
  2852.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
  2853.     containerName = UIContainers.Top,
  2854.     uiStat = {
  2855.       name = "\233\128\154\231\148\168\232\189\189\229\133\183\232\142\183\229\190\151\231\149\140\233\157\162"
  2856.     }
  2857.   },
  2858.   common_vehicle_give_panel = {
  2859.     moduleName = "client.slua.umg.lobby_item.common_vehicle_give_panel",
  2860.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
  2861.     uiStat = {
  2862.       name = "\233\128\154\231\148\168\232\189\189\229\133\183\232\181\160\233\128\129\231\149\140\233\157\162"
  2863.     }
  2864.   },
  2865.   share_vehicle_get = {
  2866.     moduleName = "client.slua.umg.shareChild.share_vehicle_get",
  2867.     path = "/Game/Arts_UI/LuckySpin/1400/Global/Ladder_Draw/Ladder_Draw_Share_UIBP.Ladder_Draw_Share_UIBP",
  2868.     uiStat = {
  2869.       name = "\232\189\189\229\133\183\229\136\134\228\186\171\231\149\140\233\157\162"
  2870.     }
  2871.   },
  2872.   com_msg_box_slua = {
  2873.     moduleName = "client.slua.umg.common.com_msg_box_slua",
  2874.     path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Slua_UIBP.Com_MsgBox_Slua_UIBP",
  2875.     closeOnSwitch = false,
  2876.     containerName = UIContainers.Top,
  2877.     asy = true,
  2878.     uiStat = {
  2879.       name = "\233\128\154\231\148\168\229\188\185\231\170\151"
  2880.     }
  2881.   },
  2882.   com_msg_small_box_slua = {
  2883.     moduleName = "client.slua.umg.common.com_msg_box_slua",
  2884.     path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Small_Slua_UIBP.Com_MsgBox_Small_Slua_UIBP",
  2885.     closeOnSwitch = false,
  2886.     containerName = UIContainers.Top,
  2887.     uiStat = {
  2888.       name = "\233\128\154\231\148\168\229\188\185\231\170\151"
  2889.     }
  2890.   },
  2891.   com_msg_box_5s = {
  2892.     moduleName = "client.slua.umg.common.com_msg_box_slua",
  2893.     path = "/Game/UMG/UI_BP/NewUpdate/Com_MsgBox_Small_5S_UIBP.Com_MsgBox_Small_5S_UIBP",
  2894.     closeOnSwitch = false,
  2895.     containerName = UIContainers.Top,
  2896.     uiStat = {
  2897.       name = "\233\128\154\231\148\168\229\188\185\231\170\151-5S"
  2898.     }
  2899.   },
  2900.   Common_RechargeMsgBox_UIBP = {
  2901.     moduleName = "client.slua.umg.common.Common_RechargeMsgBox_UIBP",
  2902.     path = "/Game/UMG/UI_BP/Common/Common_UCPurchase_Popup_UIBP.Common_UCPurchase_Popup_UIBP",
  2903.     closeOnSwitch = false,
  2904.     containerName = UIContainers.Top,
  2905.     uiStat = {
  2906.       name = "\230\143\144\231\164\186\229\133\133\229\128\188\229\188\185\231\170\151"
  2907.     }
  2908.   },
  2909.   Common_Popup_Permissionsprompt_UIBP = {
  2910.     moduleName = "client.slua.umg.common.Common_Popup_Permissionsprompt_UIBP",
  2911.     path = "/Game/UMG/UI_BP/Common/Common_Popup_Permissionsprompt_UIBP.Common_Popup_Permissionsprompt_UIBP",
  2912.     closeOnSwitch = false,
  2913.     containerName = UIContainers.Top,
  2914.     uiStat = {
  2915.       name = "\233\128\154\231\148\168\230\157\131\233\153\144\229\188\185\231\170\151"
  2916.     }
  2917.   },
  2918.   Com_MsgBox_Slua_checkout__UIBP = {
  2919.     moduleName = "client.slua.umg.common.Com_MsgBox_Slua_checkout__UIBP",
  2920.     path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Slua_checkout__UIBP.Com_MsgBox_Slua_checkout__UIBP",
  2921.     containerName = UIContainers.Top,
  2922.     closeOnSwitch = false,
  2923.     uiStat = {
  2924.       name = "\233\128\154\231\148\168\229\188\185\231\170\151-\231\153\187\229\135\186\230\137\128\230\156\137\232\174\190\229\164\135"
  2925.     }
  2926.   },
  2927.   Common_HelpTips_UIBP = {
  2928.     moduleName = "client.slua.umg.common.Common_HelpTips_UIBP",
  2929.     path = "/Game/UMG/UI_BP/Common/Common_HelpTips_UIBP.Common_HelpTips_UIBP",
  2930.     containerName = UIContainers.Top,
  2931.     uiStat = {
  2932.       name = "\233\128\154\231\148\168\229\184\174\229\138\169\230\143\144\231\164\186"
  2933.     }
  2934.   },
  2935.   Common_Announcement_UIBP = {
  2936.     moduleName = "client.slua.umg.common.Common_Announcement_UIBP",
  2937.     path = "/Game/UMG/UI_BP/Common/Common_Announcement_UIBP.Common_Announcement_UIBP",
  2938.     uiStat = {
  2939.       name = "\233\128\154\231\148\168\229\133\172\229\145\138\229\188\185\231\170\151"
  2940.     }
  2941.   },
  2942.   Common_Announcement_Item = {
  2943.     moduleName = "client.slua.umg.common.Common_Announcement_Item",
  2944.     path = "/Game/UMG/UI_BP/Common/Items/Common_Announcement_Item.Common_Announcement_Item",
  2945.     isMainUI = false,
  2946.     isSingleton = false,
  2947.     uiStat = {
  2948.       name = "\230\174\181\228\189\141\229\136\135\230\141\162\230\140\137\233\146\174"
  2949.     }
  2950.   },
  2951.   Common_Tab_Horizontal_LevelOne_Text_Item_UIBP = {
  2952.     moduleName = "client.slua.umg.common.Common_Tab_Horizontal_LevelOne_Text_Item_UIBP",
  2953.     path = "/Game/UMG/UI_BP/Common/Tab/Horizontal/LevelOne/Text/Item/Common_Tab_Horizontal_LevelOne_Text_Item_UIBP.Common_Tab_Horizontal_LevelOne_Text_Item_UIBP",
  2954.     uiStat = {
  2955.       name = "\233\128\154\231\148\168\230\168\170\229\144\145\228\184\128\231\186\167\233\161\181\231\173\190Item"
  2956.     },
  2957.     isMainUI = false,
  2958.     isSingleton = false,
  2959.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
  2960.   },
  2961.   Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP = {
  2962.     moduleName = "client.slua.umg.common.Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP",
  2963.     path = "/Game/UMG/UI_BP/Common/Tab/Horizontal/LevelTwo/Text/Item/Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP.Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP",
  2964.     uiStat = {
  2965.       name = "\233\128\154\231\148\168\230\168\170\229\144\145\228\186\140\231\186\167\233\161\181\231\173\190Item"
  2966.     },
  2967.     isMainUI = false,
  2968.     isSingleton = false,
  2969.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
  2970.   },
  2971.   dropdown_menu_component = {
  2972.     moduleName = "client.slua.umg.common.dropdown_menu_component",
  2973.     path = "/Game/UMG/UI_BP/Lobby/Item/DropDown_Menu_UIBP.DropDown_Menu_UIBP",
  2974.     isSingleton = false
  2975.   },
  2976.   ui_subscribe_confirm_buy = {
  2977.     moduleName = "client.slua.umg.subscribe.ui_subscribe_confirm_buy",
  2978.     path = "/Game/UMG/UI_BP/Common/Common_MessageBox_115_UIBP.Common_MessageBox_115_UIBP"
  2979.   },
  2980.   Subscribe_Coupons_Detail = {
  2981.     moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail",
  2982.     path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Coupons_Detail.Subscribe_Coupons_Detail",
  2983.     uiStat = {
  2984.       name = "\232\174\162\233\152\133-\230\187\161\229\135\143\229\136\184\230\159\165\231\156\139\231\149\140\233\157\162"
  2985.     }
  2986.   },
  2987.   Subscribe_Coupons_Detail_item = {
  2988.     moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_item",
  2989.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_Coupons_Detail_item.Subscribe_Coupons_Detail_item",
  2990.     isSingleton = false
  2991.   },
  2992.   LobbyAndroidGuestBind = {
  2993.     moduleName = "client.slua.umg.guest_bind.guest_bind_form",
  2994.     path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
  2995.     uiStat = {
  2996.       name = "\229\188\149\229\175\188\229\174\137\229\141\147\230\184\184\229\174\162\231\148\168\230\136\183\231\187\145\229\174\154\231\149\140\233\157\162 - \231\169\186"
  2997.     }
  2998.   },
  2999.   Subscribe_Rule_UIBP = {
  3000.     moduleName = "client.slua.umg.subscribe.Subscribe_Rule_UIBP",
  3001.     path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Rule_UIBP.Subscribe_Rule_UIBP",
  3002.     uiStat = {
  3003.       name = "210\230\150\176\231\137\136\232\174\162\233\152\133\232\167\132\229\136\153\229\188\185\231\170\151"
  3004.     }
  3005.   },
  3006.   Subscribe_SubPage_UIBP = {
  3007.     moduleName = "client.slua.umg.subscribe.Subscribe_SubPage_UIBP",
  3008.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_SubPage_UIBP.Subscribe_SubPage_UIBP",
  3009.     isMainUI = false,
  3010.     uiStat = {
  3011.       name = "210\230\150\176\231\137\136\232\174\162\233\152\133-\229\133\133\229\128\188\231\149\140\233\157\162\229\183\166\228\190\167\232\174\162\233\152\133\229\176\143\231\149\140\233\157\162"
  3012.     }
  3013.   },
  3014.   Subscribe_Coupons_Detail_New = {
  3015.     moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_New",
  3016.     path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Coupons_Detail_New.Subscribe_Coupons_Detail_New",
  3017.     uiStat = {
  3018.       name = "\232\174\162\233\152\133-\230\187\161\229\135\143\229\136\184\230\159\165\231\156\139\231\149\140\233\157\162"
  3019.     }
  3020.   },
  3021.   ui_subscribe_carnival_main = {
  3022.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_main",
  3023.     jumpModuleID = BP_ENUM_MODULE_SUBSCRIBE_CARNIVAL,
  3024.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Main_UIBP.Lobby_Subscription_Main_UIBP",
  3025.     uiStat = {
  3026.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168"
  3027.     }
  3028.   },
  3029.   ui_subscribe_carnival_privilege = {
  3030.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_privilege",
  3031.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Benefit_UIBP.Lobby_Subscription_Benefit_UIBP",
  3032.     isSingleton = false,
  3033.     uiStat = {
  3034.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\232\174\162\233\152\133\231\137\185\230\157\131\229\173\144\231\149\140\233\157\162"
  3035.     }
  3036.   },
  3037.   ui_subscribe_carnival_reward = {
  3038.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_reward",
  3039.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Reward_UIBP.Lobby_Subscription_Reward_UIBP",
  3040.     isSingleton = false,
  3041.     uiStat = {
  3042.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\229\143\179\228\190\167\229\165\150\229\138\177\229\173\144\231\149\140\233\157\162"
  3043.     }
  3044.   },
  3045.   ui_subscribe_carnival_gift = {
  3046.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_gift",
  3047.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Gift_UIBP.Lobby_Subscription_Gift_UIBP",
  3048.     isSingleton = false,
  3049.     uiStat = {
  3050.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\232\174\162\233\152\133\231\164\188\229\140\133\229\173\144\231\149\140\233\157\162"
  3051.     }
  3052.   },
  3053.   ui_subscribe_carnival_detail = {
  3054.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_detail",
  3055.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_RP_Subscription_Popup_UIBP.Lobby_RP_Subscription_Popup_UIBP",
  3056.     uiStat = {
  3057.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\232\174\162\233\152\133\232\175\166\230\131\133\231\149\140\233\157\162"
  3058.     }
  3059.   },
  3060.   ui_subscribe_unknowpass = {
  3061.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_unknowpass",
  3062.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_System_Subscription_Popup_UIBP.Lobby_System_Subscription_Popup_UIBP",
  3063.     uiStat = {
  3064.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-RP\232\174\162\233\152\133\232\175\166\230\131\133\231\149\140\233\157\162"
  3065.     }
  3066.   },
  3067.   ui_subscribe_carnival_slap = {
  3068.     moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_slap",
  3069.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_AD.Lobby_Subscription_AD",
  3070.     uiStat = {
  3071.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\230\139\141\232\132\184\229\155\190"
  3072.     }
  3073.   },
  3074.   Lobby_Subscription_Scroll_UIBP = {
  3075.     moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Scroll_UIBP",
  3076.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Scroll_UIBP.Lobby_Subscription_Scroll_UIBP",
  3077.     uiStat = {
  3078.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\231\164\188\229\140\133\229\136\151\232\161\168\229\140\186\229\159\159"
  3079.     },
  3080.     isSingleton = false
  3081.   },
  3082.   Lobby_Subscription_Carnival_Entrance = {
  3083.     moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Carnival_Entrance",
  3084.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Move_Btn2.Move_Btn2",
  3085.     uiStat = {
  3086.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\230\180\187\229\138\168\230\140\137\233\146\174\229\133\165\229\143\163"
  3087.     },
  3088.     isSingleton = false
  3089.   },
  3090.   Lobby_Subscription_Benefit_Item_UIBP = {
  3091.     moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Benefit_Item_UIBP",
  3092.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Benefit_Item_UIBP.Lobby_Subscription_Benefit_Item_UIBP",
  3093.     uiStat = {
  3094.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\231\137\185\230\157\131\230\157\131\231\155\138item"
  3095.     },
  3096.     isMainUI = false,
  3097.     isSingleton = false
  3098.   },
  3099.   Lobby_Subscription_GiftItem_UIBP = {
  3100.     moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_GiftItem_UIBP",
  3101.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_GiftItem_UIBP.Lobby_Subscription_GiftItem_UIBP",
  3102.     uiStat = {
  3103.       name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168-\231\164\188\231\137\169item"
  3104.     },
  3105.     isMainUI = false,
  3106.     isSingleton = false
  3107.   },
  3108.   Subscribe_Coupons_Detail_item_old = {
  3109.     moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_item_old",
  3110.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_Coupons_Detail_item_old.Subscribe_Coupons_Detail_item_old",
  3111.     uiStat = {
  3112.       name = "\232\174\162\233\152\133\230\151\165\233\159\169\226\128\148\226\128\148\230\138\181\230\137\163\229\136\184item"
  3113.     },
  3114.     isMainUI = false,
  3115.     isSingleton = false
  3116.   },
  3117.   recharge_purchasePopup = {
  3118.     moduleName = "client.slua.umg.recharge.recharge_purchasePopup",
  3119.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/item/Lobby_DirectPurchase_popup_115_UIBP.Lobby_DirectPurchase_popup_115_UIBP",
  3120.     uiStat = {
  3121.       name = "\229\133\133\229\128\188-\231\155\180\232\180\173\232\175\166\230\131\133"
  3122.     }
  3123.   },
  3124.   recharge_purchase = {
  3125.     moduleName = "client.slua.umg.recharge.recharge_purchase",
  3126.     isMainUI = false,
  3127.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_DirectPurchase_115_UIBP.Lobby_DirectPurchase_115_UIBP",
  3128.     uiStat = {
  3129.       name = "\229\133\133\229\128\188-\231\155\180\232\180\173"
  3130.     }
  3131.   },
  3132.   limited_purchase = {
  3133.     moduleName = "client.slua.umg.recharge.UC_LimitedPaks_UIBP",
  3134.     isMainUI = false,
  3135.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/UC_LimitedPaks_UIBP.UC_LimitedPaks_UIBP",
  3136.     uiStat = {
  3137.       name = "\229\133\133\229\128\188-\233\153\144\230\151\182\231\164\188\229\140\133"
  3138.     }
  3139.   },
  3140.   ui_recharge = {
  3141.     moduleName = "client.slua.umg.recharge.ui_recharge",
  3142.     isMainUI = false,
  3143.     path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Store_Int_TopBar_UIBP.Lobby_Store_Int_TopBar_UIBP",
  3144.     uiStat = {
  3145.       name = "\229\133\133\229\128\188-\229\134\133\229\174\185\231\149\140\233\157\162-\229\133\168\231\144\131\231\137\136"
  3146.     },
  3147.     asy = true
  3148.   },
  3149.   ui_recharge_jk = {
  3150.     moduleName = "client.slua.umg.recharge.ui_recharge_jk",
  3151.     isMainUI = false,
  3152.     path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Store_Int_TopBarJK_UIBP.Lobby_Store_Int_TopBarJK_UIBP",
  3153.     uiStat = {
  3154.       name = "\229\133\133\229\128\188-\229\134\133\229\174\185\231\149\140\233\157\162-\230\151\165\233\159\169\231\137\136"
  3155.     }
  3156.   },
  3157.   ui_recharge_good_item_jk = {
  3158.     moduleName = "client.slua.umg.recharge.ui_recharge_good_item_jk",
  3159.     path = "/Game/UMG/UI_BP/SpecialOffer/Item/Lobby_Store_itemJK_UIBP.Lobby_Store_itemJK_UIBP",
  3160.     isSingleton = false,
  3161.     isMainUI = false,
  3162.     uiStat = {
  3163.       name = "\229\133\133\229\128\188\231\137\169\229\147\129item-\230\151\165\233\159\169\231\137\136"
  3164.     }
  3165.   },
  3166.   ui_recharge_gas_station = {
  3167.     moduleName = "client.slua.umg.activity.LuckyCharge.ui_recharge_gas_station",
  3168.     moduleID = BP_ENUM_MODULE_RECHARGE_GAS_STATION,
  3169.     jumpModuleID = BP_ENUM_MODULE_RECHARGE_GAS_STATION,
  3170.     path = "/Game/UMG/UI_BP/Lobby_Activity/LuckyCharge/Lobby_LuckyCharge_UIBP.Lobby_LuckyCharge_UIBP",
  3171.     uiStat = {
  3172.       name = "\229\133\133\229\128\188\229\138\160\230\178\185\231\171\153\230\180\187\229\138\168\231\149\140\233\157\162"
  3173.     }
  3174.   },
  3175.   secure_mail = {
  3176.     moduleName = "client.slua.umg.mail.secure_mail",
  3177.     path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
  3178.     isMainUI = false,
  3179.     asy = true,
  3180.     uiStat = {
  3181.       name = "\233\130\174\228\187\182-\229\174\137\229\133\168\233\130\174\228\187\182"
  3182.     }
  3183.   },
  3184.   Mail_UIBP = {
  3185.     moduleName = "client.slua.umg.mail.Mail_UIBP",
  3186.     path = "/Game/UMG/UI_BP/Mail/Mail_NewMain_UIBP.Mail_NewMain_UIBP",
  3187.     asy = true,
  3188.     jumpModuleID = BP_ENUM_MODULE_MAIL,
  3189.     uiStat = {
  3190.       name = "\233\130\174\228\187\182-\228\184\187\231\149\140\233\157\162"
  3191.     }
  3192.   },
  3193.   Mail_Msg_Sub_UIBP = {
  3194.     moduleName = "client.slua.umg.mail.Mail_Msg_Sub_UIBP",
  3195.     path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
  3196.     isMainUI = false,
  3197.     asy = true,
  3198.     uiStat = {
  3199.       name = "\233\130\174\228\187\182-\229\173\144\231\149\140\233\157\162"
  3200.     }
  3201.   },
  3202.   mail_item_detail = {
  3203.     moduleName = "client.slua.umg.mail.mail_item_detail",
  3204.     path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_Message_Lfte_UIBP.Mail_Message_Lfte_UIBP",
  3205.     isMainUI = false,
  3206.     asy = true,
  3207.     uiStat = {
  3208.       name = "\233\130\174\231\174\177\226\128\148\233\130\174\228\187\182\232\175\166\230\131\133\231\170\151"
  3209.     }
  3210.   },
  3211.   Mail_Picture_Item = {
  3212.     moduleName = "client.slua.umg.mail.mail_item.Mail_Picture_Item",
  3213.     path = "/Game/UMG/UI_BP/Mail/Item/Mail_Picture_Item.Mail_Picture_Item",
  3214.     isSingleton = false,
  3215.     isMainUI = false
  3216.   },
  3217.   Gift_Item_Detail_UIBP = {
  3218.     moduleName = "client.slua.umg.mail.Gift_Item_Detail_UIBP",
  3219.     path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Gift_Item_Detail_UIBP.Gift_Item_Detail_UIBP",
  3220.     isMainUI = false,
  3221.     asy = true,
  3222.     uiStat = {
  3223.       name = "\233\130\174\231\174\177\226\128\148\231\164\188\231\137\169\228\184\173\229\191\131\232\175\166\230\131\133\231\170\151"
  3224.     }
  3225.   },
  3226.   GiftSmallRP_Mail_Item_UIBP = {
  3227.     moduleName = "client.slua.umg.mail.mail_item.GiftSmallRP_Mail_Item_UIBP",
  3228.     path = "/Game/UMG/UI_BP/Mail/Item/GiftSmallRP_Mail_Item_UIBP.GiftSmallRP_Mail_Item_UIBP",
  3229.     isMainUI = false,
  3230.     isSingleton = false,
  3231.     asy = true,
  3232.     uiStat = {
  3233.       name = "\233\130\174\231\174\177\226\128\148\231\164\188\231\137\169\228\184\173\229\191\131\229\141\161\231\177\187\231\154\132\231\137\169\229\147\129\229\177\149\231\164\186"
  3234.     }
  3235.   },
  3236.   ui_shop_gift_msgcenter = {
  3237.     moduleName = "client.slua.umg.mail.ui_shop_gift_msgcenter",
  3238.     path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
  3239.     isMainUI = false,
  3240.     uiStat = {
  3241.       name = "\229\149\134\229\159\142-\231\164\188\229\140\133\228\184\173\229\191\131"
  3242.     }
  3243.   },
  3244.   setting_main = {
  3245.     moduleName = "client.slua.umg.NewSetting.Main.setting_main",
  3246.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Main.Setting_Main",
  3247.     jumpModuleID = BP_ENUM_MODULE_SETTING,
  3248.     uiStat = {
  3249.       name = "\232\174\190\231\189\174-\228\184\187\231\149\140\233\157\162"
  3250.     }
  3251.   },
  3252.   setting_red_title = {
  3253.     moduleName = "client.slua.umg.NewSetting.Main.setting_red_title",
  3254.     path = "/Game/UMG/UI_BP/NewSetting/Setting_NewTitle_UIBP.Setting_NewTitle_UIBP",
  3255.     isMainUI = false,
  3256.     uiStat = {
  3257.       name = "\232\174\190\231\189\174-\231\186\162\231\130\185title"
  3258.     }
  3259.   },
  3260.   setting_basic = {
  3261.     moduleName = "client.slua.umg.NewSetting.Basic.basic_main",
  3262.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Basic.Setting_Basic",
  3263.     isMainUI = false,
  3264.     uiStat = {
  3265.       name = "\232\174\190\231\189\174-\229\159\186\231\161\128\232\174\190\231\189\174-\228\184\187\231\149\140\233\157\162"
  3266.     }
  3267.   },
  3268.   Setting_ChangeServer_remind = {
  3269.     moduleName = "client.slua.umg.NewSetting.Account.Popup.Setting_ChangeServer_remind",
  3270.     path = "/Game/UMG/UI_BP/Setting/Setting_ChangeServer_remind.Setting_ChangeServer_remind",
  3271.     asy = true,
  3272.     uiStat = {
  3273.       name = "\232\174\190\231\189\174-\228\191\174\230\148\185\229\156\176\229\140\186\228\186\140\230\172\161\229\188\185\231\170\151"
  3274.     }
  3275.   },
  3276.   setting_basic_child_new = {
  3277.     moduleName = "client.slua.umg.NewSetting.Basic.baseChild.Setting_Basic_Child_NewUIBP",
  3278.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Basic_Child_NewUIBP.Setting_Basic_Child_NewUIBP",
  3279.     isMainUI = false,
  3280.     uiStat = {
  3281.       name = "\232\174\190\231\189\174-\229\159\186\231\161\128\232\174\190\231\189\174-\230\139\134\229\136\134"
  3282.     }
  3283.   },
  3284.   setting_privacy_new = {
  3285.     moduleName = "client.slua.umg.NewSetting.Privacy.Setting_Privacy_UIBP",
  3286.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Privacy_New.Setting_Privacy_New",
  3287.     isMainUI = false,
  3288.     uiStat = {
  3289.       name = "\232\174\190\231\189\174-\233\154\144\231\167\129\228\184\142\231\164\190\228\186\164"
  3290.     }
  3291.   },
  3292.   setting_birthday = {
  3293.     moduleName = "client.slua.umg.NewSetting.Privacy.setting_birthday",
  3294.     path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Card_Birthday_UIBP.Lobby_RoleInfo_Card_Birthday_UIBP",
  3295.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  3296.     uiStat = {
  3297.       name = "\232\174\190\231\189\174-\231\148\159\230\151\165"
  3298.     }
  3299.   },
  3300.   setting_graphics_audio = {
  3301.     moduleName = "client.slua.umg.NewSetting.PictureAndAudio.Setting_Picure_Audio_UIBP",
  3302.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Picure_Audio_UIBP.Setting_Picure_Audio_UIBP",
  3303.     isMainUI = false,
  3304.     uiStat = {
  3305.       name = "\232\174\190\231\189\174-\231\148\187\233\157\162\228\184\142\233\159\179\233\162\145"
  3306.     }
  3307.   },
  3308.   setting_graphics_new = {
  3309.     moduleName = "client.slua.umg.NewSetting.GraphicsNew.Setting_GraphicsNew_UIBP",
  3310.     path = "/Game/UMG/UI_BP/NewSetting/Setting_GraphicsNew_UIBP.Setting_GraphicsNew_UIBP",
  3311.     isMainUI = false,
  3312.     asy = true,
  3313.     uiStat = {
  3314.       name = "\232\174\190\231\189\174-\231\148\187\233\157\162\232\174\190\231\189\174"
  3315.     }
  3316.   },
  3317.   setting_graphics_audio_v2 = {
  3318.     moduleName = "client.slua.umg.NewSetting.PictureAndAudio.Setting_Picure_Audio_UIBPV2",
  3319.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Picure_Audio_UIBP.Setting_Picure_Audio_UIBP",
  3320.     isMainUI = false,
  3321.     uiStat = {
  3322.       name = "\232\174\190\231\189\174-\231\148\187\233\157\162v2"
  3323.     }
  3324.   },
  3325.   setting_graphics_new_v2 = {
  3326.     moduleName = "client.slua.umg.NewSetting.Setting_GraphicsNew_UIBP",
  3327.     path = "/Game/UMG/UI_BP/NewSetting/Setting_GraphicsNew_UIBP.Setting_GraphicsNew_UIBP",
  3328.     isMainUI = false,
  3329.     asy = true,
  3330.     uiStat = {
  3331.       name = "\232\174\190\231\189\174-\231\148\187\233\157\162\232\174\190\231\189\174v2"
  3332.     }
  3333.   },
  3334.   Setting_Picture_Popup_UIBP = {
  3335.     moduleName = "client.slua.umg.NewSetting.Popup.Setting_Picture_Popup_UIBP",
  3336.     path = "/Game/UMG/UI_BP/NewSetting/Popup/Setting_Picture_Popup_UIBP.Setting_Picture_Popup_UIBP",
  3337.     uiStat = {
  3338.       name = "\232\174\190\231\189\174-\230\150\176\231\148\187\233\157\162\232\174\190\231\189\174\230\143\144\231\164\186\229\188\185\231\170\151"
  3339.     }
  3340.   },
  3341.   Setting_Prompt_Popup_02_UIBP = {
  3342.     moduleName = "client.slua.umg.NewSetting.GraphicsNew.Setting_Prompt_Popup_02_UIBP",
  3343.     path = "/Game/UMG/UI_BP/NewSetting/Popup/Setting_Prompt_Popup_02_UIBP.Setting_Prompt_Popup_02_UIBP",
  3344.     asy = true,
  3345.     uiStat = {
  3346.       name = "\232\174\190\231\189\174-\229\184\167\231\142\135\230\143\144\231\164\186"
  3347.     }
  3348.   },
  3349.   GraphicsQuality_Guide_UIBP = {
  3350.     moduleName = "client.slua.umg.NewSetting.GraphicsNew.GraphicsQuality_Guide_UIBP",
  3351.     path = "/Game/UMG/UI_BP/NewSetting/GraphicsQuality_Guide_UIBP.GraphicsQuality_Guide_UIBP",
  3352.     asy = true,
  3353.     uiStat = {
  3354.       name = "\232\174\190\231\189\174-\231\148\187\233\157\162\229\147\129\232\180\168\232\176\131\230\149\180\229\188\149\229\175\188"
  3355.     }
  3356.   },
  3357.   Setting_Sound = {
  3358.     moduleName = "client.slua.umg.NewSetting.Sound.setting_sound_main",
  3359.     path = "/Game/UMG/UI_BP/NewSetting/NewSetting_Sound_UIBP.NewSetting_Sound_UIBP",
  3360.     isMainUI = false,
  3361.     asy = true,
  3362.     uiStat = {
  3363.       name = "\232\174\190\231\189\174-\229\163\176\233\159\179\232\174\190\231\189\174"
  3364.     }
  3365.   },
  3366.   Setting_QuasiMirror = {
  3367.     moduleName = "client.slua.umg.NewSetting.QuasiMirror.Setting_QuasiMirror_New_UIBP",
  3368.     path = "/Game/UMG/UI_BP/Setting/Setting_QuasiMirror_New_UIBP.Setting_QuasiMirror_New_UIBP",
  3369.     isMainUI = false,
  3370.     uiStat = {
  3371.       name = "\232\174\190\231\189\174-\229\135\134\233\149\156\232\174\190\231\189\174-\230\151\167"
  3372.     }
  3373.   },
  3374.   Setting_Mirror_Main_UIBP = {
  3375.     moduleName = "client.slua.umg.setting.SettingMirror.Setting_Mirror_Main_UIBP",
  3376.     path = "/Game/UMG/UI_BP/Setting/SettingMirror/Setting_Mirror_Main_UIBP.Setting_Mirror_Main_UIBP",
  3377.     isMainUI = false,
  3378.     uiStat = {
  3379.       name = "\232\174\190\231\189\174-\229\135\134\233\149\156\232\174\190\231\189\174"
  3380.     }
  3381.   },
  3382.   setting_obs = {
  3383.     moduleName = "client.slua.umg.NewSetting.Obs.setting_obs_main",
  3384.     path = "/Game/UMG/UI_BP/Setting/Setting_NewOBS_UIBP.Setting_NewOBS_UIBP",
  3385.     isMainUI = false,
  3386.     uiStat = {
  3387.       name = "\232\174\190\231\189\174-\232\167\130\230\136\152\231\137\185\230\149\136"
  3388.     }
  3389.   },
  3390.   setting_ob_custom = {
  3391.     moduleName = "client.slua.umg.NewSetting.OBCustom.setting_ob_custom_main",
  3392.     path = "/Game/UMG/UI_BP/Setting/Setting_NewOBCustom_UIBP.Setting_NewOBCustom_UIBP",
  3393.     isMainUI = false,
  3394.     uiStat = {
  3395.       name = "\232\174\190\231\189\174-\232\167\130\230\136\152\229\184\131\229\177\128"
  3396.     }
  3397.   },
  3398.   antiaddction_notice = {
  3399.     moduleName = "client.slua.umg.antiaddction.anti_addction_notice",
  3400.     path = "/Game/UMG/UI_BP/PopupNotice/Anti_addiction_UIBP.Anti_addiction_UIBP",
  3401.     containerName = UIContainers.Top,
  3402.     uiStat = {
  3403.       name = "\233\152\178\230\178\137\232\191\183-\233\128\154\231\159\165"
  3404.     }
  3405.   },
  3406.   antiaddction_kick = {
  3407.     moduleName = "client.slua.umg.antiaddction.anti_addction_kick",
  3408.     path = "/Game/UMG/UI_BP/PopupNotice/Anti_addiction2_UIBP.Anti_addiction2_UIBP",
  3409.     containerName = UIContainers.Top,
  3410.     uiStat = {
  3411.       name = "\233\152\178\230\178\137\232\191\183-\232\184\162\228\184\139\231\186\191"
  3412.     }
  3413.   },
  3414.   setting_other = {
  3415.     moduleName = "client.slua.umg.setting.setting_other",
  3416.     path = "/Game/UMG/UI_BP/Setting/Setting_Others_UIBP.Setting_Others_UIBP",
  3417.     isMainUI = false,
  3418.     uiStat = {
  3419.       name = "\232\174\190\231\189\174-\229\133\182\228\187\150"
  3420.     }
  3421.   },
  3422.   setting_set_region = {
  3423.     moduleName = "client.slua.umg.setting.setting_set_region",
  3424.     path = "/Game/UMG/UI_BP/Setting/State_MessageBox.State_MessageBox",
  3425.     uiStat = {
  3426.       name = "\232\174\190\231\189\174-\232\174\190\231\189\174\229\155\189\229\174\182/\229\156\176\229\140\186"
  3427.     }
  3428.   },
  3429.   setting_platform_popup = {
  3430.     moduleName = "client.slua.umg.setting.setting_platform_popup",
  3431.     path = "/Game/UMG/UI_BP/Setting/item/Setting_PlatformPopup_UIBP.Setting_PlatformPopup_UIBP",
  3432.     closeOnSwitch = false,
  3433.     uiStat = {
  3434.       name = "\232\174\190\231\189\174-\229\185\179\229\143\176\230\142\136\230\157\131\229\188\185\231\170\151"
  3435.     }
  3436.   },
  3437.   setting_unbind_popup = {
  3438.     moduleName = "client.slua.umg.setting.setting_unbind_popup",
  3439.     path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup.Setting_UnbindPopup",
  3440.     closeOnSwitch = false,
  3441.     uiStat = {
  3442.       name = "\232\174\190\231\189\174-\231\153\187\229\189\149\230\150\185\229\188\143\232\167\163\233\153\164\229\188\185\231\170\151"
  3443.     }
  3444.   },
  3445.   setting_layout_share = {
  3446.     moduleName = "client.slua.umg.setting.setting_layout_share",
  3447.     path = "/Game/UMG/UI_BP/NewSetting/UIElem_NewShareSchemeTips_UIBP.UIElem_NewShareSchemeTips_UIBP",
  3448.     uiStat = {
  3449.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\232\174\190\231\189\174-\229\136\134\228\186\171\229\184\131\229\177\128"
  3450.     }
  3451.   },
  3452.   setting_layout_selection = {
  3453.     moduleName = "client.slua.umg.setting.setting_layout_selection",
  3454.     path = "/Game/UMG/UI_BP/Setting/item/Setting_NewSelection_UIBP.Setting_NewSelection_UIBP",
  3455.     uiStat = {
  3456.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\232\174\190\231\189\174-\228\186\145\231\171\175\229\184\131\229\177\128\231\174\161\231\144\134"
  3457.     }
  3458.   },
  3459.   setting_layout_selection_new = {
  3460.     moduleName = "client.slua.umg.setting.setting_layout_selection_new",
  3461.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Selection_New_UIBP.Setting_Selection_New_UIBP",
  3462.     uiStat = {
  3463.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\232\174\190\231\189\174-\229\184\131\229\177\128\231\174\161\231\144\134"
  3464.     }
  3465.   },
  3466.   setting_usingtips_new = {
  3467.     moduleName = "client.slua.umg.setting.Setting_UsingTips_New",
  3468.     path = "/Game/UMG/UI_BP/Setting/UIElemShare/UIElem_UsingTips_New_UIBP.UIElem_UsingTips_New_UIBP",
  3469.     uiStat = {
  3470.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\232\174\190\231\189\174-\229\184\131\229\177\128\229\186\148\231\148\168\229\188\185\231\170\151"
  3471.     }
  3472.   },
  3473.   Setting_ChangeServer = {
  3474.     moduleName = "client.slua.umg.setting.Setting_ChangeServer",
  3475.     path = "/Game/UMG/UI_BP/Setting/Setting_ChangeServer.Setting_ChangeServer",
  3476.     uiStat = {
  3477.       name = "\232\174\190\231\189\174-\232\174\190\231\189\174\230\136\152\230\150\151\230\156\141\229\188\185\231\170\151"
  3478.     }
  3479.   },
  3480.   Setting_ChangeServerHint = {
  3481.     moduleName = "client.slua.umg.setting.Setting_ChangeServerHint",
  3482.     path = "/Game/UMG/UI_BP/Common/Popup/Common_Popup_ChangeServer_UIBP.Common_Popup_ChangeServer_UIBP",
  3483.     uiStat = {
  3484.       name = "\232\174\190\231\189\174-\232\174\190\231\189\174\230\136\152\230\150\151\230\156\141\229\188\185\231\170\151-\229\136\135\230\141\162\230\156\141\229\138\161\229\153\168\231\161\174\232\174\164\231\149\140\233\157\162"
  3485.     }
  3486.   },
  3487.   setting_phone_mail = {
  3488.     moduleName = "client.slua.umg.setting.setting_phone_mail",
  3489.     path = "/Game/UMG/UI_BP/Setting/Setting_login_phone_UIBP.Setting_login_phone_UIBP",
  3490.     uiStat = {
  3491.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\231\153\187\229\189\149"
  3492.     }
  3493.   },
  3494.   setting_update_phone_mail = {
  3495.     moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_UIBP",
  3496.     path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_UIBP.Setting_Update_Phone_Mail_UIBP",
  3497.     uiStat = {
  3498.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\228\191\174\230\148\185"
  3499.     }
  3500.   },
  3501.   Setting_Update_Phone_Mail_Verify_UIBP = {
  3502.     moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Verify_UIBP",
  3503.     path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Verify_UIBP.Setting_Update_Phone_Mail_Verify_UIBP",
  3504.     uiStat = {
  3505.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\233\170\140\232\175\129"
  3506.     }
  3507.   },
  3508.   setting_update_phone_mail_cond = {
  3509.     moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Cond_UIBP",
  3510.     path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Cond_UIBP.Setting_Update_Phone_Mail_Cond_UIBP",
  3511.     uiStat = {
  3512.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\228\191\174\230\148\185\230\157\161\228\187\182"
  3513.     }
  3514.   },
  3515.   setting_update_phone_mail_fast_cond = {
  3516.     moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Fast_Cond_UIBP",
  3517.     path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Fast_Cond_UIBP.Setting_Update_Phone_Mail_Fast_Cond_UIBP",
  3518.     uiStat = {
  3519.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\228\191\174\230\148\185\229\191\171\233\128\159\230\157\161\228\187\182"
  3520.     }
  3521.   },
  3522.   setting_update_phone_mail_succ = {
  3523.     moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Succ_UIBP",
  3524.     path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Succ_UIBP.Setting_Update_Phone_Mail_Succ_UIBP",
  3525.     uiStat = {
  3526.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\228\191\174\230\148\185\230\136\144\229\138\159"
  3527.     }
  3528.   },
  3529.   setting_phone_mail_select = {
  3530.     moduleName = "client.slua.umg.setting.setting_phone_mail_select",
  3531.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Basic_Phone_Email_UIBP.Setting_Basic_Phone_Email_UIBP",
  3532.     uiStat = {
  3533.       name = "\232\174\190\231\189\174-\230\137\139\230\156\186\233\130\174\231\174\177\231\153\187\229\189\149\233\128\137\230\139\169"
  3534.     }
  3535.   },
  3536.   setting_associate_mail = {
  3537.     moduleName = "client.slua.umg.NewSetting.Account.Popup.Setting_associate_Popup_UIBP",
  3538.     path = "/Game/UMG/UI_BP/Setting/Setting_associate_Popup_UIBP.Setting_associate_Popup_UIBP",
  3539.     uiStat = {
  3540.       name = "\232\174\190\231\189\174-\229\133\179\232\129\148\233\130\174\231\174\177\229\185\182\229\188\128\229\144\175\233\170\140\232\175\129"
  3541.     }
  3542.   },
  3543.   Setting_CarrierCooperation_UIBP = {
  3544.     moduleName = "client.slua.umg.setting.Setting_CarrierCooperation_UIBP",
  3545.     path = "/Game/UMG/UI_BP/Setting/Setting_CarrierCooperation_UIBP.Setting_CarrierCooperation_UIBP",
  3546.     isSingleton = false,
  3547.     uiStat = {
  3548.       name = "\229\133\141\230\181\129\233\135\143\231\149\133\231\142\169\231\149\140\233\157\162"
  3549.     }
  3550.   },
  3551.   setting_effect = {
  3552.     moduleName = "client.slua.umg.setting.setting_effect",
  3553.     path = "/Game/UMG/UI_BP/Setting/Setting_Effect_UIBP.Setting_Effect_UIBP",
  3554.     isMainUI = false,
  3555.     uiStat = {
  3556.       name = "\232\174\190\231\189\174-\231\137\185\230\149\136\232\174\190\231\189\174"
  3557.     }
  3558.   },
  3559.   TopTipsPanel_UIBP = {
  3560.     moduleName = "client.slua.umg.Wardrobe.TopTipsPanel_UIBP",
  3561.     path = "/Game/UMG/UI_BP/Wardrobe/TopTipsPanel_UIBP.TopTipsPanel_UIBP",
  3562.     isMainUI = false,
  3563.     uiStat = {
  3564.       name = "\228\187\147\229\186\147-top\230\143\144\231\164\186\231\149\140\233\157\162"
  3565.     }
  3566.   },
  3567.   Wardrobe_Tag_NewGuide_Tips_05_UIBP = {
  3568.     moduleName = "client.slua.umg.Wardrobe.WardrobeItem.Wardrobe_Tag_NewGuide_Tips_05_UIBP",
  3569.     path = "/Game/UMG/UI_BP/Wardrobe/WardrobeItem/Wardrobe_Tag_NewGuide_Tips_05_UIBP.Wardrobe_Tag_NewGuide_Tips_05_UIBP",
  3570.     uiStat = {
  3571.       name = "\230\141\162\232\137\178\229\188\149\229\175\188\231\149\140\233\157\162"
  3572.     }
  3573.   },
  3574.   setting_cloud_manage_popups = {
  3575.     moduleName = "client.slua.umg.setting.Setting_Cloud_Manage_Popups_UIBP",
  3576.     path = "/Game/UMG/UI_BP/Setting/Setting_Cloud190_Popups_UIBP.Setting_Cloud190_Popups_UIBP",
  3577.     uiStat = {
  3578.       name = "\232\174\190\231\189\174-\228\186\145\231\171\175\231\129\181\230\149\143\229\186\166\231\174\161\231\144\134"
  3579.     }
  3580.   },
  3581.   setting_cloud_sharecode_popups = {
  3582.     moduleName = "client.slua.umg.setting.Setting_Cloud_ShareCode_Popups_UIBP",
  3583.     path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_ShareCode_Popups_UIBP.Setting_Cloud_ShareCode_Popups_UIBP",
  3584.     uiStat = {
  3585.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\229\136\134\228\186\171\231\160\129"
  3586.     }
  3587.   },
  3588.   setting_cloud_search_popups = {
  3589.     moduleName = "client.slua.umg.setting.Setting_Cloud_Search_Popups_UIBP",
  3590.     path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Search_Popups_UIBP.Setting_Cloud_Search_Popups_UIBP",
  3591.     uiStat = {
  3592.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\230\144\156\231\180\162"
  3593.     }
  3594.   },
  3595.   setting_cloud_sensibility_preview = {
  3596.     moduleName = "client.slua.umg.setting.Setting_Cloud_Sensibility_UIBP",
  3597.     path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Sensibility_UIBP.Setting_Cloud_Sensibility_UIBP",
  3598.     uiStat = {
  3599.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\232\174\190\231\189\174"
  3600.     }
  3601.   },
  3602.   setting_cloud_custom_preview = {
  3603.     moduleName = "client.slua.umg.setting.Setting_Sensibility_Program_UIBP",
  3604.     path = "/Game/UMG/UI_BP/Setting/Setting_Sensibility_Program_UIBP.Setting_Sensibility_Program_UIBP",
  3605.     uiStat = {
  3606.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\233\162\132\232\167\136"
  3607.     }
  3608.   },
  3609.   setting_cloud_sensibility_preview_item = {
  3610.     moduleName = "client.slua.umg.setting.Setting_Cloud_Sensibility_Item_UIBP",
  3611.     path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Sensibility_Item_UIBP.Setting_Cloud_Sensibility_Item_UIBP",
  3612.     uiStat = {
  3613.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\233\162\132\232\167\136\229\173\144\233\161\185"
  3614.     },
  3615.     isMainUI = false
  3616.   },
  3617.   setting_cloud_sensibility_upload_tips_popups = {
  3618.     moduleName = "client.slua.umg.setting.SettingSaveToCloud_TipsUIBP",
  3619.     path = "/Game/UMG/UI_BP/Setting/item/SettingSaveToCloud_TipsUIBP.SettingSaveToCloud_TipsUIBP",
  3620.     uiStat = {
  3621.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\228\184\138\228\188\160\231\161\174\232\174\164"
  3622.     }
  3623.   },
  3624.   ui_select_language = {
  3625.     moduleName = "client.slua.umg.setting.ui_select_language",
  3626.     path = "/Game/UMG/UI_BP/Setting/Setting_Language_Popup_UIBP.Setting_Language_Popup_UIBP",
  3627.     asy = true,
  3628.     uiStat = {
  3629.       name = "\232\174\190\231\189\174-\229\164\154\232\175\173\232\168\128\233\128\137\233\161\185"
  3630.     }
  3631.   },
  3632.   setting_language = {
  3633.     moduleName = "client.slua.umg.setting.setting_language",
  3634.     path = "/Game/UMG/UI_BP/Setting/Setting_language_UIBP.Setting_language_UIBP",
  3635.     isMainUI = false,
  3636.     uiStat = {
  3637.       name = "\232\174\190\231\189\174-\232\175\173\232\168\128\232\174\190\231\189\174"
  3638.     }
  3639.   },
  3640.   Setting_ToKickOut_Popup = {
  3641.     moduleName = "client.slua.umg.setting.Popup.Setting_ToKickOut_Popup",
  3642.     path = "/Game/UMG/UI_BP/Setting/Popup/Setting_ToKickOut_Popup.Setting_ToKickOut_Popup",
  3643.     uiStat = {
  3644.       name = "\231\153\187\229\189\149-\229\135\134\229\164\135\233\161\182\229\143\183\229\188\185\231\170\151"
  3645.     }
  3646.   },
  3647.   vng_personalInfo = {
  3648.     moduleName = "client.slua.umg.lobby.vng_personalInfo",
  3649.     path = "/Game/UMG/UI_BP/Lobby/LobbyUI_Personal_information_UIBP.LobbyUI_Personal_information_UIBP",
  3650.     closeOnSwitch = false,
  3651.     uiStat = {
  3652.       name = "\232\182\138\229\141\151\228\184\170\228\186\186\228\191\161\230\129\175"
  3653.     }
  3654.   },
  3655.   setting_operate_multi_tab = {
  3656.     moduleName = "client.slua.umg.NewSetting.OperateMultiTab.Setting_OperateMultiTab_Main",
  3657.     path = "/Game/UMG/UI_BP/Setting/Setting_Operate_UIBP_MultiTab.Setting_Operate_UIBP_MultiTab",
  3658.     isMainUI = false,
  3659.     uiStat = {
  3660.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\230\168\161\229\188\143\233\128\137\230\139\169\233\157\162\230\157\191"
  3661.     }
  3662.   },
  3663.   SettingPerspectivePanel = {
  3664.     moduleName = "client.slua.umg.NewSetting.OperateMultiTab.SettingPerspectivePanel",
  3665.     path = "/Game/UMG/UI_BP/Setting/item/SettingVisual_control_UIBP.SettingVisual_control_UIBP",
  3666.     asy = true,
  3667.     uiStat = {
  3668.       name = "\232\174\190\231\189\174-\232\135\170\229\174\154\228\185\137\233\151\174\229\143\183\229\188\185\231\170\151\231\149\140\233\157\162"
  3669.     }
  3670.   },
  3671.   setting_operate_special_vehicle_tab_item = {
  3672.     moduleName = "client.slua.umg.NewSetting.OperateMultiTab.Setting_OperateMultiTab_SpecialVehicleTabItem",
  3673.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Operate_UIBP_MultiTab_SpecialVehicleTabItem.Setting_Operate_UIBP_MultiTab_SpecialVehicleTabItem",
  3674.     isMainUI = false,
  3675.     asy = true,
  3676.     isSingleton = false,
  3677.     uiStat = {
  3678.       name = "\232\174\190\231\189\174-\230\147\141\228\189\156\230\168\161\229\188\143\233\128\137\230\139\169\233\157\162\230\157\191-\231\137\185\230\174\138\232\189\189\229\133\183tab item"
  3679.     }
  3680.   },
  3681.   setting_uielem_layout = {
  3682.     moduleName = "client.slua.umg.NewSetting.UIElemLayout.Setting_UIElemLayout_Main",
  3683.     path = "/Game/UMG/UI_BP/Setting/UILayout/UIElemLayout_BP.UIElemLayout_BP",
  3684.     uiStat = {
  3685.       name = "\232\174\190\231\189\174-\232\135\170\229\174\154\228\185\137\233\157\162\230\157\191"
  3686.     }
  3687.   },
  3688.   CustomPanelInvisibleDialog = {
  3689.     moduleName = "client.slua.umg.NewSetting.UIElemLayout.CustomPanelInvisibleDialog",
  3690.     path = "/Game/UMG/UI_BP/Setting/UILayout/CustomPanelInvisibleDialog.CustomPanelInvisibleDialog",
  3691.     asy = true,
  3692.     uiStat = {
  3693.       name = "\232\174\190\231\189\174-\232\135\170\229\174\154\228\185\137UI\228\184\141\229\143\175\232\167\129\231\154\132\229\175\185\232\175\157\230\161\134"
  3694.     }
  3695.   },
  3696.   setting_uielem_layout_hpbar = {
  3697.     moduleName = "client.slua.umg.NewSetting.UIElemLayout.Item.Setting_UIElemLayout_HPBar",
  3698.     path = "/Game/UMG/UI_BP/Setting/UILayout/UIElemLayout_HPBar_BP.UIElemLayout_HPBar_BP",
  3699.     asy = true,
  3700.     uiStat = {
  3701.       name = "\232\174\190\231\189\174-\232\135\170\229\174\154\228\185\137\233\157\162\230\157\191-\229\186\149\233\131\168\232\161\128\230\157\161"
  3702.     }
  3703.   },
  3704.   setting_sensitivity = {
  3705.     moduleName = "client.slua.umg.NewSetting.Sensitivity.Setting_Sensitivity_Main",
  3706.     path = "/Game/UMG/UI_BP/Setting/Setting_sensibility_UIBP.Setting_sensibility_UIBP",
  3707.     uiStat = {
  3708.       name = "\232\174\190\231\189\174-\229\133\168\229\177\128\231\129\181\230\149\143\229\186\166-\230\151\167"
  3709.     },
  3710.     isMainUI = false
  3711.   },
  3712.   setting_gun_sensitivity = {
  3713.     moduleName = "client.slua.umg.setting.Setting_GunSensitivity_UIBP",
  3714.     path = "/Game/UMG/UI_BP/Setting/Setting_GunSensitivity_UIBP.Setting_GunSensitivity_UIBP",
  3715.     uiStat = {
  3716.       name = "\232\174\190\231\189\174-\230\158\170\230\162\176\231\129\181\230\149\143\229\186\166-\230\151\167"
  3717.     },
  3718.     isMainUI = false
  3719.   },
  3720.   Setting_SensibilityNew_UIBP = {
  3721.     moduleName = "client.slua.umg.setting.Sensitivity.Setting_SensibilityNew_UIBP",
  3722.     path = "/Game/UMG/UI_BP/Setting/Setting_SensibilityNew_UIBP.Setting_SensibilityNew_UIBP",
  3723.     uiStat = {
  3724.       name = "\232\174\190\231\189\174-\230\158\170\230\162\176\231\129\181\230\149\143\229\186\166(\231\129\181\230\149\143\229\186\166\228\184\187\231\149\140\233\157\162)"
  3725.     },
  3726.     isMainUI = false
  3727.   },
  3728.   Setting_SensibilityChild_UIBP = {
  3729.     moduleName = "client.slua.umg.setting.Sensitivity.Setting_SensibilityChild_UIBP",
  3730.     path = "/Game/UMG/UI_BP/Setting/Setting_SensibilityChild_UIBP.Setting_SensibilityChild_UIBP",
  3731.     uiStat = {
  3732.       name = "\232\174\190\231\189\174-\229\133\168\229\177\128\231\129\181\230\149\143\229\186\166(\231\129\181\230\149\143\229\186\166\230\140\130\232\189\189)"
  3733.     },
  3734.     isMainUI = false
  3735.   },
  3736.   SensibilityBtn_Num_UIBP = {
  3737.     moduleName = "client.slua.umg.setting.Sensitivity.SensibilityBtn_Num_UIBP",
  3738.     path = "/Game/UMG/UI_BP/Setting/item/Sensibility/SensibilityBtn_Num_UIBP.SensibilityBtn_Num_UIBP",
  3739.     uiStat = {
  3740.       name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166-\230\149\176\229\173\151\229\138\160\229\135\143"
  3741.     },
  3742.     isSingleton = false
  3743.   },
  3744.   setting_gun_sensitivity_popup = {
  3745.     moduleName = "client.slua.umg.setting.Setting_GunSensitivity_Popup_UIBP",
  3746.     path = "/Game/UMG/UI_BP/Setting/Setting_GunSensitivity_Popup_UIBP.Setting_GunSensitivity_Popup_UIBP",
  3747.     uiStat = {
  3748.       name = "\232\174\190\231\189\174-\230\158\170\230\162\176\231\129\181\230\149\143\229\186\166\229\188\185\231\170\151"
  3749.     }
  3750.   },
  3751.   setting_pickup = {
  3752.     moduleName = "client.slua.umg.NewSetting.Pickup.Setting_Pickup_Main",
  3753.     path = "/Game/UMG/UI_BP/Setting/Setting_Pickup_UIBP.Setting_Pickup_UIBP",
  3754.     uiStat = {
  3755.       name = "\232\174\190\231\189\174-\230\139\190\229\143\150\232\174\190\231\189\174"
  3756.     },
  3757.     isMainUI = false
  3758.   },
  3759.   Setting_Pickup_SeasonProps_Item = {
  3760.     moduleName = "client.slua.umg.NewSetting.Pickup.Setting_Pickup_SeasonProps_Item",
  3761.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Pickup_SeasonProps_Item.Setting_Pickup_SeasonProps_Item",
  3762.     uiStat = {
  3763.       name = "\232\174\190\231\189\174-\230\139\190\229\143\150\232\174\190\231\189\174-\232\181\155\229\173\163\231\137\169\229\147\129"
  3764.     },
  3765.     isMainUI = false,
  3766.     isSingleton = false,
  3767.     asy = true
  3768.   },
  3769.   setting_haptics = {
  3770.     moduleName = "client.slua.umg.NewSetting.Haptics.Setting_Haptics_Main",
  3771.     path = "/Game/UMG/UI_BP/NewSetting/Setting_Haptics_UIBP.Setting_Haptics_UIBP",
  3772.     isMainUI = false,
  3773.     asy = true,
  3774.     uiStat = {
  3775.       name = "\232\174\190\231\189\174-\233\156\135\229\138\168\232\174\190\231\189\174"
  3776.     }
  3777.   },
  3778.   setting_gun_accessories = {
  3779.     moduleName = "client.slua.umg.setting.Setting_GunAccessories_UIBP",
  3780.     path = "/Game/UMG/UI_BP/Setting/Setting_GunAccessories_UIBP.Setting_GunAccessories_UIBP",
  3781.     asy = true,
  3782.     isMainUI = false,
  3783.     uiStat = {
  3784.       name = "\232\174\190\231\189\174-\233\171\152\231\186\167\230\139\190\229\143\150\232\174\190\231\189\174"
  3785.     }
  3786.   },
  3787.   setting_gun_accessories_popup = {
  3788.     moduleName = "client.slua.umg.setting.Setting_GunAccessories_Popup_UIBP",
  3789.     path = "/Game/UMG/UI_BP/Setting/Setting_GunAccessories_Popup_UIBP.Setting_GunAccessories_Popup_UIBP",
  3790.     uiStat = {
  3791.       name = "\232\174\190\231\189\174-\230\139\190\229\143\150\232\174\190\231\189\174-\233\128\137\230\139\169\230\173\166\229\153\168\229\188\185\231\170\151"
  3792.     }
  3793.   },
  3794.   setting_gun_accessories_popup2 = {
  3795.     moduleName = "client.slua.umg.setting.item.Seeting_GunParts_item_Tips",
  3796.     path = "/Game/UMG/UI_BP/Setting/item/Seeting_GunParts_item_Tips.Seeting_GunParts_item_Tips",
  3797.     uiStat = {
  3798.       name = "\232\174\190\231\189\174-\230\139\190\229\143\150\232\174\190\231\189\174-\233\128\137\230\139\169\229\133\183\228\189\147\233\133\141\228\187\182\229\188\185\231\170\151"
  3799.     },
  3800.     isMainUI = false
  3801.   },
  3802.   setting_tv = {
  3803.     moduleName = "client.slua.umg.setting.setting_tv",
  3804.     path = "/Game/UMG/UI_BP/Setting/Setting_mirratv_UIBP.Setting_mirratv_UIBP",
  3805.     isMainUI = false,
  3806.     uiStat = {
  3807.       name = "\232\174\190\231\189\174-\230\151\165\233\159\169\231\137\136\231\155\180\230\146\173\233\161\181\231\173\190"
  3808.     }
  3809.   },
  3810.   setting_account = {
  3811.     moduleName = "client.slua.umg.NewSetting.Account.setting_account",
  3812.     path = "/Game/UMG/UI_BP/Setting/item/Setting_AccountSettings_PopupNew_UIBP.Setting_AccountSettings_PopupNew_UIBP",
  3813.     isMainUI = false,
  3814.     uiStat = {
  3815.       name = "\232\174\190\231\189\174-\232\180\166\229\143\183\228\184\142\229\174\137\229\133\168"
  3816.     }
  3817.   },
  3818.   setting_accountsecurity_popup = {
  3819.     moduleName = "client.slua.umg.NewSetting.Account.Popup.setting_accountsecurity_popup",
  3820.     path = "/Game/UMG/UI_BP/Setting/Setting_AccountSecurity_Popup_UIBP.Setting_AccountSecurity_Popup_UIBP",
  3821.     uiStat = {
  3822.       name = "\232\174\190\231\189\174-\232\180\166\229\143\183\229\174\137\229\133\168\229\188\185\231\170\151"
  3823.     }
  3824.   },
  3825.   Inform_Popup_Abnormal_UIBP = {
  3826.     moduleName = "client.slua.umg.NewSetting.Account.Popup.Inform_Popup_Abnormal_UIBP",
  3827.     path = "/Game/UMG/UI_BP/PopupNotice/Inform_Popup_Abnormal_UIBP.Inform_Popup_Abnormal_UIBP",
  3828.     uiStat = {
  3829.       name = "\232\174\190\231\189\174-\232\180\166\229\143\183-\229\188\130\229\184\184\231\153\187\229\189\149\229\188\185\231\170\151"
  3830.     }
  3831.   },
  3832.   BindErrorPopup = {
  3833.     moduleName = "client.slua.umg.NewSetting.Account.Popup.BindErrorPopup",
  3834.     path = "/Game/UMG/UI_BP/PopupNotice/Inform_Popup_Hint_UIBP.Inform_Popup_Hint_UIBP",
  3835.     uiStat = {
  3836.       name = "\232\174\190\231\189\174-\232\180\166\229\143\183-\231\187\145\229\174\154\229\164\177\232\180\165\229\188\185\231\170\151"
  3837.     }
  3838.   },
  3839.   AccountBindingChangedPopup = {
  3840.     moduleName = "client.slua.umg.NewSetting.Account.Popup.AccountBindingChangedPopup",
  3841.     path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Bind_UIBP.Setting_Bind_UIBP",
  3842.     uiStat = {
  3843.       name = "\229\184\144\229\143\183\229\174\137\229\133\168-\231\187\145\229\174\154\230\141\162\231\187\145\230\151\182\231\154\132\228\191\161\230\129\175\229\145\138\231\159\165"
  3844.     }
  3845.   },
  3846.   choose_flag_code = {
  3847.     moduleName = "client.slua.umg.NewSetting.Account.Popup.ChooseFlagAreaCode_UIBP",
  3848.     path = "/Game/UMG/UI_BP/Setting/SettingAccount/ChooseFlagAreaCode_UIBP.ChooseFlagAreaCode_UIBP",
  3849.     uiStat = {
  3850.       name = "\232\174\190\231\189\174-\233\128\137\230\139\169\229\155\189\230\151\151\229\140\186\229\143\183"
  3851.     }
  3852.   },
  3853.   setting_account_spare_code = {
  3854.     moduleName = "client.slua.umg.NewSetting.Account.login_verify_spare_code_panel",
  3855.     path = "/Game/UMG/UI_BP/Login/Login_Verify_safely_Confirm_UIBP.Login_Verify_safely_Confirm_UIBP",
  3856.     uiStat = {
  3857.       name = "\232\174\190\231\189\174-\232\180\166\229\143\183-\229\164\135\231\148\168\233\170\140\232\175\129\231\160\129"
  3858.     }
  3859.   },
  3860.   setting_change_timedisplay = {
  3861.     moduleName = "client.slua.umg.setting.Setting_Change_Timedisplay",
  3862.     path = "/Game/UMG/UI_BP/Setting/Setting_Change_Timedisplay.Setting_Change_Timedisplay",
  3863.     uiStat = {
  3864.       name = "\232\174\190\231\189\174-\230\151\182\233\151\180\230\152\190\231\164\186\230\150\185\229\188\143\229\188\185\231\170\151"
  3865.     }
  3866.   },
  3867.   setting_notifycations = {
  3868.     moduleName = "client.slua.umg.NewSetting.Notify.Setting_Notification_UIBP",
  3869.     path = "/Game/UMG/UI_BP/Setting/Setting_Notification_UIBP.Setting_Notification_UIBP",
  3870.     isMainUI = false,
  3871.     uiStat = {
  3872.       name = "\232\174\190\231\189\174-\230\182\136\230\129\175\233\128\154\231\159\165"
  3873.     }
  3874.   },
  3875.   Setting_Notification_Popup_UIBP = {
  3876.     moduleName = "client.slua.umg.NewSetting.Notify.Setting_Notification_Popup_UIBP",
  3877.     path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Notification_Popup_UIBP.Setting_Notification_Popup_UIBP",
  3878.     uiStat = {
  3879.       name = "\232\174\190\231\189\174-\230\182\136\230\129\175\233\128\154\231\159\165\229\138\159\232\131\189\228\187\139\231\187\141\229\188\185\231\170\151"
  3880.     }
  3881.   },
  3882.   guest_find_password_post = {
  3883.     moduleName = "client.slua.umg.guest_bind.Guest_FindPassward_BP",
  3884.     path = "/Game/UMG/UI_BP/GuestBind/Guest_FindPassward_BP.Guest_FindPassward_BP",
  3885.     uiStat = {
  3886.       name = "\230\184\184\229\174\162\232\180\166\229\143\183\230\137\190\229\155\158\232\175\183\230\177\130"
  3887.     }
  3888.   },
  3889.   guest_find_password_result = {
  3890.     moduleName = "client.slua.umg.guest_bind.Guest_RetrieveAccount_BP",
  3891.     path = "/Game/UMG/UI_BP/GuestBind/Guest_RetrieveAccount_BP.Guest_RetrieveAccount_BP",
  3892.     uiStat = {
  3893.       name = "\230\184\184\229\174\162\232\180\166\229\143\183\230\137\190\229\155\158\231\187\147\230\158\156\229\177\149\231\164\186"
  3894.     }
  3895.   },
  3896.   guest_find_password_popup = {
  3897.     moduleName = "client.slua.umg.guest_bind.Guest_ConnectAccount_BP",
  3898.     path = "/Game/UMG/UI_BP/GuestBind/Guest_ConnectAccount_BP.Guest_ConnectAccount_BP",
  3899.     containerName = UIContainers.Top,
  3900.     uiStat = {
  3901.       name = "\230\184\184\229\174\162\232\180\166\229\143\183\230\137\190\229\155\158\230\136\144\229\138\159\229\188\185\231\170\151"
  3902.     }
  3903.   },
  3904.   guest_bind_main = {
  3905.     moduleName = "client.slua.umg.guest_bind.guest_bind_main",
  3906.     path = "/Game/UMG/UI_BP/GuestBind/Guest_Bind_BP.Guest_Bind_BP",
  3907.     isSingleton = false,
  3908.     isMainUI = false
  3909.   },
  3910.   guest_bind_password_set = {
  3911.     moduleName = "client.slua.umg.guest_bind.guest_bind_password_set",
  3912.     path = "/Game/UMG/UI_BP/GuestBind/Guest_PasswordSetting_BP.Guest_PasswordSetting_BP",
  3913.     isSingleton = false,
  3914.     isMainUI = false
  3915.   },
  3916.   guest_bind_password_set_success = {
  3917.     moduleName = "client.slua.umg.guest_bind.guest_bind_password_set_success",
  3918.     path = "/Game/UMG/UI_BP/GuestBind/Guest_GuestAccountSetting_BP.Guest_GuestAccountSetting_BP",
  3919.     isSingleton = false,
  3920.     isMainUI = false
  3921.   },
  3922.   Setting_Common_Popup_Large_UIBP = {
  3923.     moduleName = "client.slua.umg.setting.Popup.Setting_Common_Popup_Large_UIBP",
  3924.     path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Common_Popup_Large_UIBP.Setting_Common_Popup_Large_UIBP",
  3925.     uiStat = {
  3926.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\228\184\187\231\149\140\233\157\162"
  3927.     }
  3928.   },
  3929.   Setting_BindChoice_Panel_New = {
  3930.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_BindChoice_Panel_New",
  3931.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_BindChoice_Panel.Setting_BindChoice_Panel",
  3932.     isMainUI = false,
  3933.     uiStat = {
  3934.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\231\164\190\229\170\146\231\187\145\229\174\154\231\149\140\233\157\162"
  3935.     }
  3936.   },
  3937.   Setting_Verify_Item_UIBP = {
  3938.     moduleName = "client.slua.umg.setting.item.Setting_Verify_Item_UIBP",
  3939.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Verify_Item_UIBP.Setting_Verify_Item_UIBP",
  3940.     isMainUI = false,
  3941.     uiStat = {
  3942.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\229\174\137\229\133\168\233\170\140\232\175\129"
  3943.     }
  3944.   },
  3945.   Setting_Result_Item_UIBP = {
  3946.     moduleName = "client.slua.umg.setting.item.Setting_Result_Item_UIBP",
  3947.     path = "/Game/UMG/UI_BP/Setting/item/Setting_Verify_Item_UIBP.Setting_Verify_Item_UIBP",
  3948.     isMainUI = false,
  3949.     uiStat = {
  3950.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\231\187\147\230\158\156"
  3951.     }
  3952.   },
  3953.   Setting_Verified_Passed_Popup_UIBP = {
  3954.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_Verified_Passed_Popup_UIBP",
  3955.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Verified_Passed_Popup_UIBP.Setting_Verified_Passed_Popup_UIBP",
  3956.     isMainUI = false,
  3957.     uiStat = {
  3958.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\232\135\170\229\187\186\233\170\140\232\175\129\231\160\129"
  3959.     }
  3960.   },
  3961.   Setting_Bind_Email_Popup_UIBP = {
  3962.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_Bind_Email_Popup_UIBP",
  3963.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Bind_Email_Popup_UIBP.Setting_Bind_Email_Popup_UIBP",
  3964.     isMainUI = false,
  3965.     uiStat = {
  3966.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\233\130\174\231\174\177\232\167\132\229\136\153\232\175\180\230\152\142"
  3967.     }
  3968.   },
  3969.   Setting_login_phone_UIBP = {
  3970.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_login_phone_UIBP",
  3971.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_login_phone_UIBP.Setting_login_phone_UIBP",
  3972.     isMainUI = false,
  3973.     uiStat = {
  3974.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\233\130\174\231\174\177\231\153\187\229\189\149or\231\187\145\229\174\154"
  3975.     }
  3976.   },
  3977.   Setting_UnbindPopup_New = {
  3978.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnbindPopup_New",
  3979.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_UnbindPopup.Setting_UnbindPopup",
  3980.     isMainUI = false,
  3981.     uiStat = {
  3982.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\231\164\190\228\186\164\232\167\163\231\187\145"
  3983.     }
  3984.   },
  3985.   Setting_UnBindChoice_Panel = {
  3986.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnBindChoice_Panel",
  3987.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_BindChoice_Panel.Setting_BindChoice_Panel",
  3988.     isMainUI = false,
  3989.     uiStat = {
  3990.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\231\164\190\228\186\164\232\167\163\231\187\145\230\184\160\233\129\147\233\128\137\230\139\169"
  3991.     }
  3992.   },
  3993.   Setting_Change_Bind_Popup_UIBP = {
  3994.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_Change_Bind_Popup_UIBP",
  3995.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Change_Bind_Popup_UIBP.Setting_Change_Bind_Popup_UIBP",
  3996.     isMainUI = false,
  3997.     uiStat = {
  3998.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\230\141\162\231\187\145\232\135\170\229\187\186"
  3999.     }
  4000.   },
  4001.   Setting_UnbindFastCond_UIBP = {
  4002.     moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnbindFastCond_UIBP",
  4003.     path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_UnbindFastCond_UIBP.Setting_UnbindFastCond_UIBP",
  4004.     isMainUI = false,
  4005.     uiStat = {
  4006.       name = "\232\180\166\229\143\183\230\149\143\230\132\159\230\147\141\228\189\156-\232\167\163\231\187\145\230\157\161\228\187\182"
  4007.     }
  4008.   },
  4009.   CharacterSelect = {
  4010.     moduleName = "client.slua.umg.NewCharacter.CharacterSelect",
  4011.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Select_UIBP.CharacterUI_Select_UIBP",
  4012.     asy = true,
  4013.     uiStat = {
  4014.       name = "\232\167\146\232\137\178-\233\128\137\230\139\169\231\149\140\233\157\162"
  4015.     }
  4016.   },
  4017.   CharacterMain = {
  4018.     moduleName = "client.slua.umg.NewCharacter.CharacterMain",
  4019.     jumpModuleID = BP_ENUM_MODULE_CHARACTER,
  4020.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_UIBP01.CharacterUI_Main_UIBP01",
  4021.     asy = true,
  4022.     sceneID = 3,
  4023.     uiStat = {
  4024.       name = "\232\167\146\232\137\178-\228\184\187\231\149\140\233\157\162"
  4025.     }
  4026.   },
  4027.   CharacterHomePage = {
  4028.     moduleName = "client.slua.umg.NewCharacter.CharacterHomePage",
  4029.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_HomePage.CharacterUI_HomePage",
  4030.     isMainUI = false,
  4031.     asy = true,
  4032.     uiStat = {
  4033.       name = "\232\167\146\232\137\178-\233\166\150\233\161\181"
  4034.     }
  4035.   },
  4036.   CharacterSkin = {
  4037.     moduleName = "client.slua.umg.NewCharacter.CharacterSkin",
  4038.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_clothes_UIBP.CharacterUI_clothes_UIBP",
  4039.     isMainUI = false,
  4040.     asy = true,
  4041.     isSingleton = false,
  4042.     uiStat = {
  4043.       name = "\232\167\146\232\137\178-\232\161\163\230\156\141\233\161\181"
  4044.     }
  4045.   },
  4046.   CharacterAction = {
  4047.     moduleName = "client.slua.umg.NewCharacter.CharacterAction",
  4048.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_clothes_UIBP.CharacterUI_clothes_UIBP",
  4049.     isMainUI = false,
  4050.     asy = true,
  4051.     isSingleton = false,
  4052.     uiStat = {
  4053.       name = "\232\167\146\232\137\178-\229\138\168\228\189\156\233\161\181"
  4054.     }
  4055.   },
  4056.   CharacterVoice = {
  4057.     moduleName = "client.slua.umg.NewCharacter.CharacterVoice",
  4058.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_Voice_UIBP.CharacterUI_Main_Voice_UIBP",
  4059.     isMainUI = false,
  4060.     asy = true,
  4061.     uiStat = {
  4062.       name = "\232\167\146\232\137\178-\229\163\176\233\159\179\233\161\181"
  4063.     }
  4064.   },
  4065.   CharacterLevelPreview = {
  4066.     moduleName = "client.slua.umg.NewCharacter.CharacterLevelPreview",
  4067.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_Level_UIBP.CharacterUI_Main_Level_UIBP",
  4068.     asy = true,
  4069.     uiStat = {
  4070.       name = "\232\167\146\232\137\178-\231\173\137\231\186\167\233\162\132\232\167\136"
  4071.     }
  4072.   },
  4073.   CharacterLevelUp = {
  4074.     moduleName = "client.slua.umg.NewCharacter.CharacterLevelUp",
  4075.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Levelup_01_UIBP.CharacterUI_Levelup_01_UIBP",
  4076.     asy = true,
  4077.     uiStat = {
  4078.       name = "\232\167\146\232\137\178-\229\141\135\231\186\167\231\149\140\233\157\162"
  4079.     }
  4080.   },
  4081.   CharacterLevelBox = {
  4082.     moduleName = "client.slua.umg.NewCharacter.CharacterLevelBox",
  4083.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_baoxiang_Preview_UIBP.CharacterUI_baoxiang_Preview_UIBP",
  4084.     asy = true,
  4085.     uiStat = {
  4086.       name = "\232\167\146\232\137\178-\229\174\157\231\174\177\233\162\132\232\167\136"
  4087.     }
  4088.   },
  4089.   CharacterUseBox = {
  4090.     moduleName = "client.slua.umg.NewCharacter.CharacterUseBox",
  4091.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Use_Props_UIBP.CharacterUI_Use_Props_UIBP",
  4092.     asy = true,
  4093.     uiStat = {
  4094.       name = "\232\167\146\232\137\178-\228\189\191\231\148\168\229\174\157\231\174\177"
  4095.     }
  4096.   },
  4097.   CharacterShare = {
  4098.     moduleName = "client.slua.umg.NewCharacter.CharacterShare",
  4099.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Share01_UIBP.CharacterUI_Share01_UIBP",
  4100.     asy = true,
  4101.     uiStat = {
  4102.       name = "\232\167\146\232\137\178-\232\131\140\230\153\175\230\149\133\228\186\139\229\136\134\228\186\171\231\149\140\233\157\162"
  4103.     }
  4104.   },
  4105.   CharacterShareChoose = {
  4106.     moduleName = "client.slua.umg.NewCharacter.CharacterShareChoose",
  4107.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Share02_UIBP.CharacterUI_Share02_UIBP",
  4108.     asy = true,
  4109.     uiStat = {
  4110.       name = "\229\136\134\228\186\171-\232\167\146\232\137\178"
  4111.     }
  4112.   },
  4113.   CharacterBuy = {
  4114.     moduleName = "client.slua.umg.NewCharacter.CharacterBuy",
  4115.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Recharge_Popups_UIBP.CharacterUI_Recharge_Popups_UIBP",
  4116.     asy = true,
  4117.     uiStat = {
  4118.       name = "\232\167\146\232\137\178-\232\180\173\228\185\176\229\188\185\231\170\151"
  4119.     }
  4120.   },
  4121.   CharacterBuyTicket = {
  4122.     moduleName = "client.slua.umg.NewCharacter.CharacterBuyTicket",
  4123.     path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Coupon_Popups_UIBP.CharacterUI_Coupon_Popups_UIBP",
  4124.     asy = true,
  4125.     uiStat = {
  4126.       name = "\232\167\146\232\137\178-\229\133\145\230\141\162\229\136\184\231\188\150\232\190\145"
  4127.     }
  4128.   },
  4129.   vehicle_main = {
  4130.     moduleName = "client.slua.umg.vehicle.vehicle_main",
  4131.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Preview_Main_UIBP.Vehicle_Preview_Main_UIBP",
  4132.     uiStat = {
  4133.       name = "\232\189\189\229\133\183-\228\184\187\231\149\140\233\157\162"
  4134.     }
  4135.   },
  4136.   Vehicle_Preview_Main_NewBie_UIBP = {
  4137.     moduleName = "client.slua.umg.vehicle.Vehicle_Preview_Main_NewBie_UIBP",
  4138.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Preview_Main_NewBie_UIBP.Vehicle_Preview_Main_NewBie_UIBP",
  4139.     uiStat = {
  4140.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\229\188\149\229\175\188\231\149\140\233\157\162"
  4141.     }
  4142.   },
  4143.   vehicle_refit_main = {
  4144.     moduleName = "client.slua.umg.vehicle.vehicle_refit_main",
  4145.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Main_UIBP.Vehicle_Refit_Main_UIBP",
  4146.     uiStat = {
  4147.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\228\184\187\231\149\140\233\157\162"
  4148.     }
  4149.   },
  4150.   vehicle_refit_save = {
  4151.     moduleName = "client.slua.umg.vehicle.vehicle_refit_save",
  4152.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Save_UIBP.Vehicle_Refit_Save_UIBP",
  4153.     asy = true,
  4154.     uiStat = {
  4155.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\228\191\157\229\173\152\228\184\187\231\149\140\233\157\162 -- \229\186\159\229\188\131"
  4156.     }
  4157.   },
  4158.   Vehicle_UpGrade_Popup_UIBP = {
  4159.     moduleName = "client.slua.umg.vehicle.Vehicle_UpGrade_Popup_UIBP",
  4160.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_UpGrade_Popup_UIBP.Vehicle_UpGrade_Popup_UIBP",
  4161.     asy = true,
  4162.     uiStat = {
  4163.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\232\180\173\228\185\176\231\149\140\233\157\162"
  4164.     }
  4165.   },
  4166.   vehicle_refit_lack = {
  4167.     moduleName = "client.slua.umg.vehicle.vehicle_refit_lack",
  4168.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Lack_UIBP.Vehicle_Refit_Lack_UIBP",
  4169.     asy = true,
  4170.     uiStat = {
  4171.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\230\157\144\230\150\153\228\184\141\232\182\179"
  4172.     }
  4173.   },
  4174.   Vehicle_UpGrade_Main_UIBP = {
  4175.     moduleName = "client.slua.umg.vehicle.Vehicle_UpGrade_Main_UIBP",
  4176.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_UpGrade_Main_UIBP.Vehicle_UpGrade_Main_UIBP",
  4177.     uiStat = {
  4178.       name = "\232\189\166\232\190\134\230\148\185\232\163\133-\229\141\135\231\186\167\228\184\187\231\149\140\233\157\162"
  4179.     }
  4180.   },
  4181.   VehicleSystem_Main_UIBP = {
  4182.     moduleName = "client.slua.umg.vehicle.VehicleSystem_Main_UIBP",
  4183.     path = "/Game/UMG/UI_BP/Vehicle/VehicleSystem_Main_UIBP.VehicleSystem_Main_UIBP",
  4184.     jumpModuleID = BP_ENUM_MODULE_VEHICLE_NEW,
  4185.     uiStat = {
  4186.       name = "\232\189\189\229\133\183\229\183\165\229\157\138-\228\184\187\231\149\140\233\157\162"
  4187.     }
  4188.   },
  4189.   Vehicle_Collect_Main_UIBP = {
  4190.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Main_UIBP",
  4191.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Collect_Main_UIBP.Vehicle_Collect_Main_UIBP",
  4192.     isMainUI = false,
  4193.     uiStat = {
  4194.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\228\184\187\231\149\140\233\157\162"
  4195.     }
  4196.   },
  4197.   Vehicle_CollectUI_UIBP = {
  4198.     moduleName = "client.slua.umg.vehicle.Vehicle_CollectUI_UIBP",
  4199.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_CollectUI_UIBP.Vehicle_CollectUI_UIBP",
  4200.     isMainUI = false,
  4201.     uiStat = {
  4202.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\175\166\230\131\133"
  4203.     }
  4204.   },
  4205.   Vehicle_Collect_VoiceList_Item = {
  4206.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_VoiceList_Item",
  4207.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_VoiceList_Item.Vehicle_Collect_VoiceList_Item",
  4208.     isMainUI = false,
  4209.     uiStat = {
  4210.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\175\173\233\159\179"
  4211.     }
  4212.   },
  4213.   Vehicle_LicensePlate_Item = {
  4214.     moduleName = "client.slua.umg.vehicle.Vehicle_LicensePlate_Item",
  4215.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_LicensePlate_Item.Vehicle_LicensePlate_Item",
  4216.     isMainUI = false,
  4217.     uiStat = {
  4218.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\189\166\231\137\140"
  4219.     }
  4220.   },
  4221.   Vehicle_Collect_Box_Item = {
  4222.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Box_Item",
  4223.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Box_Item.Vehicle_Collect_Box_Item",
  4224.     isMainUI = false,
  4225.     uiStat = {
  4226.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\229\135\187\230\157\128\231\155\146\229\173\144"
  4227.     }
  4228.   },
  4229.   Vehicle_Collect_Garage_Item = {
  4230.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Garage_Item",
  4231.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Garage_Item.Vehicle_Collect_Garage_Item",
  4232.     isMainUI = false,
  4233.     uiStat = {
  4234.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\183\145\232\189\166\232\189\166\229\186\147"
  4235.     }
  4236.   },
  4237.   Vehicle_Preview_Item = {
  4238.     moduleName = "client.slua.umg.vehicle.Vehicle_Preview_Item",
  4239.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Preview_Item.Vehicle_Preview_Item",
  4240.     isMainUI = false,
  4241.     isSingleton = false,
  4242.     uiStat = {
  4243.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\233\162\132\232\167\136\229\155\190\230\160\135"
  4244.     }
  4245.   },
  4246.   Vehicle_CollectBenefit_UIBP = {
  4247.     moduleName = "client.slua.umg.vehicle.Vehicle_CollectBenefit_UIBP",
  4248.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_CollectBenefit_UIBP.Vehicle_CollectBenefit_UIBP",
  4249.     isMainUI = false,
  4250.     asy = true,
  4251.     uiStat = {
  4252.       name = "\232\189\189\229\133\183\230\148\182\233\155\134\229\188\185\231\170\151-\229\138\159\232\131\189\228\187\139\231\187\141"
  4253.     }
  4254.   },
  4255.   Vehicle_CollectBenefit_Item = {
  4256.     moduleName = "client.slua.umg.vehicle.Vehicle_CollectBenefit_Item",
  4257.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_CollectBenefit_Item.Vehicle_CollectBenefit_Item",
  4258.     isSingleton = false,
  4259.     isMainUI = false,
  4260.     uiStat = {
  4261.       name = "\232\189\189\229\133\183\230\148\182\233\155\134\229\188\185\231\170\151-\231\164\186\230\132\143\229\176\143\232\143\177\229\189\162"
  4262.     }
  4263.   },
  4264.   Vehicle_Unlock_In_Advance_Popup_UIBP = {
  4265.     moduleName = "client.slua.umg.vehicle.Vehicle_Unlock_In_Advance_Popup_UIBP",
  4266.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Unlock_In_Advance_Popup_UIBP.Vehicle_Unlock_In_Advance_Popup_UIBP",
  4267.     isMainUI = false,
  4268.     containerName = UIContainers.Top,
  4269.     uiStat = {
  4270.       name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\191\148\232\191\152\229\165\150\229\138\177\233\162\134\229\143\150\229\188\185\231\170\151"
  4271.     }
  4272.   },
  4273.   Vehicle_Accessory_Preview_UIBP = {
  4274.     moduleName = "client.slua.umg.vehicle.Accessory.Vehicle_Accessory_Preview_UIBP",
  4275.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Accessory_Preview_UIBP.Vehicle_Accessory_Preview_UIBP",
  4276.     isMainUI = false,
  4277.     uiStat = {
  4278.       name = "\232\189\189\229\133\183-\233\133\141\228\187\182\231\149\140\233\157\162"
  4279.     }
  4280.   },
  4281.   Vehicle_Accessory_ItemList_UIBP = {
  4282.     moduleName = "client.slua.umg.vehicle.Accessory.Vehicle_Accessory_ItemList_UIBP",
  4283.     path = "/Game/UMG/UI_BP/ItemUpgrade/ItemUpgrade_AccessorySkin_UIBP.ItemUpgrade_AccessorySkin_UIBP",
  4284.     isMainUI = false,
  4285.     uiStat = {
  4286.       name = "\232\189\189\229\133\183-\233\133\141\228\187\182\231\149\140\233\157\162-\229\186\149\233\131\168\233\133\141\228\187\182"
  4287.     }
  4288.   },
  4289.   Vehicle_Container_UIBP_0 = {
  4290.     moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
  4291.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_0.Vehicle_Container_UIBP_0",
  4292.     uiStat = {
  4293.       name = "\232\183\145\232\189\166\231\169\186\230\138\149\231\174\177-\229\167\147\229\144\141\230\152\190\231\164\186"
  4294.     }
  4295.   },
  4296.   Vehicle_Container_UIBP_1 = {
  4297.     moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
  4298.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_1.Vehicle_Container_UIBP_1",
  4299.     uiStat = {
  4300.       name = "\232\183\145\232\189\166\231\169\186\230\138\149\231\174\177-\229\167\147\229\144\141\230\152\190\231\164\186"
  4301.     }
  4302.   },
  4303.   Vehicle_Container_UIBP_2 = {
  4304.     moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
  4305.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_2.Vehicle_Container_UIBP_2",
  4306.     uiStat = {
  4307.       name = "\232\183\145\232\189\166\231\169\186\230\138\149\231\174\177-\229\167\147\229\144\141\230\152\190\231\164\186"
  4308.     }
  4309.   },
  4310.   Vehicle_Container_UIBP_3 = {
  4311.     moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
  4312.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_3.Vehicle_Container_UIBP_3",
  4313.     uiStat = {
  4314.       name = "\232\183\145\232\189\166\231\169\186\230\138\149\231\174\177-\229\167\147\229\144\141\230\152\190\231\164\186"
  4315.     }
  4316.   },
  4317.   Vehicle_Container_UIBP_4 = {
  4318.     moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
  4319.     path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_4.Vehicle_Container_UIBP_4",
  4320.     uiStat = {
  4321.       name = "\232\183\145\232\189\166\231\169\186\230\138\149\231\174\177-\229\167\147\229\144\141\230\152\190\231\164\186"
  4322.     }
  4323.   },
  4324.   Vehicle_Collect_Use_Item = {
  4325.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Use_Item",
  4326.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Use_Item.Vehicle_Collect_Use_Item",
  4327.     isMainUI = false,
  4328.     uiStat = {
  4329.       name = "\232\183\145\232\189\166\230\148\182\233\155\134-\228\189\191\231\148\168\230\136\144\229\176\177"
  4330.     }
  4331.   },
  4332.   Vehicle_Collect_Tyre_Item = {
  4333.     moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Tyre_Item",
  4334.     path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Tyre_Item.Vehicle_Collect_Tyre_Item",
  4335.     isMainUI = false,
  4336.     uiStat = {
  4337.       name = "\232\183\145\232\189\166\230\148\182\233\155\134-\233\171\152\231\186\167\232\189\174\232\131\142"
  4338.     }
  4339.   },
  4340.   vehicle_halloween_skin = {
  4341.     moduleName = "client.slua.umg.vehicle.vehicle_halloween_skin",
  4342.     jumpModuleID = BP_ENUM_MODULE_ACTIVITY_HALLOWEEN_VEHICLE,
  4343.     path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_HalloweenVehile_2.Activity_HalloweenVehile_2",
  4344.     uiStat = {
  4345.       name = "\232\189\166\232\190\134\229\141\135\231\186\167-\232\189\172\231\155\152\230\180\187\229\138\168-\231\155\174\229\137\141\229\143\170\230\156\137\230\151\165\233\159\169\231\154\132\232\191\148\229\156\186\228\188\154\231\148\168\229\136\176"
  4346.     }
  4347.   },
  4348.   direct_purchase_banner = {
  4349.     moduleName = "client.slua.umg.shop.direct_purchase_banner",
  4350.     path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_Direct_Purchase_Banner.Lobby_Direct_Purchase_Banner",
  4351.     asy = true,
  4352.     uiStat = {
  4353.       name = "\230\150\176\231\137\136\229\164\167\229\142\133\231\164\188\229\140\133\231\155\180\232\180\173"
  4354.     }
  4355.   },
  4356.   week_sign = {
  4357.     moduleName = "client.slua.umg.activity.week_sign",
  4358.     path = "/Game/UMG/UI_BP/Avtivity_WeekSign/Activity_WeekSign_Main_UIBP.Activity_WeekSign_Main_UIBP",
  4359.     isMainUI = false,
  4360.     uiStat = {
  4361.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\145\168\231\173\190\229\136\176"
  4362.     }
  4363.   },
  4364.   Activity_SingleBind_UIBP = {
  4365.     moduleName = "client.slua.umg.activity.Activity_SingleBind_UIBP",
  4366.     path = "/Game/UMG/UI_BP/Activity_SingleBind/Activity_SingleBind_UIBP.Activity_SingleBind_UIBP",
  4367.     isMainUI = false,
  4368.     uiStat = {
  4369.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\141\149\231\187\145"
  4370.     }
  4371.   },
  4372.   SortitionPutbackTemplate_Main = {
  4373.     moduleName = "client.slua.umg.activity.SortitionPutbackTemplate_Main",
  4374.     path = "/Game/Arts_UI/LuckyWidget/SortitionPutbackTemplate/SortitionPutbackTemplate_Main_UIBP.SortitionPutbackTemplate_Main_UIBP",
  4375.     isMainUI = false,
  4376.     uiStat = {
  4377.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\230\138\189\231\173\190\232\189\172\231\155\152"
  4378.     }
  4379.   },
  4380.   SortitionPutbackTemplate_Sharere = {
  4381.     moduleName = "client.slua.umg.activity.SortitionPutbackTemplate_Sharere",
  4382.     path = "/Game/Arts_UI/LuckyWidget/SortitionPutbackTemplate/SortitionPutbackTemplate_Sharere_UIBP.SortitionPutbackTemplate_Sharere_UIBP",
  4383.     isMainUI = false,
  4384.     uiStat = {
  4385.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\230\138\189\231\173\190\232\189\172\231\155\152\229\136\134\228\186\171"
  4386.     }
  4387.   },
  4388.   activity_ad_week = {
  4389.     moduleName = "client.slua.umg.activity.activity_ad_week",
  4390.     path = "/Game/UMG/UI_BP/NewActivty/Activty_RoutineTasks_UIBP.Activty_RoutineTasks_UIBP",
  4391.     isMainUI = false,
  4392.     uiStat = {
  4393.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\185\191\229\145\138\229\145\168"
  4394.     }
  4395.   },
  4396.   black5_sign = {
  4397.     moduleName = "client.slua.umg.activity.black5_sign",
  4398.     path = "/Game/UMG/UI_BP/Avtivity_WeekSign/Black5_WeekSign_UIBP.Black5_WeekSign_UIBP",
  4399.     isMainUI = false,
  4400.     uiStat = {
  4401.       name = "\233\187\145\228\186\148-\229\145\168\231\173\190\229\136\176"
  4402.     }
  4403.   },
  4404.   LoginPunchInAct = {
  4405.     moduleName = "client.slua.umg.activity.new_activity_center.LoginPunchInAct",
  4406.     path = "/Game/UMG/UI_BP/Avtivity_WeekSign/LoginPunchInAct_UIBP.LoginPunchInAct_UIBP",
  4407.     isMainUI = false,
  4408.     uiStat = {
  4409.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\231\180\175\232\174\161\231\153\187\229\189\1495\230\160\188\230\137\147\229\141\161\230\180\187\229\138\168"
  4410.     }
  4411.   },
  4412.   JKRecall = {
  4413.     moduleName = "client.slua.umg.activity.new_activity_center.JKRecall",
  4414.     path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Popup_01_UIBP.LOBBY_ComeBack_Task_JK_Popup_01_UIBP",
  4415.     uiStat = {
  4416.       name = "\230\180\187\229\138\168\228\184\173\229\191\131-\230\151\165\233\159\169\231\139\172\231\171\139\229\143\172\229\155\158\233\130\128\232\175\183\228\186\186"
  4417.     }
  4418.   },
  4419.   Rank_Popularity_main_BP = {
  4420.     moduleName = "client.slua.umg.activity.rank_popularity.Rank_Popularity_main_BP",
  4421.     path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
  4422.     isMainUI = false,
  4423.     uiStat = {
  4424.       name = "\228\186\186\230\176\148\229\128\188\230\142\146\232\161\140\230\166\156(\230\150\176)"
  4425.     }
  4426.   },
  4427.   Rank_Arrogance_main_BP = {
  4428.     moduleName = "client.slua.umg.activity.rank_pround.Rank_Arrogance_main_BP",
  4429.     path = "/Game/UMG/UI_BP/NewActivty/Rank_Arrogance_main_BP.Rank_Arrogance_main_BP",
  4430.     isMainUI = false,
  4431.     uiStat = {
  4432.       name = "\232\177\170\230\176\148\229\128\188\230\142\146\232\161\140\230\166\156"
  4433.     }
  4434.   },
  4435.   Rank_Guard_main_BP = {
  4436.     moduleName = "client.slua.umg.activity.rank_guard.Rank_Guard_main_BP",
  4437.     path = "/Game/UMG/UI_BP/NewActivty/Rank_Guard_main_BP.Rank_Guard_main_BP",
  4438.     isMainUI = false,
  4439.     uiStat = {
  4440.       name = "\229\174\136\230\138\164\229\128\188\230\142\146\232\161\140\230\166\156"
  4441.     }
  4442.   },
  4443.   Rank_IceSnow_Main_BP = {
  4444.     moduleName = "client.slua.umg.activity.rank.MainActivity.290.Rank_IceSnow_Main_BP",
  4445.     path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
  4446.     isMainUI = false,
  4447.     uiStat = {
  4448.       name = "\229\134\176\233\155\170\233\173\133\229\138\155\229\128\188\230\142\146\232\161\140\230\166\156"
  4449.     }
  4450.   },
  4451.   Rank_Collection_Main_BP = {
  4452.     moduleName = "client.slua.umg.activity.rank.MainActivity.290.Rank_Collection_Main_BP",
  4453.     path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
  4454.     isMainUI = false,
  4455.     uiStat = {
  4456.       name = "\229\133\184\232\151\143\233\173\133\229\138\155\229\128\188\230\142\146\232\161\140\230\166\156"
  4457.     }
  4458.   },
  4459.   ui_day_first_win = {
  4460.     moduleName = "client.slua.umg.activity.day_first_win.ui_day_first_win",
  4461.     path = "/Game/UMG/UI_BP/NewActivty/Activty_DailyWin_UIBP.Activty_DailyWin_UIBP",
  4462.     isMainUI = false,
  4463.     uiStat = {
  4464.       name = "\230\175\143\230\151\165\233\166\150\232\131\156\231\149\140\233\157\162"
  4465.     }
  4466.   },
  4467.   play_return_UC_got = {
  4468.     moduleName = "client.slua.umg.player_return.New_ComeBack_itemGet_UIBP",
  4469.     path = "/Game/UMG/UI_BP/PlayerReturn/New_ComeBack_itemGet_2_UIBP.New_ComeBack_itemGet_2_UIBP",
  4470.     asy = true,
  4471.     uiStat = {
  4472.       name = "\229\155\158\230\181\129\231\142\169\229\174\182-UC\232\142\183\229\190\151"
  4473.     }
  4474.   },
  4475.   new_player_gifts_panel = {
  4476.     moduleName = "client.slua.umg.growth_project.new_player_gifts_panel",
  4477.     path = "/Game/UMG/UI_BP/Guide/Common_Return_Popup_UIBP.Common_Return_Popup_UIBP",
  4478.     uiStat = {
  4479.       name = "\230\150\176\230\137\139\229\188\149\229\175\188-\228\184\137\233\128\137\228\184\128\231\149\140\233\157\162"
  4480.     },
  4481.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  4482.   },
  4483.   Guide_UnknowPass_Award_New_BP = {
  4484.     moduleName = "client.slua.umg.growth_project.Guide_UnknowPass_Award_New_BP",
  4485.     path = "/Game/UMG/UI_BP/Guide/Guide_UnknowPass_Award_New_BP.Guide_UnknowPass_Award_New_BP",
  4486.     uiStat = {
  4487.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\229\188\149\229\175\188-RP\230\187\145\229\138\168\229\188\149\229\175\188"
  4488.     },
  4489.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
  4490.   },
  4491.   Common_Item_Guide_BP = {
  4492.     moduleName = "client.slua.umg.growth_project.Common_Item_Guide_BP",
  4493.     path = "/Game/UMG/UI_BP/Guide/Common_Item_Guide_BP.Common_Item_Guide_BP",
  4494.     uiStat = {
  4495.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\229\188\149\229\175\188-\228\187\147\229\186\147\229\188\149\229\175\188Item"
  4496.     }
  4497.   },
  4498.   Common_Item_GuideHand_BP = {
  4499.     moduleName = "client.slua.umg.growth_project.Common_Item_GuideHand_BP",
  4500.     path = "/Game/UMG/UI_BP/Guide/Common_Item_GuideHand_BP.Common_Item_GuideHand_BP",
  4501.     isSingleton = false,
  4502.     uiStat = {
  4503.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\137\139\230\140\135\231\137\185\230\149\136"
  4504.     }
  4505.   },
  4506.   new_player_spin_main_uibp = {
  4507.     moduleName = "client.slua.umg.growth_project.new_player_spin_main_uibp",
  4508.     path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity4_UIBP.LuckySpin_Gun_Hilarity4_UIBP",
  4509.     uiStat = {
  4510.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\232\189\172\231\155\152-\232\131\140\230\153\175"
  4511.     },
  4512.     isMainUI = false
  4513.   },
  4514.   new_player_spin_twelve_item_uibp = {
  4515.     moduleName = "client.slua.umg.growth_project.new_player_spin_twelve_item_uibp",
  4516.     path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity2_UIBP.LuckySpin_Gun_Hilarity2_UIBP",
  4517.     isSingleton = false,
  4518.     uiStat = {
  4519.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\232\189\172\231\155\152-12\231\137\169\229\147\129"
  4520.     }
  4521.   },
  4522.   new_player_spin_task_item_uibp = {
  4523.     moduleName = "client.slua.umg.growth_project.new_player_spin_task_item_uibp",
  4524.     path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity3_UIBP.LuckySpin_Gun_Hilarity3_UIBP",
  4525.     isSingleton = false,
  4526.     uiStat = {
  4527.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\232\189\172\231\155\152-\228\187\187\229\138\161\229\136\151\232\161\168"
  4528.     }
  4529.   },
  4530.   new_player_task_uibp = {
  4531.     moduleName = "client.slua.umg.growth_project.new_player_task_uibp",
  4532.     path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_task_UIBP.LuckySpin_task_UIBP",
  4533.     uiStat = {
  4534.       name = "\229\162\158\233\149\191\228\184\147\233\161\185-\230\150\176\230\137\139\228\187\187\229\138\161"
  4535.     }
  4536.   },
  4537.   Common_Welcome_UIBP = {
  4538.     moduleName = "client.slua.umg.growth_project.Common_Welcome_UIBP",
  4539.     path = "/Game/UMG/UI_BP/Guide/Common_Welcome_UIBP.Common_Welcome_UIBP",
  4540.     asy = true,
  4541.     uiStat = {
  4542.       name = "\230\150\176\230\137\139\228\184\137\233\128\137\228\184\128-Common_Welcome_UIBP"
  4543.     }
  4544.   },
  4545.   sign_in_gift = {
  4546.     moduleName = "client.slua.umg.activity.come_back.sign_in_gift",
  4547.     path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_UIBP.Cumulative_landing_Activity_UIBP",
  4548.     asy = true,
  4549.     uiStat = {
  4550.       name = "\230\180\187\229\138\168-7\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
  4551.     }
  4552.   },
  4553.   sign_fives_in_gift = {
  4554.     moduleName = "client.slua.umg.activity.come_back.sign_fives_in_gift",
  4555.     path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_fives_UIBP.Cumulative_landing_Activity_fives_UIBP",
  4556.     asy = true,
  4557.     uiStat = {
  4558.       name = "\230\180\187\229\138\168-5\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
  4559.     }
  4560.   },
  4561.   sign_nine_in_gift = {
  4562.     moduleName = "client.slua.umg.activity.come_back.sign_nine_in_gift",
  4563.     path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_nine_UIBP.Cumulative_landing_Activity_nine_UIBP",
  4564.     asy = true,
  4565.     uiStat = {
  4566.       name = "\230\180\187\229\138\168-9\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
  4567.     }
  4568.   },
  4569.   tournament_main = {
  4570.     moduleName = "client.slua.umg.tournament.tournament_main",
  4571.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_New_UIBP.Championship_India_New_UIBP",
  4572.     jumpModuleID = BP_ENUM_MODULE_TOURNAMENT_MAIN,
  4573.     uiStat = {
  4574.       name = "\232\181\143\233\135\145\232\181\155-\228\184\187\231\149\140\233\157\162"
  4575.     }
  4576.   },
  4577.   tournament_teamup = {
  4578.     moduleName = "client.slua.umg.tournament.tournament_teamup",
  4579.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Prepare_UIBP.Championship_India_Prepare_UIBP",
  4580.     jumpModuleID = BP_ENUM_MODULE_TOURNAMENT_TEAM_UP,
  4581.     uiStat = {
  4582.       name = "\232\181\143\233\135\145\232\181\155-\231\187\132\233\152\159"
  4583.     }
  4584.   },
  4585.   tournament_introduce = {
  4586.     moduleName = "client.slua.umg.tournament.tournament_introduce",
  4587.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_NewIntroduce_UIBP.Championship_India_NewIntroduce_UIBP",
  4588.     uiStat = {
  4589.       name = "\232\181\143\233\135\145\232\181\155-\232\181\155\228\186\139\228\187\139\231\187\141"
  4590.     }
  4591.   },
  4592.   tournament_history_record = {
  4593.     moduleName = "client.slua.umg.tournament.tournament_history_record",
  4594.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_NewHistory_UIBP.Championship_India_NewHistory_UIBP",
  4595.     uiStat = {
  4596.       name = "\232\181\143\233\135\145\232\181\155-\229\142\134\229\143\178\232\174\176\229\189\149"
  4597.     }
  4598.   },
  4599.   crew_safety_detection_tournament = {
  4600.     moduleName = "client.slua.umg.crew.crew_safety_detection_tournament",
  4601.     path = "/Game/UMG/UI_BP/ESport/ESport_detection_UIBP.ESport_detection_UIBP",
  4602.     uiStat = {
  4603.       name = "\232\181\143\233\135\145\232\181\155-\229\174\137\229\133\168\230\163\128\230\181\139"
  4604.     }
  4605.   },
  4606.   Championship_India_QuickTips_UIBP = {
  4607.     moduleName = "client.slua.umg.tournament.Championship_India_QuickTips_UIBP",
  4608.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_QuickTips_UIBP_NEW.Championship_India_QuickTips_UIBP_NEW",
  4609.     uiStat = {
  4610.       name = "\232\181\143\233\135\145\232\181\155-\230\143\144\231\164\186\230\160\135\231\173\190"
  4611.     }
  4612.   },
  4613.   Championship_India_Popup_UIBP = {
  4614.     moduleName = "client.slua.umg.tournament.Championship_India_Popup_UIBP",
  4615.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Popup_UIBP_2.Championship_India_Popup_UIBP_2",
  4616.     uiStat = {
  4617.       name = "\232\181\143\233\135\145\232\181\155-\230\138\165\229\144\141"
  4618.     }
  4619.   },
  4620.   Championship_India_Popup01_UIBP = {
  4621.     moduleName = "client.slua.umg.tournament.Championship_India_Popup01_UIBP",
  4622.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Popup01_UIBP_NEW.Championship_India_Popup01_UIBP_NEW",
  4623.     uiStat = {
  4624.       name = "\232\181\143\233\135\145\232\181\155-\230\175\148\232\181\155\229\137\141\232\191\155\229\133\165\230\136\152\230\150\151\229\188\185\231\170\151"
  4625.     }
  4626.   },
  4627.   Championship_India_FloatTips_UIBP = {
  4628.     moduleName = "client.slua.umg.tournament.Championship_India_FloatTips_UIBP",
  4629.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_FloatTips_UIBP_NEW.Championship_India_FloatTips_UIBP_NEW",
  4630.     uiStat = {
  4631.       name = "\232\181\143\233\135\145\232\181\155-\229\137\141\229\190\128\230\160\135\231\173\190"
  4632.     }
  4633.   },
  4634.   qualifying_match = {
  4635.     moduleName = "client.slua.umg.tournament.qualifying_match",
  4636.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_UIBP.Championship_Bounty_UIBP",
  4637.     uiStat = {
  4638.       name = "\230\153\139\231\186\167\232\181\155-\228\184\187\231\149\140\233\157\162"
  4639.     }
  4640.   },
  4641.   qualifying_rank = {
  4642.     moduleName = "client.slua.umg.tournament.qualifying_rank",
  4643.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Rank_UIBP.Championship_Bounty_Rank_UIBP",
  4644.     uiStat = {
  4645.       name = "\230\153\139\231\186\167\232\181\155-\230\142\146\229\144\141"
  4646.     }
  4647.   },
  4648.   qualifying_regist = {
  4649.     moduleName = "client.slua.umg.tournament.qualifying_regist",
  4650.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Register_UIBP.Championship_Bounty_Register_UIBP",
  4651.     uiStat = {
  4652.       name = "\230\153\139\231\186\167\232\181\155-\230\179\168\229\134\140"
  4653.     }
  4654.   },
  4655.   qualifying_winner = {
  4656.     moduleName = "client.slua.umg.tournament.qualifying_winner",
  4657.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Winning_name_UIBP.Championship_Bounty_Winning_name_UIBP",
  4658.     uiStat = {
  4659.       name = "\230\153\139\231\186\167\232\181\155-\229\144\141\229\141\149"
  4660.     }
  4661.   },
  4662.   egame_entry = {
  4663.     moduleName = "client.slua.umg.tournament.egame_entry",
  4664.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Entrance_Bounty_UIBP.Championship_Entrance_Bounty_UIBP",
  4665.     uiStat = {
  4666.       name = "\232\181\155\228\186\139-\229\133\165\229\143\163"
  4667.     }
  4668.   },
  4669.   championship_teamup = {
  4670.     moduleName = "client.slua.umg.Championship_India.championship_teamup",
  4671.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Prepare_1_UIBP.Championship_India_Prepare_1_UIBP",
  4672.     uiStat = {
  4673.       name = "\232\181\158\229\138\169\232\181\155-\231\187\132\233\152\159"
  4674.     }
  4675.   },
  4676.   tournament_buy_india_ticket = {
  4677.     moduleName = "client.slua.umg.tournament.tournament_buy_india_ticket",
  4678.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Buy_IndiaTicket_BP.Championship_India_Buy_IndiaTicket_BP",
  4679.     uiStat = {
  4680.       name = "\233\148\166\230\160\135\232\181\155-\232\180\173\228\185\176\229\143\130\232\181\155\229\136\184"
  4681.     }
  4682.   },
  4683.   Championship_Sponsor_Mgr_UIBP = {
  4684.     moduleName = "client.slua.umg.championship_india.championship_sponsor_mgr_ui_bp",
  4685.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_Mgr_UIBP.Championship_Sponsor_Mgr_UIBP",
  4686.     uiStat = {
  4687.       name = "\231\171\158\230\138\128\232\181\155-\233\161\181\231\173\190\231\174\161\231\144\134"
  4688.     }
  4689.   },
  4690.   Championship_Sponsor_OneMain_UIBP = {
  4691.     moduleName = "client.slua.umg.championship_india.championship_sponsor_one_main_ui_bp",
  4692.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_OneMain_UIBP.Championship_Sponsor_OneMain_UIBP",
  4693.     uiStat = {
  4694.       name = "\231\171\158\230\138\128\232\181\155-\228\184\187\233\161\181"
  4695.     }
  4696.   },
  4697.   Championship_Sponsor_TotalRank_UIBP = {
  4698.     moduleName = "client.slua.umg.championship_india.championship_sponsor_totalrank",
  4699.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_TotalRank_UIBP.Championship_Sponsor_TotalRank_UIBP",
  4700.     uiStat = {
  4701.       name = "\231\171\158\230\138\128\232\181\155-\230\128\187\230\166\156"
  4702.     }
  4703.   },
  4704.   Championship_Sponsor_One_Desc_UIBP = {
  4705.     moduleName = "client.slua.umg.championship_india.championship_sponsor_one_desc_ui_bp",
  4706.     path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_One_Desc_UIBP.Championship_Sponsor_One_Desc_UIBP",
  4707.     uiStat = {
  4708.       name = "\231\171\158\230\138\128\232\181\155-\232\175\166\230\131\133\228\187\139\231\187\141"
  4709.     }
  4710.   },
  4711.   Championship_Sponsor_One_Desc_Tips_UIBP = {
  4712.     moduleName = "client.slua.umg.championship_india.championship_sponsor_one_desc_tips_ui_bp",
  4713.     path = "/Game/UMG/UI_BP/Championship_India/Sponsor_One_desc_tips_UIBP.Sponsor_One_desc_tips_UIBP",
  4714.     uiStat = {
  4715.       name = "\231\171\158\230\138\128\232\181\155-\232\175\166\230\131\133\228\187\139\231\187\141Tips"
  4716.     }
  4717.   },
  4718.   Championship_Rule_UIBP = {
  4719.     moduleName = "client.slua.umg.championship_india.Championship_India_Rule",
  4720.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_jiesuan_1_BP.Championship_India_jiesuan_1_BP",
  4721.     uiStat = {
  4722.       name = "\233\148\166\230\160\135\232\181\155-\231\167\175\229\136\134\232\167\132\229\136\153"
  4723.     }
  4724.   },
  4725.   Championship_Rule2_UIBP = {
  4726.     moduleName = "client.slua.umg.championship_india.Championship_India_Rule2",
  4727.     path = "/Game/UMG/UI_BP/Championship_India/Championship_India_jiesuan_2_BP.Championship_India_jiesuan_2_BP",
  4728.     uiStat = {
  4729.       name = "\233\148\166\230\160\135\232\181\155-\231\167\175\229\136\134\232\167\132\229\136\153"
  4730.     }
  4731.   },
  4732.   Championship_Popup_Select = {
  4733.     moduleName = "client.slua.umg.championship_india.championship_popup_select",
  4734.     path = "/Game/UMG/UI_BP/ESport/EGame/ESport_Lobby_Popup_UIBP.ESport_Lobby_Popup_UIBP",
  4735.     uiStat = {
  4736.       name = "\232\135\170\229\187\186\232\181\155-\232\181\155\228\186\139\229\133\165\229\143\163\231\177\187\229\158\139\233\128\137\230\139\169"
  4737.     }
  4738.   },
  4739.   Championship_Popup_SignUp = {
  4740.     moduleName = "client.slua.umg.championship_india.championship_popup_signup",
  4741.     path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB.Champior_Entrance_Zijian_UIPB",
  4742.     uiStat = {
  4743.       name = "\232\135\170\229\187\186\232\181\155-\230\138\165\229\144\141\229\188\185\231\170\151"
  4744.     }
  4745.   },
  4746.   Championship_Apply_List = {
  4747.     moduleName = "client.slua.umg.championship_india.championship_apply_list",
  4748.     path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
  4749.     uiStat = {
  4750.       name = "\232\135\170\229\187\186\232\181\155-\231\187\132\233\152\159\231\148\179\232\175\183"
  4751.     }
  4752.   },
  4753.   Championship_Find_List = {
  4754.     moduleName = "client.slua.umg.championship_india.championship_find_list",
  4755.     path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
  4756.     uiStat = {
  4757.       name = "\232\135\170\229\187\186\232\181\155-\229\143\145\231\142\176\229\165\189\229\143\139\233\152\159\228\188\141"
  4758.     }
  4759.   },
  4760.   Championship_Recruit_List = {
  4761.     moduleName = "client.slua.umg.championship_india.championship_recruit_list",
  4762.     path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
  4763.     uiStat = {
  4764.       name = "\232\135\170\229\187\186\232\181\155-\230\139\155\229\139\159\233\152\159\229\143\139"
  4765.     }
  4766.   },
  4767.   Championship_Entrance_SignUp = {
  4768.     moduleName = "client.slua.umg.championship_india.championship_entrance_signup",
  4769.     path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Signup_UIPB.Champior_Entrance_Signup_UIPB",
  4770.     uiStat = {
  4771.       name = "\232\135\170\229\187\186\232\181\155-\230\138\165\229\144\141\229\133\165\229\143\163"
  4772.     }
  4773.   },
  4774.   Championship_Select_Area = {
  4775.     moduleName = "client.slua.umg.championship_india.championship_select_area",
  4776.     path = "/Game/UMG/UI_BP/Championship_India/Sponsor_Popup_Select_UIBP.Sponsor_Popup_Select_UIBP",
  4777.     uiStat = {
  4778.       name = "\232\135\170\229\187\186\232\181\155-\230\138\165\229\144\141\232\181\155\229\140\186\233\128\137\230\139\169"
  4779.     }
  4780.   },
  4781.   Championship_Result_Popup = {
  4782.     moduleName = "client.slua.umg.championship_india.championship_result_popup",
  4783.     path = "/Game/UMG/UI_BP/Championship_India/Champion_Enter_Successful_promotion_UIBP.Champion_Enter_Successful_promotion_UIBP",
  4784.     uiStat = {
  4785.       name = "\232\135\170\229\187\186\232\181\155-\232\181\155\228\186\139\230\153\139\231\186\167\229\188\185\231\170\151"
  4786.     }
  4787.   },
  4788.   LOBBY_ComeBack_Assembly_Set_UIBP = {
  4789.     moduleName = "client.slua.umg.activity.assembly.LOBBY_ComeBack_Assembly_Set_UIBP",
  4790.     path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Assembly_Set_UIBP.LOBBY_ComeBack_Assembly_Set_UIBP",
  4791.     isMainUI = false,
  4792.     uiStat = {
  4793.       name = "\232\135\170\229\187\186\232\181\155-\232\181\155\228\186\139\230\153\139\231\186\167\229\188\185\231\170\151"
  4794.     }
  4795.   },
  4796.   assembly_award_page = {
  4797.     moduleName = "client.slua.umg.activity.assembly.assembly_award_page",
  4798.     path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Task_Assembly_04_UIBP.LOBBY_ComeBack_Task_Assembly_04_UIBP",
  4799.     uiStat = {
  4800.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\229\155\158\229\189\146\229\165\150\229\138\177"
  4801.     },
  4802.     isSingleton = false,
  4803.     isMainUI = false
  4804.   },
  4805.   assembly_invite_share = {
  4806.     moduleName = "client.slua.umg.activity.assembly.assembly_invite_share",
  4807.     isSingleton = false,
  4808.     path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Assembly_Share_UIBP.LOBBY_ComeBack_Assembly_Share_UIBP",
  4809.     uiStat = {
  4810.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\233\130\128\232\175\183\229\136\134\228\186\171"
  4811.     }
  4812.   },
  4813.   LOBBY_ComeBack_Task_JK_UIBP = {
  4814.     moduleName = "client.slua.umg.activity.assembly.jk.LOBBY_ComeBack_Task_JK_UIBP",
  4815.     path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_UIBP.LOBBY_ComeBack_Task_JK_UIBP",
  4816.     uiStat = {
  4817.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\230\151\165\233\159\169\231\139\172\231\171\139\229\143\172\229\155\158"
  4818.     },
  4819.     isMainUI = false
  4820.   },
  4821.   assembly_friend_invite_popup_jk = {
  4822.     moduleName = "client.slua.umg.activity.assembly.jk.assembly_friend_invite_popup_jk",
  4823.     path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Popup_UIBP.LOBBY_ComeBack_Task_JK_Popup_UIBP",
  4824.     uiStat = {
  4825.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\230\151\165\233\159\169\231\139\172\231\171\139\229\143\172\229\155\158-\229\183\178\229\143\172\229\155\158\229\136\151\232\161\168"
  4826.     }
  4827.   },
  4828.   assembly_friend_share_jk = {
  4829.     moduleName = "client.slua.umg.activity.assembly.jk.assembly_friend_share_jk",
  4830.     path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Share_UIBP.LOBBY_ComeBack_Task_JK_Share_UIBP",
  4831.     uiStat = {
  4832.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\230\151\165\233\159\169\231\139\172\231\171\139\229\143\172\229\155\158-\229\136\134\228\186\171\229\155\190"
  4833.     }
  4834.   },
  4835.   assembly_share_component_jk = {
  4836.     moduleName = "client.slua.umg.activity.assembly.jk.assembly_share_component_jk",
  4837.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
  4838.     uiStat = {
  4839.       name = "\229\143\172\229\155\158\230\180\187\229\138\168-\230\151\165\233\159\169\231\139\172\231\171\139\229\143\172\229\155\158-\229\136\134\228\186\171\231\187\132\228\187\182"
  4840.     }
  4841.   },
  4842.   recruit_main = {
  4843.     moduleName = "client.slua.umg.recruit.recruit_main",
  4844.     path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_UIBP.Lobby_EnrollRecruits_UIBP",
  4845.     uiStat = {
  4846.       name = "\230\150\176\229\133\181\230\139\155\229\139\159-\228\184\187\231\149\140\233\157\162"
  4847.     }
  4848.   },
  4849.   recruit_share_ui = {
  4850.     moduleName = "client.slua.umg.recruit.recruit_share_ui",
  4851.     isSingleton = false,
  4852.     path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_Share_UIBP.Lobby_EnrollRecruits_Share_UIBP",
  4853.     uiStat = {
  4854.       name = "\230\150\176\229\133\181\230\139\155\229\139\159-\233\130\128\232\175\183\229\136\134\228\186\171"
  4855.     }
  4856.   },
  4857.   recruit_invitee = {
  4858.     moduleName = "client.slua.umg.recruit.recruit_invitee",
  4859.     path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_Reported_UIBP.Lobby_EnrollRecruits_Reported_UIBP",
  4860.     uiStat = {
  4861.       name = "\230\150\176\229\133\181\230\139\155\229\139\159-\229\143\151\233\130\128\231\149\140\233\157\162"
  4862.     }
  4863.   },
  4864.   webview_share = {
  4865.     moduleName = "client.slua.umg.common.webview_share_ui",
  4866.     isSingleton = false,
  4867.     path = "/Game/UMG/UI_BP/Lobby/WebviewShare_UIBP.WebviewShare_UIBP"
  4868.   },
  4869.   webview_share_component = {
  4870.     moduleName = "client.slua.umg.common.webview_share_component",
  4871.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
  4872.     containerName = UIContainers.Top,
  4873.     uiStat = {
  4874.       name = "\229\136\134\228\186\171-Webview\231\189\145\233\161\181"
  4875.     }
  4876.   },
  4877.   activity_rebate_slap = {
  4878.     moduleName = "client.slua.umg.activity.rebate.Activity_Rebate_Slap_UIBP",
  4879.     path = "/Game/UMG/UI_BP/DailyActivity/Activity_Rebate_Slap_UIBP.Activity_Rebate_Slap_UIBP",
  4880.     uiStat = {
  4881.       name = "\232\191\148\229\136\169\230\180\187\229\138\168-\230\139\141\232\132\184\229\155\190"
  4882.     }
  4883.   },
  4884.   assembly_share_component = {
  4885.     moduleName = "client.slua.umg.activity.assembly.assembly_share_component",
  4886.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New"
  4887.   },
  4888.   share_component = {
  4889.     moduleName = "client.slua.umg.common.share.Shareinterface",
  4890.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
  4891.     containerName = UIContainers.Top,
  4892.     uiStat = {
  4893.       name = "\233\128\154\231\148\168\229\136\134\228\186\171\231\187\132\228\187\182"
  4894.     }
  4895.   },
  4896.   UGC_ShareModInfoPanel = {
  4897.     moduleName = "client.slua.umg.ugc.lobby.detail.UGC_ShareModInfoPanel",
  4898.     path = "/Game/UMG/UI_BP/UGC/popup/UGC_ShareFriends_Popup_UIBP.UGC_ShareFriends_Popup_UIBP",
  4899.     containerName = UIContainers.Top,
  4900.     uiStat = {
  4901.       name = "UGC\232\175\166\230\131\133\229\136\134\228\186\171\229\188\185\231\170\151"
  4902.     }
  4903.   },
  4904.   Shareinterface_highlight = {
  4905.     moduleName = "client.slua.umg.common.share.Shareinterface_highlight",
  4906.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_Rusult_UIBP.Shareinterface_Rusult_UIBP",
  4907.     uiStat = {
  4908.       name = "1.\231\187\147\231\174\151\229\136\134\228\186\171-\229\133\168\233\152\159\230\136\152\231\187\169"
  4909.     }
  4910.   },
  4911.   Shareinterface_lite = {
  4912.     moduleName = "client.slua.umg.common.share.shareinterface_lite",
  4913.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_Lite.Shareinterface_UIBP_Lite",
  4914.     containerName = UIContainers.Top,
  4915.     uiStat = {
  4916.       name = "\233\128\154\231\148\168\229\136\134\228\186\171\231\187\132\228\187\182-Lite"
  4917.     }
  4918.   },
  4919.   ShareinterfaceFull_UIBP = {
  4920.     moduleName = "client.slua.umg.common.share.ShareinterfaceFull_UIBP",
  4921.     path = "/Game/UMG/UI_BP/Lobby/ShareinterfaceFull_UIBP.ShareinterfaceFull_UIBP",
  4922.     containerName = UIContainers.Top,
  4923.     uiStat = {
  4924.       name = "\233\128\154\231\148\168\229\136\134\228\186\171\231\187\132\228\187\182-\229\133\168\229\177\143"
  4925.     }
  4926.   },
  4927.   watermark_share_component = {
  4928.     moduleName = "client.slua.umg.common.watermark_share_component",
  4929.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_WaterMark_UIBP.Shareinterface_WaterMark_UIBP",
  4930.     containerName = UIContainers.Top,
  4931.     uiStat = {
  4932.       name = "\233\128\154\231\148\168\229\136\134\228\186\171\230\176\180\229\141\176\231\187\132\228\187\182"
  4933.     }
  4934.   },
  4935.   unbind_account_select = {
  4936.     moduleName = "client.slua.umg.unbind_account.Setting_UnbindPopup_check",
  4937.     path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup_check.Setting_UnbindPopup_check",
  4938.     asy = true,
  4939.     uiStat = {
  4940.       name = "\232\167\163\231\187\145-\232\180\166\229\143\183\233\128\137\230\139\169"
  4941.     }
  4942.   },
  4943.   unbind_account_notify = {
  4944.     moduleName = "client.slua.umg.unbind_account.Setting_UnbindPopup",
  4945.     path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup.Setting_UnbindPopup",
  4946.     asy = true,
  4947.     uiStat = {
  4948.       name = "\232\167\163\231\187\145-\228\191\161\230\129\175\233\128\154\231\159\165"
  4949.     }
  4950.   },
  4951.   unbind_account_notify2 = {
  4952.     moduleName = "client.slua.umg.unbind_account.Setting_ImportantReminder",
  4953.     path = "/Game/UMG/UI_BP/Setting/item/Setting_ImportantReminder.Setting_ImportantReminder",
  4954.     asy = true,
  4955.     uiStat = {
  4956.       name = "\232\167\163\231\187\145-\228\191\161\230\129\175\233\128\154\231\159\1652"
  4957.     }
  4958.   },
  4959.   unbind_fast_cond = {
  4960.     moduleName = "client.slua.umg.unbind_account.Setting_UnbindFastCond_UIBP",
  4961.     path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindFastCond_UIBP.Setting_UnbindFastCond_UIBP",
  4962.     asy = true,
  4963.     uiStat = {
  4964.       name = "\232\167\163\231\187\145-\229\191\171\233\128\159\232\167\163\231\187\145\230\157\161\228\187\182"
  4965.     }
  4966.   },
  4967.   unbind_account_result = {
  4968.     moduleName = "client.slua.umg.unbind_account.Setting_UnbindResult",
  4969.     path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindResult.Setting_UnbindResult",
  4970.     closeOnSwitch = false,
  4971.     uiStat = {
  4972.       name = "\232\167\163\231\187\145-\231\187\147\230\158\156"
  4973.     }
  4974.   },
  4975.   unknowpass_rank = {
  4976.     moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank",
  4977.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/UnknowPass_Rank_BP.UnknowPass_Rank_BP",
  4978.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  4979.     uiStat = {
  4980.       name = "\233\128\154\232\161\140\232\175\129-\230\142\146\232\161\140\230\166\156"
  4981.     },
  4982.     asy = true
  4983.   },
  4984.   unknowpass_rank_first_week_awards_preview = {
  4985.     moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_awards_preview",
  4986.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankAward_UIBP.UnknowPass_RankAward_UIBP",
  4987.     uiStat = {
  4988.       name = "\233\128\154\232\161\140\232\175\129-\233\166\150\229\145\168\230\142\146\232\161\140\229\165\150\229\138\177\233\162\132\232\167\136"
  4989.     },
  4990.     asy = true
  4991.   },
  4992.   unknowpass_rank_first_week_awards = {
  4993.     moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_awards",
  4994.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankTitle_UIBP.UnknowPass_RankTitle_UIBP",
  4995.     jumpModuleID = BP_ENUM_MODULE_RANKTITLE_UNKNOW_PASS,
  4996.     uiStat = {
  4997.       name = "\233\128\154\232\161\140\232\175\129-\233\166\150\229\145\168\230\142\146\232\161\140\229\165\150\229\138\177"
  4998.     },
  4999.     asy = true
  5000.   },
  5001.   UnknowPass_RankTitleItem_UIBP = {
  5002.     moduleName = "client.slua.umg.unknow_pass.rank.UnknowPass_RankTitleItem_UIBP",
  5003.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankTitleItem_UIBP.UnknowPass_RankTitleItem_UIBP",
  5004.     isMainUI = false,
  5005.     isSingleton = false,
  5006.     uiStat = {
  5007.       name = "\233\128\154\232\161\140\232\175\129-\233\166\150\229\145\168\230\142\146\232\161\140\231\149\140\233\157\162\229\173\144Item"
  5008.     }
  5009.   },
  5010.   UnknowPass_Rank_Next = {
  5011.     moduleName = "client.slua.umg.unknow_pass.rank.UnknowPass_Rank_Next",
  5012.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Rank_Next.UnknowPass_Rank_Next",
  5013.     isMainUI = false,
  5014.     isSingleton = false,
  5015.     uiStat = {
  5016.       name = "\233\128\154\232\161\140\232\175\129-\233\166\150\229\145\168\230\142\146\232\161\140\231\149\140\233\157\162\230\149\172\232\175\183\230\156\159\229\190\133Item"
  5017.     }
  5018.   },
  5019.   unknowpass_rank_first_week_items = {
  5020.     moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_items",
  5021.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankItem_UIBP.UnknowPass_RankItem_UIBP",
  5022.     isMainUI = false,
  5023.     uiStat = {
  5024.       name = "\233\128\154\232\161\140\232\175\129-\233\166\150\229\145\168\230\142\146\232\161\140\229\165\150\229\138\177\229\134\133\229\174\185"
  5025.     }
  5026.   },
  5027.   unknowpass_buy = {
  5028.     moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy",
  5029.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
  5030.     uiStat = {
  5031.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
  5032.     },
  5033.     asy = true
  5034.   },
  5035.   UnknowPass_NewBranchBuy_Item_UIBP = {
  5036.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_NewBranchBuy_Item_UIBP",
  5037.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_NewBranchBuy_Item_UIBP.UnknowPass_NewBranchBuy_Item_UIBP",
  5038.     isMainUI = false,
  5039.     isSingleton = false,
  5040.     uiStat = {
  5041.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
  5042.     },
  5043.     asy = true
  5044.   },
  5045.   UnknowPass_NewBranchBuy_UIBP = {
  5046.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_NewBranchBuy_UIBP",
  5047.     path = "/Game/UMG/UI_BP/UnknowPass/RP_Buy/UnknowPass_NewBranchBuy_UIBP.UnknowPass_NewBranchBuy_UIBP",
  5048.     uiStat = {
  5049.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
  5050.     },
  5051.     asy = true
  5052.   },
  5053.   UnknowPass_Buy_1to100_UIBP = {
  5054.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Buy_1to100_UIBP",
  5055.     path = "/Game/Arts_UI/UnknowPass/2_6_0/RP_Buy/UnknowPass_Buy_1to100_UIBP.UnknowPass_Buy_1to100_UIBP",
  5056.     uiStat = {
  5057.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176-1-100\231\186\167"
  5058.     }
  5059.   },
  5060.   UnknowPass_Buy_1to50_UIBP = {
  5061.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Buy_1to50_UIBP",
  5062.     path = "/Game/Arts_UI/UnknowPass/2_6_0/RP_Buy/UnknowPass_Buy_1to50_UIBP.UnknowPass_Buy_1to50_UIBP",
  5063.     uiStat = {
  5064.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176-1-50\231\186\167"
  5065.     },
  5066.     asy = true
  5067.   },
  5068.   unknowpass_buy_experience = {
  5069.     moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_experience",
  5070.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
  5071.     uiStat = {
  5072.       name = "\233\128\154\232\161\140\232\175\129-\228\189\147\233\170\140\232\180\173\228\185\176"
  5073.     },
  5074.     asy = true
  5075.   },
  5076.   unknowpass_buy_upgrade_exp = {
  5077.     moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_upgrade_exp",
  5078.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
  5079.     uiStat = {
  5080.       name = "\233\128\154\232\161\140\232\175\129-\228\189\147\233\170\140\229\141\135\231\186\167\230\173\163\229\188\143"
  5081.     },
  5082.     asy = true
  5083.   },
  5084.   unknowpass_buy_super = {
  5085.     moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_super",
  5086.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_BuyElite_UIBP.UnknowPass_BuyElite_UIBP",
  5087.     uiStat = {
  5088.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\232\182\133\231\186\167\233\128\154\232\161\140\232\175\129"
  5089.     },
  5090.     asy = true
  5091.   },
  5092.   Annual_Crit_Popup_UIBP = {
  5093.     moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Popup_UIBP",
  5094.     path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Popup_UIBP.Annual_Crit_Popup_UIBP",
  5095.     uiStat = {
  5096.       name = "\233\128\154\232\161\140\232\175\129-RP\229\185\180\229\186\166\230\154\180\229\135\187\229\188\185\231\170\151"
  5097.     },
  5098.     asy = true
  5099.   },
  5100.   Annual_Crit_Award_Popup_UIBP = {
  5101.     moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Award_Popup_UIBP",
  5102.     path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Award_Popup_UIBP.Annual_Crit_Award_Popup_UIBP",
  5103.     uiStat = {
  5104.       name = "\233\128\154\232\161\140\232\175\129-RP\229\185\180\229\186\166\230\154\180\229\135\187\233\135\141\232\166\129\229\165\150\229\138\177\229\188\185\231\170\151"
  5105.     },
  5106.     asy = true
  5107.   },
  5108.   Annual_Crit_Share_UIBP = {
  5109.     moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Share_UIBP",
  5110.     path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Share_UIBP.Annual_Crit_Share_UIBP",
  5111.     uiStat = {
  5112.       name = "\233\128\154\232\161\140\232\175\129-RP\229\185\180\229\186\166\230\154\180\229\135\187\233\135\141\232\166\129\229\165\150\229\138\177\229\136\134\228\186\171\229\188\185\231\170\151"
  5113.     },
  5114.     asy = true
  5115.   },
  5116.   UnknowPass_Discount_Percentage_UIBP = {
  5117.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Percentage_UIBP",
  5118.     path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Percentage_UIBP.UnknowPass_Discount_Percentage_UIBP",
  5119.     containerName = UIContainers.Top,
  5120.     uiStat = {
  5121.       name = "RP\229\155\186\229\174\154\230\138\152\230\137\163\229\136\184\230\138\149\230\148\190\233\128\154\231\159\165\229\188\185\231\170\151"
  5122.     },
  5123.     asy = true
  5124.   },
  5125.   UnknowPass_Discount_Fixed_UIBP = {
  5126.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Fixed_UIBP",
  5127.     path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Fixed_UIBP.UnknowPass_Discount_Fixed_UIBP",
  5128.     containerName = UIContainers.Top,
  5129.     uiStat = {
  5130.       name = "RP\229\155\186\229\174\154\230\138\152\230\137\163\229\136\184\230\138\149\230\148\190\233\128\154\231\159\165\229\188\185\231\170\151"
  5131.     },
  5132.     asy = true
  5133.   },
  5134.   UnknowPass_Discount_Buy_UIBP = {
  5135.     moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Buy_UIBP",
  5136.     path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Buy_UIBP.UnknowPass_Discount_Buy_UIBP",
  5137.     uiStat = {
  5138.       name = "RP\231\153\190\229\136\134\230\175\148\230\138\152\230\137\163\229\136\184\232\180\173\228\185\176RP\231\149\140\233\157\162"
  5139.     },
  5140.     asy = true
  5141.   },
  5142.   unknowpass_easy_ticket = {
  5143.     moduleName = "client.slua.umg.unknow_pass.unknowpass_easy_ticket",
  5144.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/Unknowpass_EasyTicket_UIBP.Unknowpass_EasyTicket_UIBP",
  5145.     uiStat = {
  5146.       name = "\233\128\154\232\161\140\232\175\129-\231\149\133\231\142\169\229\141\161"
  5147.     },
  5148.     asy = true
  5149.   },
  5150.   unknowpass_award_buyscore = {
  5151.     moduleName = "client.slua.umg.unknow_pass.award.unknowpass_award_buyscore",
  5152.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_Buy_Score_UIBP.UnknowPass_Buy_Score_UIBP",
  5153.     uiStat = {
  5154.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\231\173\137\231\186\167"
  5155.     },
  5156.     asy = true
  5157.   },
  5158.   unknowpass_branch_award_buyscore = {
  5159.     moduleName = "client.slua.umg.unknow_pass.award.unknowpass_branch_award_buyscore",
  5160.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_Buy_Score_UIBP.UnknowPass_Buy_Score_UIBP",
  5161.     uiStat = {
  5162.       name = "RP\233\128\154\232\161\140\232\175\129\230\148\175\231\186\191-\232\180\173\228\185\176\231\173\137\231\186\167"
  5163.     },
  5164.     asy = true
  5165.   },
  5166.   UnKnowPass_2Choose1_Item_UIBP = {
  5167.     moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_2Choose1_Item_UIBP",
  5168.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_2Choose1_Item_UIBP.UnKnowPass_2Choose1_Item_UIBP",
  5169.     isMainUI = false,
  5170.     isSingleton = false,
  5171.     uiStat = {
  5172.       name = "BonusPass\232\180\173\228\185\176\231\167\175\229\136\134\231\149\140\233\157\162\229\165\150\229\138\177\228\186\140\233\128\137\228\184\128item"
  5173.     }
  5174.   },
  5175.   UnKnowPass_BuyScoreRwardItem_UIBP = {
  5176.     moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_BuyScoreRwardItem_UIBP",
  5177.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_BuyScoreRwardItem_UIBP.UnKnowPass_BuyScoreRwardItem_UIBP",
  5178.     isMainUI = false,
  5179.     isSingleton = false,
  5180.     uiStat = {
  5181.       name = "BonusPass\232\180\173\228\185\176\231\167\175\229\136\134\231\149\140\233\157\162\229\165\150\229\138\177item"
  5182.     }
  5183.   },
  5184.   unknowpass_exchange = {
  5185.     moduleName = "client.slua.umg.unknow_pass.exchange.unknowpass_exchange",
  5186.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/UnknowPass_Exchange_BP.UnknowPass_Exchange_BP",
  5187.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  5188.     uiStat = {
  5189.       name = "\233\128\154\232\161\140\232\175\129-\229\133\145\230\141\162"
  5190.     },
  5191.     asy = true
  5192.   },
  5193.   Annual_Renew_Purchase_Item_UIBP = {
  5194.     moduleName = "client.slua.umg.unknow_pass.exchange.Annual_Renew_Purchase_Item_UIBP",
  5195.     path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Item/Annual_Renew_Purchase_Item_UIBP.Annual_Renew_Purchase_Item_UIBP",
  5196.     isMainUI = false,
  5197.     uiStat = {
  5198.       name = "\233\128\154\232\161\140\232\175\129-\229\133\145\230\141\162\231\149\140\233\157\162\229\185\180\229\186\166\228\191\131\233\148\128\229\164\141\232\180\173item"
  5199.     },
  5200.     asy = true
  5201.   },
  5202.   UnknowPass_Exchange_Item_UIBP = {
  5203.     moduleName = "client.slua.umg.unknow_pass.exchange.UnknowPass_Exchange_Item_UIBP",
  5204.     path = "/Game/UMG/UI_Logic/UnknowPass/UnknowPass_Exchange_Item_UIBP.UnknowPass_Exchange_Item_UIBP",
  5205.     isMainUI = false,
  5206.     isSingleton = false,
  5207.     uiStat = {
  5208.       name = "\233\128\154\232\161\140\232\175\129-\229\133\145\230\141\162\231\149\140\233\157\162item"
  5209.     },
  5210.     asy = true
  5211.   },
  5212.   unknowpass_mission_return_awards = {
  5213.     moduleName = "client.slua.umg.unknow_pass.unknowpass_mission_return_awards",
  5214.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Mission_Return_Award_BP.UnknowPass_Mission_Return_Award_BP",
  5215.     uiStat = {
  5216.       name = "\233\128\154\232\161\140\232\175\129-\228\187\187\229\138\161\232\191\148\229\156\186\229\165\150\229\138\177"
  5217.     },
  5218.     asy = true
  5219.   },
  5220.   unknowpass_backbox_select = {
  5221.     moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_select",
  5222.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBox_UIBP.UnknowPass_XYearBox_UIBP",
  5223.     uiStat = {
  5224.       name = "\233\128\154\232\161\140\232\175\129-140\232\191\148\229\156\186\229\174\157\231\174\177"
  5225.     },
  5226.     asy = true
  5227.   },
  5228.   unknowpass_backbox_gobuy = {
  5229.     moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_gobuy",
  5230.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBuyPopup_UIBP.UnknowPass_XYearBuyPopup_UIBP",
  5231.     uiStat = {
  5232.       name = "\233\128\154\232\161\140\232\175\129-140\233\128\154\232\161\140\232\175\129\229\188\185\231\170\151\232\180\173\228\185\176"
  5233.     },
  5234.     asy = true
  5235.   },
  5236.   unknowpass_backbox_view = {
  5237.     moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_view",
  5238.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBoxPreview_UIBP.UnknowPass_XYearBoxPreview_UIBP",
  5239.     uiStat = {
  5240.       name = "\233\128\154\232\161\140\232\175\129-140\232\191\148\229\156\186\229\174\157\231\174\177\233\162\132\232\167\136"
  5241.     },
  5242.     asy = true
  5243.   },
  5244.   unknowpass_backbox_lottery = {
  5245.     moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_lottery",
  5246.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBoxLottery_UIBP.UnknowPass_XYearBoxLottery_UIBP",
  5247.     isSingleton = true,
  5248.     uiStat = {
  5249.       name = "\233\128\154\232\161\140\232\175\129-140\232\191\148\229\156\186\229\174\157\231\174\177\230\138\189\229\165\150\231\149\140\233\157\162"
  5250.     },
  5251.     asy = true
  5252.   },
  5253.   unknowpass_backbox_ban = {
  5254.     moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_ban",
  5255.     path = "/Game/UMG/UI_BP/Store/Store_Banbox_UIBP.Store_Banbox_UIBP",
  5256.     uiStat = {
  5257.       name = "\233\128\154\232\161\140\232\175\129-140\232\191\148\229\156\186\229\174\157\231\174\177ban\231\149\140\233\157\162"
  5258.     },
  5259.     asy = true
  5260.   },
  5261.   BoxLottery_BanSelectItem = {
  5262.     moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_BanSelectItem",
  5263.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_BanSelectItem.BoxLottery_BanSelectItem",
  5264.     isSingleton = true,
  5265.     isMainUI = false,
  5266.     uiStat = {
  5267.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177ban\233\128\137\230\156\186\229\136\182\230\140\130\232\189\189item"
  5268.     }
  5269.   },
  5270.   BoxLottery_MustItem = {
  5271.     moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_MustItem",
  5272.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_MustItem.BoxLottery_MustItem",
  5273.     isSingleton = true,
  5274.     isMainUI = false,
  5275.     uiStat = {
  5276.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177\229\191\133\229\190\151\230\156\186\229\136\182\230\140\130\232\189\189item"
  5277.     }
  5278.   },
  5279.   BoxLottery_PrizeDrawItem = {
  5280.     moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_PrizeDrawItem",
  5281.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_PrizeDrawItem.BoxLottery_PrizeDrawItem",
  5282.     isSingleton = true,
  5283.     isMainUI = false,
  5284.     uiStat = {
  5285.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177\233\154\143\230\156\186\230\156\186\229\136\182\230\140\130\232\189\189item"
  5286.     }
  5287.   },
  5288.   BoxLottery_RateUpItem = {
  5289.     moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_RateUpItem",
  5290.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_RateUpItem.BoxLottery_RateUpItem",
  5291.     isSingleton = true,
  5292.     isMainUI = false,
  5293.     uiStat = {
  5294.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177\230\166\130\231\142\135up\230\156\186\229\136\182\230\140\130\232\189\189item"
  5295.     }
  5296.   },
  5297.   BoxLottery_WishSystemItem = {
  5298.     moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_WishSystemItem",
  5299.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_WishSystemItem.BoxLottery_WishSystemItem",
  5300.     isSingleton = true,
  5301.     isMainUI = false,
  5302.     uiStat = {
  5303.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177\230\166\130\231\142\135up\230\156\186\229\136\182\230\140\130\232\189\189item"
  5304.     }
  5305.   },
  5306.   BoxLottery_Line_Item = {
  5307.     moduleName = "client.slua_ui_framework.base",
  5308.     path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_Line_Item.BoxLottery_Line_Item",
  5309.     isSingleton = false,
  5310.     isMainUI = false,
  5311.     uiStat = {
  5312.       name = "\233\128\154\232\161\140\232\175\129-\232\191\148\229\156\186\229\174\157\231\174\177\230\156\186\229\136\182\229\136\134\229\137\178\231\186\191"
  5313.     }
  5314.   },
  5315.   Unknowpass_XYearBox_ProgressRate_Popup = {
  5316.     moduleName = "client.slua.umg.unknow_pass.140_back_box.Unknowpass_XYearBox_ProgressRate_Popup",
  5317.     path = "/Game/UMG/UI_BP/UnknowPass/Unknowpass_XYearBox_ProgressRate_Popup.Unknowpass_XYearBox_ProgressRate_Popup",
  5318.     uiStat = {
  5319.       name = "\233\128\154\232\161\140\232\175\129 - RP\232\191\148\229\156\186\229\174\157\231\174\177\229\191\133\229\190\151\230\156\186\229\136\182\228\184\173N\230\172\161\229\191\133\229\190\151\229\188\185\231\170\151"
  5320.     },
  5321.     asy = true
  5322.   },
  5323.   Unknowpass_XYearBox_Preview_UIBP = {
  5324.     moduleName = "client.slua.umg.unknow_pass.140_back_box.Unknowpass_XYearBox_Preview_UIBP",
  5325.     path = "/Game/UMG/UI_BP/UnknowPass/Unknowpass_XYearBox_Preview_UIBP.Unknowpass_XYearBox_Preview_UIBP",
  5326.     uiStat = {
  5327.       name = "\233\128\154\232\161\140\232\175\129 - RP\232\191\148\229\156\186\229\174\157\231\174\177\233\154\143\230\156\186\230\156\186\229\136\182\229\174\157\231\174\177\232\175\166\230\131\133"
  5328.     },
  5329.     asy = true
  5330.   },
  5331.   unknowpass_DecomposePopups_UIBP = {
  5332.     moduleName = "client.slua.umg.unknow_pass.unknowpass_DecomposePopups_UIBP",
  5333.     path = "/Game/UMG/UI_BP/UnknowPass/unknowpass_DecomposePopups_UIBP.unknowpass_DecomposePopups_UIBP",
  5334.     uiStat = {
  5335.       name = "\233\128\154\232\161\140\232\175\129-\231\167\175\229\136\134\229\141\161\230\137\185\233\135\143\228\189\191\231\148\168"
  5336.     },
  5337.     asy = true
  5338.   },
  5339.   unknowpass_share = {
  5340.     moduleName = "client.slua.umg.unknow_pass.unknowpass_share",
  5341.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Share_UIBP.UnknowPass_Share_UIBP",
  5342.     uiStat = {
  5343.       name = "\229\136\134\228\186\171-\233\128\154\232\161\140\232\175\129"
  5344.     },
  5345.     asy = true
  5346.   },
  5347.   unknowpass_award = {
  5348.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Award_New_BP",
  5349.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Award_New_BP.UnknowPass_Award_New_BP",
  5350.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  5351.     containerName = UIContainers.Bottom,
  5352.     uiStat = {
  5353.       name = "\233\128\154\232\161\140\232\175\129-\229\165\150\229\138\177"
  5354.     },
  5355.     asy = true
  5356.   },
  5357.   UnknowPass_Award_Branch_BP = {
  5358.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Award_Branch_BP",
  5359.     path = "/Game/Arts_UI/UnknowPass/3_2_0/UIBP_Main/UnknowPass_Award_Branch_BP.UnknowPass_Award_Branch_BP",
  5360.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  5361.     containerName = UIContainers.Bottom,
  5362.     uiStat = {
  5363.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175\226\128\148\226\128\148\229\165\150\229\138\177\231\149\140\233\157\162"
  5364.     },
  5365.     asy = true
  5366.   },
  5367.   BranchRP_Task_UIBP = {
  5368.     moduleName = "client.slua.umg.UnknowPass.Mission.BranchRP_Task_UIBP",
  5369.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/BranchRP_Task_UIBP.BranchRP_Task_UIBP",
  5370.     uiStat = {
  5371.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175\226\128\148\226\128\148\228\187\187\229\138\161\231\149\140\233\157\162\231\149\140\233\157\162"
  5372.     }
  5373.   },
  5374.   UnknowPass_Branch_TrediPushBuy_Popup_UIBP = {
  5375.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Branch_TrediPushBuy_Popup_UIBP",
  5376.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Branch_TrediPushBuy_Popup_UIBP.UnknowPass_Branch_TrediPushBuy_Popup_UIBP",
  5377.     uiStat = {
  5378.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175\226\128\148\226\128\148\232\180\173\228\185\176\229\188\185\231\170\151"
  5379.     }
  5380.   },
  5381.   UnknowPass_Branch_Theme_PushBuy_Popup_UIBP = {
  5382.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Branch_Theme_PushBuy_Popup_UIBP",
  5383.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Branch_Theme_PushBuy_Popup_UIBP.UnknowPass_Branch_Theme_PushBuy_Popup_UIBP",
  5384.     uiStat = {
  5385.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175\226\128\148\226\128\148\231\173\137\231\186\167\230\142\168\233\128\129\229\188\185\231\170\151"
  5386.     }
  5387.   },
  5388.   UnknowPass_BP_ColorSuitUnlock_Popup_UIBP = {
  5389.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_BP_ColorSuitUnlock_Popup_UIBP",
  5390.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_BP_ColorSuitUnlock_Popup_UIBP.UnknowPass_BP_ColorSuitUnlock_Popup_UIBP",
  5391.     uiStat = {
  5392.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175\226\128\148\233\128\137\230\139\169\229\188\130\232\137\178\229\165\151\232\163\133\232\167\163\233\148\129\229\188\185\231\170\151"
  5393.     }
  5394.   },
  5395.   UnknowPass_BP_DoubleColorSuit_Popup_UIBP = {
  5396.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_BP_DoubleColorSuit_Popup_UIBP",
  5397.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_BP_DoubleColorSuit_Popup_UIBP.UnknowPass_BP_DoubleColorSuit_Popup_UIBP",
  5398.     uiStat = {
  5399.       name = "RP\233\128\154\232\161\140\232\175\129\229\136\134\230\148\175BP\226\128\148\229\188\130\232\137\178\229\165\151\232\163\133\232\167\163\233\148\129\233\129\147\229\133\183\231\154\132\229\189\147\229\137\141\229\143\175\232\167\163\233\148\129\229\188\185\231\170\151"
  5400.     }
  5401.   },
  5402.   UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP = {
  5403.     moduleName = "client.slua.umg.UnknowPass.RP_Newbie.UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP",
  5404.     path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP.UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP",
  5405.     uiStat = {
  5406.       name = "BonusPass\230\150\176\230\137\139\229\188\149\229\175\188"
  5407.     }
  5408.   },
  5409.   unknowpass_toy = {
  5410.     moduleName = "client.slua.umg.unknow_pass.unknowpass_toy",
  5411.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Toys_UIBP.UnknowPass_Toys_UIBP",
  5412.     uiStat = {
  5413.       name = "\233\128\154\232\161\140\232\175\129-\231\142\169\229\133\183\228\185\139\229\138\155"
  5414.     },
  5415.     asy = true
  5416.   },
  5417.   unknowpass_toy_get = {
  5418.     moduleName = "client.slua.umg.unknow_pass.unknowpass_toy_get",
  5419.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ToysGet_UIBP.UnknowPass_ToysGet_UIBP",
  5420.     uiStat = {
  5421.       name = "\233\128\154\232\161\140\232\175\129-\231\142\169\229\133\183\228\185\139\229\138\155\232\167\163\233\148\129"
  5422.     },
  5423.     asy = true
  5424.   },
  5425.   unknowpass_levelup = {
  5426.     moduleName = "client.slua.umg.unknow_pass.unknowpass_levelup",
  5427.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_LevelUp_UIBP.UnknowPass_LevelUp_UIBP",
  5428.     containerName = UIContainers.Top,
  5429.     uiStat = {
  5430.       name = "\233\128\154\232\161\140\232\175\129-\229\141\135\231\186\167"
  5431.     },
  5432.     asy = true
  5433.   },
  5434.   bonuspass_levelup = {
  5435.     moduleName = "client.slua.umg.unknow_pass.bonuspass_levelup",
  5436.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_LevelUp_UIBP.UnknowPass_LevelUp_UIBP",
  5437.     containerName = UIContainers.Top,
  5438.     uiStat = {
  5439.       name = "RP\229\136\134\230\148\175BonusPass \233\128\154\232\161\140\232\175\129-\229\141\135\231\186\167"
  5440.     },
  5441.     asy = true
  5442.   },
  5443.   UnknowPass_Privilege_UIBP = {
  5444.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Privilege_UIBP",
  5445.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Privilege_UIBP.UnknowPass_Privilege_UIBP",
  5446.     jumpModuleID = BP_ENUM_MODULE_PRIVILEGE_UNKNOW_PASS,
  5447.     uiStat = {
  5448.       name = "\233\128\154\232\161\140\232\175\129-\231\137\185\230\157\131"
  5449.     },
  5450.     asy = true
  5451.   },
  5452.   Common_MessageBox_News_UIBP = {
  5453.     moduleName = "client.slua.umg.common.Common_MessageBox_News_UIBP",
  5454.     path = "/Game/UMG/UI_BP/Common/Common_MessageBox_News_UIBP_new.Common_MessageBox_News_UIBP_new",
  5455.     uiStat = {
  5456.       name = "pass-\232\174\162\233\152\133\229\146\140New\228\189\191\231\148\168\231\154\132\229\188\185\231\170\151"
  5457.     },
  5458.     asy = true
  5459.   },
  5460.   UnknowPass_Subscribe_New_Popup_UIBP = {
  5461.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscribe_New_Popup_UIBP",
  5462.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Subscribe_New_Popup_UIBP.UnknowPass_Subscribe_New_Popup_UIBP",
  5463.     uiStat = {
  5464.       name = "\233\128\154\232\161\140\232\175\129-Rp\232\191\158\231\187\173\229\188\128\233\128\154\229\165\150\229\138\177\231\137\185\230\157\131\229\188\185\231\170\151"
  5465.     },
  5466.     asy = true
  5467.   },
  5468.   UnknowPass_Subscription_UIBP = {
  5469.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_UIBP",
  5470.     jumpModuleID = BP_ENUM_MODULE_PRIME_UNKNOW_PASS,
  5471.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_UIBP.UnknowPass_Subscription_UIBP",
  5472.     uiStat = {
  5473.       name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133"
  5474.     },
  5475.     asy = true
  5476.   },
  5477.   UnknowPass_Subscription_Popup_UIBP = {
  5478.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Popup_UIBP",
  5479.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_Popup_UIBP.UnknowPass_Subscription_Popup_UIBP",
  5480.     uiStat = {
  5481.       name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133\233\128\137\230\139\169"
  5482.     },
  5483.     asy = true
  5484.   },
  5485.   UnknowPass_Subscription_Confirm = {
  5486.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Confirm",
  5487.     path = "/Game/UMG/UI_BP/Common/Common_MessageBox_115_UIBP.Common_MessageBox_115_UIBP",
  5488.     uiStat = {
  5489.       name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133\231\161\174\232\174\164"
  5490.     },
  5491.     asy = true
  5492.   },
  5493.   UnknowPass_Subscription_Popups_UIBP = {
  5494.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Popups_UIBP",
  5495.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_Popups_UIBP.UnknowPass_Subscription_Popups_UIBP",
  5496.     uiStat = {
  5497.       name = "\233\128\154\232\161\140\232\175\129-\232\191\158\231\187\173\232\180\173\228\185\176"
  5498.     },
  5499.     asy = true
  5500.   },
  5501.   UnknowPass_Voucher_UIBP = {
  5502.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Voucher_UIBP",
  5503.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Voucher_UIBP.UnknowPass_Voucher_UIBP",
  5504.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  5505.     uiStat = {
  5506.       name = "\233\128\154\232\161\140\232\175\129-\230\138\181\230\137\163\229\136\184\231\187\132\229\144\136"
  5507.     }
  5508.   },
  5509.   UnknowPass_Voucher_Item_UIBP = {
  5510.     moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_Voucher_Item_UIBP",
  5511.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_Voucher_Item_UIBP.UnknowPass_Voucher_Item_UIBP",
  5512.     isSingleton = false,
  5513.     uiStat = {
  5514.       name = "\233\128\154\232\161\140\232\175\129-\230\138\181\230\137\163\229\136\184\231\187\132\229\144\136\229\133\165\229\143\163"
  5515.     }
  5516.   },
  5517.   UnknowPass_ActivePack_Item_UIBP = {
  5518.     moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_ActivePack_Item_UIBP",
  5519.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_ActivePack_Item_UIBP.UnknowPass_ActivePack_Item_UIBP",
  5520.     isSingleton = false,
  5521.     uiStat = {
  5522.       name = "RP-\231\167\175\229\136\134\230\180\187\232\183\131\231\164\188\229\140\133\229\133\165\229\143\163"
  5523.     }
  5524.   },
  5525.   UnknowPass_ActivePack_UnlockPopup_UIBP = {
  5526.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UnlockPopup_UIBP",
  5527.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePack_UnlockPopup_UIBP.UnknowPass_ActivePack_UnlockPopup_UIBP",
  5528.     uiStat = {
  5529.       name = "RP-\231\167\175\229\136\134\230\180\187\232\183\131\232\167\163\233\148\129\230\143\144\231\164\186\229\155\190"
  5530.     },
  5531.     asy = true
  5532.   },
  5533.   UnknowPass_ActivePack_UIBP = {
  5534.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UIBP",
  5535.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePack_UIBP.UnknowPass_ActivePack_UIBP",
  5536.     jumpModuleID = BP_ENUM_MODULE_RP_GIFT,
  5537.     uiStat = {
  5538.       name = "RP-\231\167\175\229\136\134\230\180\187\232\183\131\231\164\188\229\140\133\228\184\187\231\149\140\233\157\162"
  5539.     },
  5540.     asy = true
  5541.   },
  5542.   UnknowPass_ActivePack_UIBP_GUIDE = {
  5543.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UIBP_GUIDE",
  5544.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackGuide_UIBP.UnknowPass_ActivePackGuide_UIBP",
  5545.     uiStat = {
  5546.       name = "RP-\231\167\175\229\136\134\230\180\187\232\183\131\231\164\188\229\140\133\228\184\187\231\149\140\233\157\162\230\150\176\230\137\139\229\188\149\229\175\188"
  5547.     },
  5548.     asy = true
  5549.   },
  5550.   UnknowPass_ActivePackSlap_UIBP = {
  5551.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePackSlap_UIBP",
  5552.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackSlap_UIBP.UnknowPass_ActivePackSlap_UIBP",
  5553.     uiStat = {
  5554.       name = "\233\128\154\232\161\140\232\175\129-\231\167\175\229\136\134\230\180\187\232\183\131\231\164\188\229\140\133\230\139\141\232\132\184\229\155\190"
  5555.     },
  5556.     containerName = UIContainers.Top,
  5557.     asy = true
  5558.   },
  5559.   UnknowPass_ActivePackGet_UIBP = {
  5560.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePackGet_UIBP",
  5561.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackGet_UIBP.UnknowPass_ActivePackGet_UIBP",
  5562.     uiStat = {
  5563.       name = "\233\128\154\232\161\140\232\175\129-\231\167\175\229\136\134\230\180\187\232\183\131\231\164\188\229\140\133\232\191\148\229\136\169\230\143\144\233\134\146\231\149\140\233\157\162"
  5564.     },
  5565.     asy = true
  5566.   },
  5567.   UnknowPass_ActivePack_StrongGuide_UIBP = {
  5568.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_StrongGuide_UIBP",
  5569.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivityPopup_UIBP.UnknowPass_ActivityPopup_UIBP",
  5570.     uiStat = {
  5571.       name = "\233\128\154\232\161\140\232\175\129\231\164\188\229\140\133-\229\188\186\229\188\149\229\175\188\231\149\140\233\157\162"
  5572.     },
  5573.     asy = true
  5574.   },
  5575.   Unknowpass_LimitTime_Activity = {
  5576.     moduleName = "client.slua.umg.UnknowPass.Unknowpass_LimitTime_Activity",
  5577.     path = "/Game/UMG/UI_BP/UnknowPass/RP_Activity_Novice_Reward_UIBP.RP_Activity_Novice_Reward_UIBP",
  5578.     isSingleton = false,
  5579.     uiStat = {
  5580.       name = "\233\128\154\232\161\140\232\175\129-\233\153\144\230\151\182\230\180\187\229\138\168\228\187\187\229\138\161"
  5581.     }
  5582.   },
  5583.   UnknowPass_RecordPreview_UIBP = {
  5584.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_RecordPreview_UIBP",
  5585.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RecordPreview_UIBP.UnknowPass_RecordPreview_UIBP",
  5586.     uiStat = {
  5587.       name = "\233\128\154\232\161\140\232\175\129-\230\161\163\230\161\136\229\165\150\229\138\177\233\162\132\232\167\136"
  5588.     },
  5589.     asy = true
  5590.   },
  5591.   UnknowPass_RecordMain_UIBP = {
  5592.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_RecordMain_UIBP",
  5593.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RecordMain_UIBP.UnknowPass_RecordMain_UIBP",
  5594.     uiStat = {
  5595.       name = "\233\128\154\232\161\140\232\175\129-\230\161\163\230\161\136"
  5596.     },
  5597.     asy = true
  5598.   },
  5599.   UnknowPass_Buy_Choose_UIBP = {
  5600.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Buy_Choose_UIBP",
  5601.     path = "/Game/UMG/UI_BP/Lobby/Itemchoose_UIBP.Itemchoose_UIBP",
  5602.     jumpModuleID = BP_ENUM_MODULE_CHOOSE_UNKNOW_PASS,
  5603.     uiStat = {
  5604.       name = "RP\229\138\168\228\189\156\233\128\137\230\139\169\231\149\140\233\157\162"
  5605.     },
  5606.     asy = true
  5607.   },
  5608.   UnknowPass_Record_Tips_UIBP = {
  5609.     moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_Record_Tips_UIBP",
  5610.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_Record_Tips_UIBP.UnknowPass_Record_Tips_UIBP",
  5611.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  5612.     containerName = UIContainers.Top,
  5613.     uiStat = {
  5614.       name = "\233\128\154\232\161\140\232\175\129-RP\229\128\188\229\162\158\229\138\160"
  5615.     },
  5616.     asy = true
  5617.   },
  5618.   UnKnowPass_IN_H5_UIBP = {
  5619.     moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_IN_H5_UIBP",
  5620.     path = "/Game/Arts_UI/UnknowPass/3_3_0/RP_PerSale_IN/UnKnowPass_IN_H5_UIBP.UnKnowPass_IN_H5_UIBP",
  5621.     uiStat = {
  5622.       name = "RP\233\162\132\232\180\173\230\180\187\229\138\168"
  5623.     }
  5624.   },
  5625.   UnKnowPass_IN_H5_BuyShow_UIBP = {
  5626.     moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_IN_H5_BuyShow_UIBP",
  5627.     path = "/Game/Arts_UI/UnknowPass/3_3_0/RP_PerSale_IN/UnKnowPass_IN_H5_BuyShow_UIBP.UnKnowPass_IN_H5_BuyShow_UIBP",
  5628.     isMainUI = false,
  5629.     uiStat = {
  5630.       name = "RP\233\162\132\232\180\173\230\180\187\229\138\168-\232\180\173\228\185\176\230\152\190\231\164\186"
  5631.     }
  5632.   },
  5633.   UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP = {
  5634.     moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP",
  5635.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP.UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP",
  5636.     isMainUI = true,
  5637.     uiStat = {
  5638.       name = "RP\233\162\132\232\180\173\230\180\187\229\138\168-\232\180\173\228\185\176\230\152\190\231\164\186"
  5639.     }
  5640.   },
  5641.   Throw_Tips_UIBP = {
  5642.     moduleName = "client.slua.umg.setting.item.Throw_Tips_UIBP",
  5643.     path = "/Game/UMG/UI_BP/Setting/item/Throw_Tips_UIBP.Throw_Tips_UIBP",
  5644.     asy = true,
  5645.     uiStat = {
  5646.       name = "\232\174\190\231\189\174-\230\138\149\230\142\183\230\143\144\231\164\186"
  5647.     }
  5648.   },
  5649.   Seeting_TwoPicturesPopup_UIBP = {
  5650.     moduleName = "client.slua.umg.setting.item.Seeting_TwoPicturesPopup_UIBP",
  5651.     path = "/Game/UMG/UI_BP/Setting/item/Seeting_TwoPicturesPopup_UIBP.Seeting_TwoPicturesPopup_UIBP",
  5652.     asy = true,
  5653.     uiStat = {
  5654.       name = "\232\174\190\231\189\174-\229\143\140\229\155\190\230\143\144\231\164\186"
  5655.     }
  5656.   },
  5657.   UnknowPass_Buy_Num_ActAnim = {
  5658.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Buy_Num_ActAnim",
  5659.     path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_BuyUPass_NumUIBP1.Activity_BuyUPass_NumUIBP1",
  5660.     isSingleton = false,
  5661.     uiStat = {
  5662.       name = "\233\128\154\232\161\140\232\175\129-\229\138\168\231\148\187"
  5663.     }
  5664.   },
  5665.   activity_buy_upass = {
  5666.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyAct",
  5667.     path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_GroupBuy_UIBP.UnknowPass_GroupBuy_UIBP",
  5668.     uiStat = {
  5669.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\232\180\173\228\185\176\230\180\187\229\138\168-\228\184\187\231\149\140\233\157\162"
  5670.     }
  5671.   },
  5672.   activity_buy_upass_detail = {
  5673.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActDetail",
  5674.     path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_TeamContentPopup_UIBP.UnknowPass_TeamContentPopup_UIBP",
  5675.     uiStat = {
  5676.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\232\180\173\228\185\176\230\180\187\229\138\168-\232\175\166\230\131\133\231\149\140\233\157\162"
  5677.     }
  5678.   },
  5679.   activity_buy_upass_invite = {
  5680.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActInvite",
  5681.     path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_TeamInvitePopup_UIBP.UnknowPass_TeamInvitePopup_UIBP",
  5682.     uiStat = {
  5683.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\232\180\173\228\185\176\230\180\187\229\138\168-\233\130\128\232\175\183\231\149\140\233\157\162"
  5684.     }
  5685.   },
  5686.   UnknowPass_GroupBuy_popups_UIBP = {
  5687.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_GroupBuy_popups_UIBP",
  5688.     path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/Item/UnknowPass_GroupBuy_popups_UIBP.UnknowPass_GroupBuy_popups_UIBP",
  5689.     uiStat = {
  5690.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\232\180\173\228\185\176\230\180\187\229\138\168-\231\179\187\231\187\159\230\142\168\232\141\144"
  5691.     }
  5692.   },
  5693.   activity_buy_upass_share_ui = {
  5694.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActShareUI",
  5695.     path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_GroupBuyShare_UIBP.UnknowPass_GroupBuyShare_UIBP",
  5696.     isSingleton = false,
  5697.     uiStat = {
  5698.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\232\180\173\228\185\176\230\180\187\229\138\168-\229\136\134\228\186\171\231\149\140\233\157\162"
  5699.     }
  5700.   },
  5701.   UnknowPass_V2RewardsPreview_UIBP = {
  5702.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_V2RewardsPreview_UIBP",
  5703.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_V2RewardsPreview_UIBP.UnknowPass_V2RewardsPreview_UIBP",
  5704.     uiStat = {
  5705.       name = "\233\128\154\232\161\140\232\175\129-\233\162\132\232\167\136\230\160\184\229\191\131\229\165\150\229\138\177"
  5706.     },
  5707.     asy = true
  5708.   },
  5709.   UnknowPass_BranchRP_RewardsPreview_UIBP = {
  5710.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_BranchRP_RewardsPreview_UIBP",
  5711.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_BranchRP_RewardsPreview_UIBP.UnknowPass_BranchRP_RewardsPreview_UIBP",
  5712.     uiStat = {
  5713.       name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136"
  5714.     },
  5715.     asy = true
  5716.   },
  5717.   UnKnowPass_Special2Choose1_Item_UIBP = {
  5718.     moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_Special2Choose1_Item_UIBP",
  5719.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_Special2Choose1_Item_UIBP.UnKnowPass_Special2Choose1_Item_UIBP",
  5720.     isMainUI = false,
  5721.     isSingleton = false,
  5722.     uiStat = {
  5723.       name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136Item"
  5724.     }
  5725.   },
  5726.   UnknowPass_NewBranchBuy_Item3_UIBP = {
  5727.     moduleName = "client.slua.umg.unknow_pass.award.UnknowPass_NewBranchBuy_Item3_UIBP",
  5728.     path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_NewBranchBuy_Item3_UIBP.UnknowPass_NewBranchBuy_Item3_UIBP",
  5729.     isMainUI = false,
  5730.     isSingleton = false,
  5731.     uiStat = {
  5732.       name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136Item"
  5733.     }
  5734.   },
  5735.   Lobby_UnknowPass_UIBP_1_0_0 = {
  5736.     moduleName = "client.slua.umg.UnknowPass.Lobby_UnknowPass_UIBP_1_0_0",
  5737.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/Lobby_UnknowPass_UIBP.Lobby_UnknowPass_UIBP",
  5738.     jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS,
  5739.     uiStat = {
  5740.       name = "\233\128\154\232\161\140\232\175\129-\233\161\181\231\173\190"
  5741.     },
  5742.     useBatchOptimization = true
  5743.   },
  5744.   UnknowPass_course_UIBP = {
  5745.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_course_UIBP",
  5746.     path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_course_UIBP.UnknowPass_course_UIBP",
  5747.     uiStat = {
  5748.       name = "\233\128\154\232\161\140\232\175\129-\230\150\176\230\137\139\229\188\149\229\175\188"
  5749.     },
  5750.     asy = true
  5751.   },
  5752.   UnknowPass_Purchase_Guidance_UIBP = {
  5753.     moduleName = "client.slua.umg.UnknowPass.UnknowPass_Purchase_Guidance_UIBP",
  5754.     path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_Purchase_Guidance_UIBP.UnknowPass_Purchase_Guidance_UIBP",
  5755.     uiStat = {
  5756.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\231\149\140\233\157\162\230\150\176\230\137\139\229\188\149\229\175\188"
  5757.     },
  5758.     asy = true
  5759.   },
  5760.   UPassIntroduceUIBP = {
  5761.     moduleName = "client.slua.umg.UnknowPass.UPassIntroduceUIBP",
  5762.     path = "/Game/UMG/UI_BP/UnknowPass/UPassIntroduceUIBP.UPassIntroduceUIBP",
  5763.     uiStat = {
  5764.       name = "\233\128\154\232\161\140\232\175\129-\229\188\128\229\156\186\229\138\168\231\148\187"
  5765.     },
  5766.     asy = true
  5767.   },
  5768.   unknowpass_mission = {
  5769.     moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_RP_Task_UIBP",
  5770.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_Integration_RP_Task_UIBP.Lobby_Integration_RP_Task_UIBP",
  5771.     isMainUI = false,
  5772.     uiStat = {
  5773.       name = "\233\128\154\232\161\140\232\175\129-\230\150\176\231\154\132\229\145\168\228\187\187\229\138\161"
  5774.     },
  5775.     asy = true
  5776.   },
  5777.   unknowpass_mission_sec = {
  5778.     moduleName = "client.slua.umg.UnknowPass.Mission.unknowpass_mission_sec",
  5779.     path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/RP_Task_UIBP.RP_Task_UIBP",
  5780.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
  5781.     uiStat = {
  5782.       name = "\233\128\154\232\161\140\232\175\129-\229\145\168\228\187\187\229\138\161"
  5783.     }
  5784.   },
  5785.   Lobby_IntegrationTask_RP_Guide_UIBP = {
  5786.     moduleName = "client.slua.umg.task.Task_Integration.Lobby_IntegrationTask_RP_Guide_UIBP",
  5787.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_IntegrationTask_RP_Guide_UIBP.Lobby_IntegrationTask_RP_Guide_UIBP",
  5788.     uiStat = {
  5789.       name = "\233\128\154\232\161\140\232\175\129-\228\187\187\229\138\161\230\150\176\230\137\139\229\188\149\229\175\188"
  5790.     },
  5791.     asy = true
  5792.   },
  5793.   unknowpass_activity_collection_page = {
  5794.     moduleName = "client.slua.umg.unknow_pass.activity_collection.unknowpass_activity_collection_page",
  5795.     path = "/Game/UMG/UI_BP/UnknowPass/ActivityCollect/ActivityCollect_UIBP.ActivityCollect_UIBP",
  5796.     jumpModuleID = BP_ENUM_MODULE_UNKNOWPASS_ACTIVITY_COLLECTION,
  5797.     uiStat = {
  5798.       name = "\233\128\154\232\161\140\232\175\129-\230\180\187\229\138\168\233\155\134\229\144\136\233\161\181\229\177\149\231\164\186\231\149\140\233\157\162"
  5799.     },
  5800.     asy = true
  5801.   },
  5802.   unknowpass_activity_crt_score = {
  5803.     moduleName = "client.slua.umg.unknow_pass.activity_rp_crt.unknowpass_activity_crt_score",
  5804.     path = "/Game/UMG/UI_BP/UnknowPass/RP_integral_crit/UnknowPass_integral_crit_UIBP.UnknowPass_integral_crit_UIBP",
  5805.     jumpModuleID = BP_ENUM_MODULE_RP_CRT_SCORE,
  5806.     uiStat = {
  5807.       name = "\233\128\154\232\161\140\232\175\129-RP\231\167\175\229\136\134\230\154\180\229\135\187\231\149\140\233\157\162"
  5808.     },
  5809.     asy = true
  5810.   },
  5811.   UPass_Activity_Koi_UIBP = {
  5812.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_UIBP",
  5813.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_UIBP.Koi_UIBP",
  5814.     jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS_KOI,
  5815.     uiStat = {
  5816.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-\228\184\187\231\149\140\233\157\162"
  5817.     }
  5818.   },
  5819.   UPass_Koi_Result_UIBP = {
  5820.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Result_UIBP",
  5821.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Result_UIBP.Koi_Result_UIBP",
  5822.     uiStat = {
  5823.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-\229\188\128\229\165\150\231\149\140\233\157\162"
  5824.     }
  5825.   },
  5826.   UPass_Koi_Lottery_Avatar_UIBP = {
  5827.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_UIBP",
  5828.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_LuckyNumber_UIBP.Koi_LuckyNumber_UIBP",
  5829.     jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS_KOI_AVATAR,
  5830.     uiStat = {
  5831.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-Avatar\229\177\149\231\164\186\231\149\140\233\157\162"
  5832.     }
  5833.   },
  5834.   Upass_Koi_Award_Guide = {
  5835.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_Award_UIBP",
  5836.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_LuckyNumber_Award_UIBP.Koi_LuckyNumber_Award_UIBP",
  5837.     uiStat = {
  5838.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-\229\165\150\229\138\177\229\177\149\231\164\186\230\140\135\229\188\149\231\149\140\233\157\162"
  5839.     }
  5840.   },
  5841.   Upass_Koi_Lottery_List_UIBP = {
  5842.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Popup_Namelist_UIBP",
  5843.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Popup_Namelist_UIBP.Koi_Popup_Namelist_UIBP",
  5844.     uiStat = {
  5845.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-\228\184\173\229\165\150\232\128\133\229\144\141\229\141\149\231\149\140\233\157\162"
  5846.     }
  5847.   },
  5848.   Upass_Koi_Avatar_Info_Item = {
  5849.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_Item_UIBP",
  5850.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Item/Koi_LuckyNumber_Item_UIBP.Koi_LuckyNumber_Item_UIBP",
  5851.     isSingleton = false
  5852.   },
  5853.   Upass_Koi_Select_Award_UIBP = {
  5854.     moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Popup_RewardChoose_UIBP",
  5855.     path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Popup_RewardChoose_UIBP.Koi_Popup_RewardChoose_UIBP",
  5856.     uiStat = {
  5857.       name = "\233\128\154\232\161\140\232\175\129-\229\133\168\230\156\141\233\148\166\233\178\164-\229\165\150\229\138\177\233\128\137\230\139\169\231\149\140\233\157\162"
  5858.     }
  5859.   },
  5860.   UnknowPass_Award_New_Popup_UIBP = {
  5861.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Award_New_Popup_UIBP",
  5862.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Award_New_Popup_UIBP.UnknowPass_Award_New_Popup_UIBP",
  5863.     uiStat = {
  5864.       name = "\233\128\154\232\161\140\232\175\129-\231\178\190\231\187\134\229\140\150\228\187\187\229\138\161"
  5865.     }
  5866.   },
  5867.   UnknowPass_FriendRequest_Popup_UIBP = {
  5868.     moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_FriendRequest_Popup_UIBP",
  5869.     path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_FriendRequest_Popup_UIBP.UnknowPass_FriendRequest_Popup_UIBP",
  5870.     uiStat = {
  5871.       name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\229\188\149\229\175\188\230\150\176\231\137\185\230\157\131"
  5872.     }
  5873.   },
  5874.   ui_mvp_motion = {
  5875.     moduleName = "client.slua.umg.mvp_motion.ui_mvp_motion",
  5876.     path = "/Game/UMG/UI_BP/Store/Show_MVP_UIBP.Show_MVP_UIBP",
  5877.     uiStat = {
  5878.       name = "MVP\229\138\168\228\189\156\229\188\185\231\170\151"
  5879.     }
  5880.   },
  5881.   pandora_loading = {
  5882.     moduleName = "client.slua.umg.pandora.pandora_loading",
  5883.     path = "/Game/UMG/UI_BP/Pandora/Pandora_Loading_UIBP.Pandora_Loading_UIBP",
  5884.     isMainUI = false,
  5885.     uiStat = {
  5886.       name = "\230\189\152\229\164\154\230\139\137-\229\138\160\232\189\189"
  5887.     },
  5888.     containerName = UIContainers.Top
  5889.   },
  5890.   pandora_package_preview_panel = {
  5891.     moduleName = "client.slua.umg.lobby_item.pandora_package_preview_panel",
  5892.     path = "/Game/UMG/UI_BP/Lobby/PackagePreview_UIBP.PackagePreview_UIBP",
  5893.     uiStat = {
  5894.       name = "\230\189\152\229\164\154\230\139\137-\231\164\188\229\140\133\233\162\132\232\167\136\231\149\140\233\157\162"
  5895.     }
  5896.   },
  5897.   pandora_Exchange = {
  5898.     moduleName = "client.slua.umg.pandora.Exchange_UIBP",
  5899.     path = "/Game/UMG/UI_BP/Pandora/Pandora_Exchange_UIBP.Pandora_Exchange_UIBP",
  5900.     jumpModuleID = BP_ENUM_MODULE_PANDORA_EXCHANGE,
  5901.     uiStat = {
  5902.       name = "\230\189\152\229\164\154\230\139\137-\229\133\145\230\141\162\229\149\134\229\186\151"
  5903.     }
  5904.   },
  5905.   Pandora_Popular_UIBP = {
  5906.     moduleName = "client.slua.umg.pandora.Pandora_Popular_UIBP",
  5907.     path = "/Game/UMG/UI_BP/SpecialOffer/Pandora/Pandora_Main_UIBP.Pandora_Main_UIBP",
  5908.     isMainUI = false,
  5909.     uiStat = {
  5910.       name = "\231\137\185\230\131\160-\230\189\152\229\164\154\230\139\137\231\131\173\233\151\168\230\180\187\229\138\168"
  5911.     }
  5912.   },
  5913.   Pandora_Item_UIBP = {
  5914.     moduleName = "client.slua.umg.pandora.Pandora_Item_UIBP",
  5915.     path = "/Game/UMG/UI_BP/SpecialOffer/Pandora/Item/Pandora_Item_UIBP.Pandora_Item_UIBP",
  5916.     isSingleton = false,
  5917.     uiStat = {
  5918.       name = "\231\137\185\230\131\160-\230\189\152\229\164\154\230\139\137\231\131\173\233\151\168\230\180\187\229\138\168-\229\133\165\229\143\163item"
  5919.     }
  5920.   },
  5921.   ui_luckairdrop_subitem = {
  5922.     moduleName = "client.slua.umg.luck_airdrop.ui_luckairdrop_subitem",
  5923.     path = "/Game/UMG/UI_BP/Lobby/LuckyKT_ITEM_UIBP.LuckyKT_ITEM_UIBP",
  5924.     isSingleton = false,
  5925.     uiStat = {
  5926.       name = "\229\185\184\232\191\144\231\169\186\230\138\149\229\173\144\231\137\169\228\189\147"
  5927.     }
  5928.   },
  5929.   ui_luck_air_drop_style_new = {
  5930.     moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_drop_style_new",
  5931.     path = "/Game/UMG/UI_BP/Lobby/LuckyKT_V1_UIBP.LuckyKT_V1_UIBP",
  5932.     jumpModuleID = BP_ENUM_MODULE_AIR_DROP,
  5933.     uiStat = {
  5934.       name = "\229\185\184\232\191\144\231\169\186\230\138\149-\230\150\176\231\137\136\231\169\186\230\138\149"
  5935.     }
  5936.   },
  5937.   ui_luck_air_drop_popup = {
  5938.     moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_popup",
  5939.     path = "/Game/UMG/UI_BP/Lobby/LuckyKT_PopUp_UIBP.LuckyKT_PopUp_UIBP",
  5940.     handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
  5941.     uiStat = {
  5942.       name = "\229\185\184\232\191\144\231\169\186\230\138\149-\229\188\185\231\170\151"
  5943.     }
  5944.   },
  5945.   ui_luckairdrop_video = {
  5946.     moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_video",
  5947.     path = "/Game/UMG/UI_BP/Lobby/LuckyKT_V1video_UIBP.LuckyKT_V1video_UIBP",
  5948.     uiStat = {
  5949.       name = "\229\185\184\232\191\144\231\169\186\230\138\149-\231\156\139\232\167\134\233\162\145"
  5950.     }
  5951.   },
  5952.   SmallKT_UIBP = {
  5953.     moduleName = "client.slua.umg.lobby.SmallKT_UIBP",
  5954.     path = "/Game/UMG/UI_BP/Lobby/SmallKT_UIBP.SmallKT_UIBP",
  5955.     uiStat = {
  5956.       name = "\229\185\184\232\191\144\231\169\186\230\138\149-\232\180\173\228\185\176\231\149\140\233\157\162"
  5957.     }
  5958.   },
  5959.   EvaluateUI = {
  5960.     moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_drop_evaluate",
  5961.     path = "/Game/UMG/UI_BP/Lobby/LuckyKT_Tips_UIBP.LuckyKT_Tips_UIBP",
  5962.     isSingleton = false,
  5963.     uiStat = {
  5964.       name = "\231\169\186\230\138\149-\232\175\132\228\187\183\231\179\187\231\187\159"
  5965.     }
  5966.   },
  5967.   ui_season_switch_mgr = {
  5968.     moduleName = "client.slua.umg.season.season_switch_mgr",
  5969.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Start_Root.Lobby_Season_Start_Root",
  5970.     AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
  5971.     limitScene = GameStatus.Lobby,
  5972.     uiStat = {
  5973.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162"
  5974.     }
  5975.   },
  5976.   season_lookback = {
  5977.     moduleName = "client.slua.umg.season.season_lookback",
  5978.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Lookback_UIBP.Lobby_Season_Lookback_UIBP",
  5979.     jumpModuleID = BP_ENUM_MODULE_LOOKBACK,
  5980.     uiStat = {
  5981.       name = "\232\181\155\229\173\163-\232\181\155\229\173\163\229\155\158\233\161\190"
  5982.     }
  5983.   },
  5984.   Season_Looback_SharePopup_UIBP = {
  5985.     moduleName = "client.slua.umg.Lobby_SeasonUI.Season_Lookback.Season_Looback_SharePopup_UIBP",
  5986.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_SharePopup_UIBP.Season_Looback_SharePopup_UIBP",
  5987.     uiStat = {
  5988.       name = "\232\181\155\229\173\163-\232\181\155\229\173\163\229\155\158\233\161\190\229\136\134\228\186\171"
  5989.     }
  5990.   },
  5991.   ui_season_switch_page1 = {
  5992.     moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_001",
  5993.     path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_001.Lobby_Season_Start_UIBP_001",
  5994.     uiStat = {
  5995.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162-\233\161\1811"
  5996.     }
  5997.   },
  5998.   ui_season_switch_page2 = {
  5999.     moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_002",
  6000.     path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_002.Lobby_Season_Start_UIBP_002",
  6001.     uiStat = {
  6002.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162-\233\161\1812"
  6003.     }
  6004.   },
  6005.   ui_season_switch_page3 = {
  6006.     moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_003",
  6007.     path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_003.Lobby_Season_Start_UIBP_003",
  6008.     uiStat = {
  6009.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162-\233\161\1813"
  6010.     }
  6011.   },
  6012.   ui_season_switch_page4 = {
  6013.     moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_004",
  6014.     path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_004.Lobby_Season_Start_UIBP_004",
  6015.     uiStat = {
  6016.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162-\233\161\1814"
  6017.     }
  6018.   },
  6019.   ui_season_switch_page5 = {
  6020.     moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_005",
  6021.     path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_005.Lobby_Season_Start_UIBP_005",
  6022.     uiStat = {
  6023.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162-\233\161\1815"
  6024.     }
  6025.   },
  6026.   ui_season_slapface = {
  6027.     moduleName = "client.slua.umg.season.season_slap",
  6028.     closeOnSwitch = false,
  6029.     path = "/Game/UMG/UI_BP/Lobby/Rank_LevelUP_S20_UIBP.Rank_LevelUP_S20_UIBP",
  6030.     uiStat = {
  6031.       name = "\232\181\155\229\173\163-\230\174\181\228\189\141\230\139\141\232\132\184"
  6032.     }
  6033.   },
  6034.   ui_season_slapface2 = {
  6035.     moduleName = "client.slua.umg.season.season_slap2",
  6036.     closeOnSwitch = false,
  6037.     path = "/Game/UMG/UI_BP/Lobby/Rank_GOVresult_S20_UIBP.Rank_GOVresult_S20_UIBP",
  6038.     uiStat = {
  6039.       name = "\232\181\155\229\173\163-\230\136\152\231\165\158\230\139\141\232\132\184"
  6040.     }
  6041.   },
  6042.   ui_season_anim_mgr = {
  6043.     moduleName = "client.slua.umg.season.season_anim_mgr",
  6044.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Switch_Root.Lobby_Season_Switch_Root",
  6045.     uiStat = {
  6046.       name = "\232\181\155\229\173\163-\229\138\168\231\148\187"
  6047.     }
  6048.   },
  6049.   ui_season_rank_share_high = {
  6050.     moduleName = "client.slua.umg.season.season_rank_share_high",
  6051.     path = "/Game/UMG/UI_BP/Lobby/Rank_GOVresultShare_UIBP.Rank_GOVresult_UIBP",
  6052.     uiStat = {
  6053.       name = "\229\136\134\228\186\171-\232\181\155\229\173\163-\233\171\152\230\184\133"
  6054.     }
  6055.   },
  6056.   ui_season_rank_share = {
  6057.     moduleName = "client.slua.umg.season.season_rank_share",
  6058.     path = "/Game/UMG/UI_BP/Lobby/Rank_LevelUPShare_UIBP.Rank_LevelUPShare_UIBP",
  6059.     uiStat = {
  6060.       name = "\229\136\134\228\186\171-\232\181\155\229\173\163"
  6061.     }
  6062.   },
  6063.   ui_season_end_reminder = {
  6064.     moduleName = "client.slua.umg.season.season_end_reminder",
  6065.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_SeasonUI_End_reminder_UIBP.Lobby_SeasonUI_End_reminder_UIBP",
  6066.     uiStat = {
  6067.       name = "\232\181\155\229\173\163-\231\187\147\230\157\159\230\143\144\233\134\146"
  6068.     }
  6069.   },
  6070.   Lobby_SeasonUI_Homepage_New_UIBP = {
  6071.     moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_SeasonUI_Homepage_New_UIBP",
  6072.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/NewSeason/Lobby_SeasonUI_Homepage_New_UIBP.Lobby_SeasonUI_Homepage_New_UIBP",
  6073.     jumpModuleID = BP_ENUM_MODULE_SEASON,
  6074.     limitScene = GameStatus.Lobby,
  6075.     enableCDNCompress = true,
  6076.     uiStat = {
  6077.       name = "\232\181\155\229\173\163-\230\150\176\228\184\187\231\149\140\233\157\162"
  6078.     }
  6079.   },
  6080.   Lobby_Season_Target_Setting_UIBP = {
  6081.     moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Target_Setting_UIBP",
  6082.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_Target_Setting_UIBP.Lobby_Season_Target_Setting_UIBP",
  6083.     uiStat = {
  6084.       name = "\232\181\155\229\173\163-\230\174\181\228\189\141\231\155\174\230\160\135\232\174\190\231\189\174"
  6085.     }
  6086.   },
  6087.   Lobby_Season_Target_UIBP = {
  6088.     moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Target_UIBP",
  6089.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_Target_UIBP.Lobby_Season_Target_UIBP",
  6090.     uiStat = {
  6091.       name = "\232\181\155\229\173\163-\230\174\181\228\189\141\231\155\174\230\160\135"
  6092.     }
  6093.   },
  6094.   Lobby_Season_Segment_Target_Tips = {
  6095.     moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Segment_Target_Tips",
  6096.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/NewSeason/NewItem/Segment_Target_Tips.Segment_Target_Tips",
  6097.     isMainUI = false,
  6098.     uiStat = {
  6099.       name = "\232\181\155\229\173\163-\230\174\181\228\189\141\231\155\174\230\160\135\231\138\182\230\128\129\229\173\144\231\149\140\233\157\162"
  6100.     }
  6101.   },
  6102.   Season_Looback_Main_UIBP = {
  6103.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Main_UIBP",
  6104.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Main_UIBP.Season_Looback_Main_UIBP",
  6105.     jumpModuleID = BP_ENUM_MODULE_NEW_SEASON_LOOKBACK,
  6106.     uiStat = {
  6107.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190"
  6108.     }
  6109.   },
  6110.   Season_Looback_Page1_UIBP = {
  6111.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page1_UIBP",
  6112.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page1_UIBP.Season_Looback_Page1_UIBP",
  6113.     isMainUI = false,
  6114.     isSingleton = false,
  6115.     uiStat = {
  6116.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\228\184\128\233\161\181"
  6117.     }
  6118.   },
  6119.   Season_Looback_Page2_UIBP = {
  6120.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page2_UIBP",
  6121.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page2_UIBP.Season_Looback_Page2_UIBP",
  6122.     isMainUI = false,
  6123.     isSingleton = false,
  6124.     uiStat = {
  6125.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\228\186\140\233\161\181"
  6126.     }
  6127.   },
  6128.   Season_Looback_Page3_UIBP = {
  6129.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page3_UIBP",
  6130.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page3_UIBP.Season_Looback_Page3_UIBP",
  6131.     isMainUI = false,
  6132.     isSingleton = false,
  6133.     uiStat = {
  6134.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\228\184\137\233\161\181"
  6135.     }
  6136.   },
  6137.   Season_Looback_Page4_UIBP = {
  6138.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page4_UIBP",
  6139.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page4_UIBP.Season_Looback_Page4_UIBP",
  6140.     isMainUI = false,
  6141.     isSingleton = false,
  6142.     uiStat = {
  6143.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\229\155\155\233\161\181"
  6144.     }
  6145.   },
  6146.   Season_Looback_Page5_UIBP = {
  6147.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page5_UIBP",
  6148.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page5_UIBP.Season_Looback_Page5_UIBP",
  6149.     isMainUI = false,
  6150.     isSingleton = false,
  6151.     uiStat = {
  6152.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\228\186\148\233\161\181"
  6153.     }
  6154.   },
  6155.   Season_Looback_Page6_UIBP = {
  6156.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page6_UIBP",
  6157.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page6_UIBP.Season_Looback_Page6_UIBP",
  6158.     isMainUI = false,
  6159.     isSingleton = false,
  6160.     uiStat = {
  6161.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\231\172\172\229\133\173\233\161\181"
  6162.     }
  6163.   },
  6164.   Season_Lookback_Share_Entrance_Popup_UIBP = {
  6165.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_Share_Entrance_Popup_UIBP",
  6166.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Popup/Season_Lookback_Share_Entrance_Popup_UIBP.Season_Lookback_Share_Entrance_Popup_UIBP",
  6167.     uiStat = {
  6168.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\230\155\180\229\164\154\229\136\134\228\186\171"
  6169.     }
  6170.   },
  6171.   Season_Looback_Recent_Gift_Ani = {
  6172.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Recent_Gift_Ani",
  6173.     path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Gift_ani_UIBP.Gift_ani_UIBP",
  6174.     ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
  6175.     isSingleton = false,
  6176.     uiStat = {
  6177.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\230\156\128\232\191\145\231\164\188\231\137\169\229\186\149\233\131\168\229\138\168\231\148\187"
  6178.     }
  6179.   },
  6180.   Season_Lookback_LongImage_Share_Component = {
  6181.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_LongImage_Share_Component",
  6182.     path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
  6183.     uiStat = {
  6184.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\233\149\191\229\155\190\229\136\134\228\186\171"
  6185.     }
  6186.   },
  6187.   Season_Lookback_SharelongImage_UIBP = {
  6188.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_SharelongImage_UIBP",
  6189.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Lookback_SharelongImage_UIBP.Season_Lookback_SharelongImage_UIBP",
  6190.     isMainUI = false,
  6191.     uiStat = {
  6192.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\233\149\191\229\155\190\229\136\134\228\186\171\229\173\144\232\147\157\229\155\190"
  6193.     }
  6194.   },
  6195.   Season_Lookback_LongImage_Preview_UIBP = {
  6196.     moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_LongImage_Preview_UIBP",
  6197.     path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Lookback_LongImage_Preview_UIBP.Season_Lookback_LongImage_Preview_UIBP",
  6198.     uiStat = {
  6199.       name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190-\233\149\191\229\155\190\233\162\132\232\167\136"
  6200.     }
  6201.   },
  6202.   ui_room_waiting = {
  6203.     moduleName = "client.slua.umg.room.room_waiting",
  6204.     path = "/Game/UMG/UI_BP/Room/NewRoomWaiting.NewRoomWaiting",
  6205.     jumpModuleID = BP_ENUM_MODULE_ROOM_WAITING,
  6206.     asy = true,
  6207.     uiStat = {
  6208.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\231\173\137\229\190\133\231\149\140\233\157\162"
  6209.     }
  6210.   },
  6211.   ui_room_waiting_test = {
  6212.     moduleName = "client.slua.umg.room.room_waiting_test",
  6213.     path = "/Game/UMG/UI_BP/Room/NewRoomWaiting_2.NewRoomWaiting_2",
  6214.     asy = true,
  6215.     uiStat = {
  6216.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\231\173\137\229\190\133\231\149\140\233\157\162-\230\181\139\232\175\149"
  6217.     }
  6218.   },
  6219.   ui_room_waiting_allstar = {
  6220.     moduleName = "client.slua.umg.room.room_waiting_allstar",
  6221.     path = "/Game/UMG/UI_BP/ESport/AllStar/Enter_the_game/NewRoomWaiting.NewRoomWaiting",
  6222.     asy = true,
  6223.     uiStat = {
  6224.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\231\173\137\229\190\133\231\149\140\233\157\162-\229\133\168\230\176\145\232\181\155"
  6225.     }
  6226.   },
  6227.   ui_room_ob = {
  6228.     moduleName = "client.slua.umg.room.room_ob",
  6229.     path = "/Game/UMG/UI_BP/Room/RoomWaiting_Ob_BP.RoomWaiting_Ob_BP",
  6230.     asy = true,
  6231.     uiStat = {
  6232.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-Ob\229\136\151\232\161\168"
  6233.     }
  6234.   },
  6235.   ui_room_ob_allstar = {
  6236.     moduleName = "client.slua.umg.room.room_ob_allstar",
  6237.     path = "/Game/UMG/UI_BP/Room/RoomWaiting_Ob_BP.RoomWaiting_Ob_BP",
  6238.     asy = true,
  6239.     uiStat = {
  6240.       name = "\229\133\168\230\176\145\232\181\155-\230\136\191\233\151\180Ob\229\136\151\232\161\168"
  6241.     },
  6242.     isMainUI = false
  6243.   },
  6244.   ui_room_change_pswd = {
  6245.     moduleName = "client.slua.umg.room.Room_Change_psrd_PopUp",
  6246.     path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
  6247.     asy = true,
  6248.     uiStat = {
  6249.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\148\185\229\175\134\231\160\129"
  6250.     }
  6251.   },
  6252.   ui_room_change_name = {
  6253.     moduleName = "client.slua.umg.room.Room_Change_Name_PopUp",
  6254.     path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
  6255.     uiStat = {
  6256.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\148\185\230\152\181\231\167\176(\228\186\154\232\191\144\230\168\161\229\188\143)"
  6257.     }
  6258.   },
  6259.   ui_room_creat_bonus = {
  6260.     moduleName = "client.slua.umg.room.Room_CreatRoom_Bonus",
  6261.     path = "/Game/UMG/UI_BP/Room/Item/Room_CreatRoom_Item_1_UIBP.Room_CreatRoom_Item_1_UIBP",
  6262.     asy = true,
  6263.     uiStat = {
  6264.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186bonus\230\136\191\233\151\180"
  6265.     }
  6266.   },
  6267.   room_create = {
  6268.     moduleName = "client.slua.umg.room.create.room_create_main",
  6269.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_UIBP.Room_CreateRoom_UIBP",
  6270.     asy = true,
  6271.     uiStat = {
  6272.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\230\136\191\233\151\180"
  6273.     }
  6274.   },
  6275.   room_create_normal_page = {
  6276.     moduleName = "client.slua.umg.room.create.room_create_normal_page",
  6277.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_NormalPage.Room_CreateRoom_NormalPage",
  6278.     isMainUI = false,
  6279.     asy = true,
  6280.     uiStat = {
  6281.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\230\136\191\233\151\180-\229\159\186\231\161\128\232\174\190\229\174\154"
  6282.     }
  6283.   },
  6284.   room_create_asian_game_page = {
  6285.     moduleName = "client.slua.umg.room.asian_games.room_create_asian_game_page",
  6286.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AsianGamesPage.Room_CreateRoom_AsianGamesPage",
  6287.     isMainUI = false,
  6288.     isSingleton = false,
  6289.     uiStat = {
  6290.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\230\136\191\233\151\180-\228\186\154\232\191\144\232\174\190\229\174\154"
  6291.     }
  6292.   },
  6293.   room_create_advance_page = {
  6294.     moduleName = "client.slua.umg.room.create.room_create_advance_page",
  6295.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AdvancePage.Room_CreateRoom_AdvancePage",
  6296.     isMainUI = false,
  6297.     asy = true,
  6298.     uiStat = {
  6299.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\230\136\191\233\151\180-\232\191\155\233\152\182\232\174\190\229\174\154"
  6300.     }
  6301.   },
  6302.   room_create_circle_page = {
  6303.     moduleName = "client.slua.umg.room.create.room_create_circle_page",
  6304.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AdvancePage.Room_CreateRoom_AdvancePage",
  6305.     isMainUI = false,
  6306.     asy = true,
  6307.     uiStat = {
  6308.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\230\136\191\233\151\180-\230\175\146\229\156\136\232\174\190\229\174\154"
  6309.     }
  6310.   },
  6311.   room_option = {
  6312.     moduleName = "client.slua.umg.room.option.room_option_main",
  6313.     path = "/Game/UMG/UI_BP/Room/Room_Option_UIBP.Room_Option_UIBP",
  6314.     asy = true,
  6315.     uiStat = {
  6316.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\136\191\233\151\180\232\174\190\231\189\174"
  6317.     }
  6318.   },
  6319.   room_option_advance_page = {
  6320.     moduleName = "client.slua.umg.room.option.room_option_advance_page",
  6321.     path = "/Game/UMG/UI_BP/Room/Room_Option_AdvancePage.Room_Option_AdvancePage",
  6322.     isMainUI = false,
  6323.     asy = true,
  6324.     uiStat = {
  6325.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\136\191\233\151\180\232\174\190\231\189\174-\232\191\155\233\152\182\232\174\190\229\174\154"
  6326.     }
  6327.   },
  6328.   room_list = {
  6329.     moduleName = "client.slua.umg.room.list.room_list_main",
  6330.     jumpModuleID = BP_ENUM_MODULE_ROOM_LIST,
  6331.     path = "/Game/UMG/UI_BP/Room/Room_List_UIBP.Room_List_UIBP",
  6332.     asy = true,
  6333.     uiStat = {
  6334.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\136\191\233\151\180\229\136\151\232\161\168"
  6335.     }
  6336.   },
  6337.   room_list_password_popup = {
  6338.     moduleName = "client.slua.umg.room.list.room_list_password_popup",
  6339.     path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
  6340.     asy = true,
  6341.     uiStat = {
  6342.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\232\190\147\229\133\165\229\175\134\231\160\129"
  6343.     }
  6344.   },
  6345.   room_list_create_match_select = {
  6346.     moduleName = "client.slua.umg.room.list.room_list_create_match_select",
  6347.     path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_UIBP_Item.Room_CreateRoom_UIBP_Item",
  6348.     asy = true,
  6349.     uiStat = {
  6350.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\229\136\155\229\187\186\232\181\155\228\186\139\233\128\137\230\139\169"
  6351.     }
  6352.   },
  6353.   RoomModeListItem_BP = {
  6354.     moduleName = "client.slua.umg.room.item.RoomModeListItem_BP",
  6355.     path = "/Game/UMG/UI_BP/Room/Item/RoomModeListItem_BP.RoomModeListItem_BP",
  6356.     isSingleton = false,
  6357.     isMainUI = false,
  6358.     uiStat = {
  6359.       name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\168\161\229\188\143\228\184\139\230\139\137Item"
  6360.     }
  6361.   },
  6362.   Room_Map_Tips = {
  6363.     moduleName = "client.slua.umg.room.item.Room_Map_Tips",
  6364.     path = "/Game/UMG/UI_BP/Room/Item/Room_Map_Tips.Room_Map_Tips",
  6365.     isSingleton = false,
  6366.     isMainUI = false,
  6367.     loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").None
  6368.   },
  6369.   New_Day_Task_UIBP = {
  6370.     moduleName = "client.slua.umg.task.Task_Integration.New_Day_Task_UIBP",
  6371.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_Day_Task_UIBP_New.Lobby_Integration_Day_Task_UIBP_New",
  6372.     isMainUI = false,
  6373.     uiStat = {
  6374.       name = "\228\187\187\229\138\161-\230\175\143\230\151\165\228\187\187\229\138\161"
  6375.     }
  6376.   },
  6377.   Lobby_Integration_DayTask_Award_Popup_UIBP = {
  6378.     moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_DayTask_Award_Popup_UIBP",
  6379.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_DayTask_Award_Popup_UIBP.Lobby_Integration_DayTask_Award_Popup_UIBP",
  6380.     uiStat = {
  6381.       name = "\228\187\187\229\138\161-\230\175\143\230\151\165\228\187\187\229\138\161-\233\162\157\229\164\150\231\153\187\229\189\149\229\165\150\229\138\177\229\188\185\231\170\151"
  6382.     }
  6383.   },
  6384.   Lobby_Integration_DayTask_Limited_Popup_UIBP = {
  6385.     moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_DayTask_Limited_Popup_UIBP",
  6386.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_DayTask_Limited_Popup_UIBP.Lobby_Integration_DayTask_Limited_Popup_UIBP",
  6387.     containerName = UIContainers.Top,
  6388.     uiStat = {
  6389.       name = "\228\187\187\229\138\161-\230\175\143\230\151\165\228\187\187\229\138\161-\228\184\147\229\177\158\228\187\187\229\138\161\229\165\150\229\138\177\229\188\185\231\170\151"
  6390.     }
  6391.   },
  6392.   Task_LevelBP = {
  6393.     moduleName = "client.slua.umg.task.Task_LevelBP",
  6394.     path = "/Game/UMG/UI_BP/Task/Lobby_Task_LevelBP.Lobby_Task_LevelBP",
  6395.     jumpModuleID = BP_ENUM_MODULE_TASK_LEVEL,
  6396.     uiStat = {
  6397.       name = "\228\187\187\229\138\161-\230\136\144\233\149\191\228\187\187\229\138\161"
  6398.     }
  6399.   },
  6400.   Task_WeekBP = {
  6401.     moduleName = "client.slua.umg.task.Task_WeekBP",
  6402.     path = "/Game/UMG/UI_BP/Task/Lobby_Task_WeekBP.Lobby_Task_WeekBP",
  6403.     uiStat = {
  6404.       name = "\228\187\187\229\138\161-\230\175\143\229\145\168\228\187\187\229\138\161"
  6405.     },
  6406.     isMainUI = false
  6407.   },
  6408.   Task_MgrBP = {
  6409.     moduleName = "client.slua.umg.task.Task_MgrBP",
  6410.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Task_MgrBP_New.Lobby_Task_MgrBP_New",
  6411.     jumpModuleID = BP_ENUM_MODULE_TASK,
  6412.     uiStat = {
  6413.       name = "\228\187\187\229\138\161-\228\187\187\229\138\161\233\161\181\231\173\190"
  6414.     }
  6415.   },
  6416.   New_Day_Task_Guide = {
  6417.     moduleName = "client.slua.umg.task.Task_Integration.Lobby_IntegrationTask_Guide_UIBP",
  6418.     path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_IntegrationTask_Guide_UIBP.Lobby_IntegrationTask_Guide_UIBP",
  6419.     uiStat = {
  6420.       name = "\228\187\187\229\138\161-\230\175\143\230\151\165\228\187\187\229\138\161\229\188\149\229\175\188"
  6421.     }
  6422.   },
  6423.   newbie_task = {
  6424.     moduleName = "client.slua.umg.task.Lobby_NewbieTask_Main_UIBP",
  6425.     path = "/Game/UMG/UI_BP/Task/Lobby_NewbieTask_Main_UIBP.Lobby_NewbieTask_Main_UIBP",
  6426.     isMainUI = false,
  6427.     uiStat = {
  6428.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131"
  6429.     }
  6430.   },
  6431.   TaskGrowbut_UIBP = {
  6432.     moduleName = "client.slua.umg.task.Taskitem.TaskGrowbut_UIBP",
  6433.     path = "/Game/UMG/UI_BP/Task/Taskitem/TaskGrowbut_UIBP.TaskGrowbut_UIBP",
  6434.     isMainUI = false,
  6435.     uiStat = {
  6436.       name = "\228\187\187\229\138\161-\230\136\144\233\149\191\228\187\187\229\138\161Item"
  6437.     }
  6438.   },
  6439.   newbie_task_daily_brief = {
  6440.     moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Daily_Brief_UIBP",
  6441.     path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Daily_Brief_UIBP.Lobby_NewbieTask_Daily_Brief_UIBP",
  6442.     isSingleton = false,
  6443.     uiStat = {
  6444.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\231\174\128\232\166\129\229\177\149\231\164\186"
  6445.     }
  6446.   },
  6447.   newbie_task_daily = {
  6448.     moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Daily_UIBP",
  6449.     path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Daily_UIBP.Lobby_NewbieTask_Daily_UIBP",
  6450.     isSingleton = false,
  6451.     uiStat = {
  6452.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\232\175\166\230\131\133\229\177\149\231\164\186"
  6453.     }
  6454.   },
  6455.   newbie_task_last_day = {
  6456.     moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_LastDay_UIBP",
  6457.     path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_LastDay_UIBP.Lobby_NewbieTask_LastDay_UIBP",
  6458.     isSingleton = false,
  6459.     uiStat = {
  6460.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\231\172\172\228\184\131\229\164\169\232\175\166\231\187\134\229\177\149\231\164\186"
  6461.     }
  6462.   },
  6463.   newbie_task_last_day_brief = {
  6464.     moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_LastDay_Brief_UIBP",
  6465.     path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_LastDay_Brief_UIBP.Lobby_NewbieTask_LastDay_Brief_UIBP",
  6466.     isSingleton = false,
  6467.     uiStat = {
  6468.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\231\172\172\228\184\131\229\164\169\231\174\128\232\166\129\229\177\149\231\164\186"
  6469.     }
  6470.   },
  6471.   newbie_task_item = {
  6472.     moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Item_UIBP",
  6473.     path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Item_UIBP.Lobby_NewbieTask_Item_UIBP",
  6474.     isSingleton = false,
  6475.     uiStat = {
  6476.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\229\141\149\230\157\161\228\187\187\229\138\161"
  6477.     }
  6478.   },
  6479.   newbie_task_tips = {
  6480.     moduleName = "client.slua.umg.task.Lobby_NewbieTask_Tips_UIBP",
  6481.     path = "/Game/UMG/UI_BP/Task/Lobby_NewbieTask_Tips_UIBP.Lobby_NewbieTask_Tips_UIBP",
  6482.     uiStat = {
  6483.       name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131\231\187\147\230\157\159\230\143\144\231\164\186\229\188\185\231\170\151"
  6484.     }
  6485.   },
  6486.   quick_team_up = {
  6487.     moduleName = "client.slua.umg.teamup.quick_teamup",
  6488.     path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Teamtask_UIBP.UnknowPass_Teamtask_UIBP",
  6489.     uiStat = {
  6490.       name = "\228\187\187\229\138\161-\229\191\171\233\128\159\231\187\132\233\152\159"
  6491.     }
  6492.   },
  6493.   wardrobe_compose = {
  6494.     moduleName = "client.slua.umg.Wardrobe.compose",
  6495.     path = "/Game/UMG/UI_BP/Common/CommonUseGoods_UIBP.CommonUseGoods_UIBP",
  6496.     asy = true,
  6497.     uiStat = {
  6498.       name = "\228\187\147\229\186\147-\229\144\136\230\136\144"
  6499.     }
  6500.   },
  6501.   wardrobe = {
  6502.     moduleName = "client.slua.umg.Wardrobe.wardrobe_main",
  6503.     path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_140_UIBP.Wardrobe_140_UIBP",
  6504.     jumpModuleID = BP_ENUM_MODULE_WARDROBE,
  6505.     asy = true,
  6506.     uiStat = {
  6507.       name = "\228\187\147\229\186\147-\228\184\187\231\149\140\233\157\162"
  6508.     },
  6509.     useBatchOptimization = false
  6510.   },
  6511.   wardrobe_buy_item = {
  6512.     moduleName = "client.slua.umg.Wardrobe.Wardrobe_Buy_Item_14",
  6513.     path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_Buy_Item_14.Wardrobe_Buy_Item_14",
  6514.     asy = true,
  6515.     uiStat = {
  6516.       name = "\228\187\147\229\186\147-\232\180\173\228\185\176\233\129\147\229\133\183"
  6517.     }
  6518.   },
  6519.   wardrobe_buy_rp_bag = {
  6520.     moduleName = "client.slua.umg.Wardrobe.Wardrobe_RP_UIBP_14",
  6521.     path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_RP_UIBP_14.Wardrobe_RP_UIBP_14",
  6522.     asy = true,
  6523.     uiStat = {
  6524.       name = "\228\187\147\229\186\147-\232\180\173\228\185\176rp"
  6525.     }
  6526.   },
  6527.   fashion_bag_overview = {
  6528.     moduleName = "client.slua.umg.Wardrobe.wardrobe_fashion_bag",
  6529.     path = "/Game/UMG/UI_BP/Wardrobe/Ward_beibao_UIBP.Ward_beibao_UIBP",
  6530.     asy = true,
  6531.     uiStat = {
  6532.       name = "\228\187\147\229\186\147-\230\151\182\232\163\133\232\131\140\229\140\133"
  6533.     }
  6534.   },
  6535.   fashion_bag_item_overview = {
  6536.     moduleName = "client.slua.umg.Wardrobe.wardrobe_fashion_bag_item_overview",
  6537.     path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_Decompose_qiangxie_UIBP.Wardrobe_Decompose_qiangxie_UIBP",
  6538.     asy = true,
  6539.     uiStat = {
  6540.       name = "\228\187\147\229\186\147-\230\151\182\232\163\133\232\131\140\229\140\133-\229\183\178\232\163\133\229\164\135\231\154\132\230\158\170\230\162\176\229\146\140\232\189\189\229\133\183\229\188\185\231\170\151"
  6541.     }
  6542.   },
  6543.   Ward_beibao_Popup_UIBP = {
  6544.     moduleName = "client.slua.umg.Wardrobe.Popup.Ward_beibao_Popup_UIBP",
  6545.     path = "/Game/UMG/UI_BP/Wardrobe/Popup/Ward_beibao_Popup_UIBP.Ward_beibao_Popup_UIBP",
  6546.     asy = true,
  6547.     uiStat = {
  6548.       name = "\228\187\147\229\186\147-\230\151\182\232\163\133\232\131\140\229\140\133-\229\164\141\229\136\182\229\133\177\228\186\171\232\131\140\229\140\133\229\188\185\231\170\151"
  6549.     }
  6550.   },
  6551.   Lobby_Popup_RoleInfo_Slap_UIBP = {
  6552.     moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_Popup_RoleInfo_Slap_UIBP",
  6553.     path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_Popup_RoleInfo_Slap_UIBP.Lobby_Popup_RoleInfo_Slap_UIBP",
  6554.     asy = true,
  6555.     uiStat = {
  6556.       name = "\228\184\170\228\186\186\231\169\186\233\151\180-\228\186\178\229\175\134\229\133\179\231\179\187-\232\167\163\233\148\129\229\133\177\228\186\171\230\151\182\232\163\133\232\131\140\229\140\133\229\188\185\231\170\151"
  6557.     }
  6558.   },
  6559.   displaysetting = {
  6560.     moduleName = "client.slua.umg.Wardrobe.entry_icon_display_setting",
  6561.     path = "/Game/UMG/UI_BP/Wardrobe/Displayset_UIBP.Displayset_UIBP",
  6562.     asy = true,
  6563.     uiStat = {
  6564.       name = "\228\187\147\229\186\147-\230\152\190\231\164\186\232\174\190\231\189\174"
  6565.     }
  6566.   },
  6567.   ui_interactive_action = {
  6568.     moduleName = "client.slua.umg.Wardrobe.ui_interactive_action",
  6569.     path = "/Game/UMG/UI_BP/Wardrobe/Show_Interactive_UIBP.Show_Interactive_UIBP",
  6570.     uiStat = {
  6571.       name = "\228\187\147\229\186\147-\228\186\164\228\186\146\229\138\168\228\189\156\228\191\161\230\129\175\231\149\140\233\157\162"
  6572.     }
  6573.   },
  6574.   Wardrobe_ShareBackpack_Popup_UIBP = {
  6575.     moduleName = "client.slua.umg.Wardrobe.Popup.Wardrobe_ShareBackpack_Popup_UIBP",
  6576.     path = "/Game/UMG/UI_BP/Wardrobe/Popup/Wardrobe_ShareBackpack_Popup_UIBP.Wardrobe_ShareBackpack_Popup_UIBP",
  6577.     asy = true,
  6578.     uiStat = {
  6579.       name = "\228\187\147\229\186\147-\230\151\182\232\163\133\232\131\140\229\140\133-\232\174\162\233\152\133\229\133\177\228\186\171\232\131\140\229\140\133\232\174\190\231\189\174\229\188\185\231\170\151"
  6580.     }
  6581.   },
  6582.   Wardrobe_Expression_Popup_UIBP = {
  6583.     moduleName = "client.slua.umg.Wardrobe.Popup.Wardrobe_Expression_Popup_UIBP",
  6584.     path = "/Game/UMG/UI_BP/Wardrobe/Popup/Wardrobe_Expression_Popup_UIBP.Wardrobe_Expression_Popup_UIBP",
  6585.     asy = true,
  6586.     uiStat = {
  6587.       name = "\228\187\147\229\186\147-\231\137\185\230\149\136\232\161\168\230\131\133\229\141\135\231\186\167\229\188\185\231\170\151"
  6588.     }
  6589.   },
  6590.   EmoteUpgrade_Popup_UIBP = {
  6591.     moduleName = "client.slua.umg.Wardrobe.Popup.EmoteUpgrade_Popup_UIBP",
  6592.     path = "/Game/UMG/UI_BP/PopupNotice/EmoteUpgrade_Popup_UIBP.EmoteUpgrade_Popup_UIBP",
  6593.     containerName = UIContainers.Top,
  6594.     asy = true,
  6595.     uiStat = {
  6596.       name = "\228\187\147\229\186\147-\231\137\185\230\149\136\232\161\168\230\131\133\229\141\135\231\186\167\229\188\185\231\170\151\239\188\136\232\161\168\230\131\133\229\133\165\229\143\163\239\188\137"
  6597.     }
  6598.   },
  6599.   item_tips_tiny_tips = {
  6600.     moduleName = "client.slua.umg.Wardrobe.tips.item_tips_tiny_tips",
  6601.     path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP.TipsPanel_UIBP",
  6602.     isSingleton = false,
  6603.     isMainUI = false,
  6604.     asy = true,
  6605.     uiStat = {
  6606.       name = "\228\187\147\229\186\147-item_tips_tiny_tips"
  6607.     }
  6608.   },
  6609.   item_tips_prop_tips = {
  6610.     moduleName = "client.slua.umg.Wardrobe.tips.item_tips_prop_tips",
  6611.     path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP_2.TipsPanel_UIBP_2",
  6612.     isSingleton = false,
  6613.     isMainUI = false,
  6614.     asy = true,
  6615.     uiStat = {
  6616.       name = "\228\187\147\229\186\147-item_tips_prop_tips"
  6617.     }
  6618.   },
  6619.   item_tips_suit_tips = {
  6620.     moduleName = "client.slua.umg.Wardrobe.tips.item_tips_suit_tips",
  6621.     path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP.TipsPanel_UIBP",
  6622.     isSingleton = false,
  6623.     isMainUI = false,
  6624.     asy = true,
  6625.     uiStat = {
  6626.       name = "\228\187\147\229\186\147-item_tips_suit_tips"
  6627.     }
  6628.   },
  6629.   sub_tab_supercar_buttons = {
  6630.     moduleName = "client.slua.umg.Wardrobe.sub_tab_supercar_buttons",
  6631.     path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_CarButton_Item1.Wardrobe_CarButton_Item1",
  6632.     isMainUI = false
  6633.   },
  6634.   EmojiBubblePreview = {
  6635.     moduleName = "client.slua.umg.Wardrobe.EmojiBubblePreview",
  6636.     isSingleton = false,
  6637.     isMainUI = false,
  6638.     uiStat = {
  6639.       name = "\228\187\147\229\186\147-\232\161\168\230\131\133"
  6640.     }
  6641.   },
  6642.   item_upgrade_material_component = {
  6643.     moduleName = "client.slua.umg.upgrade.item_upgrade_material_component",
  6644.     path = "/Game/UMG/UI_Logic/Wardrobe/Item_Upgrade_Material_Component.Item_Upgrade_Material_Component",
  6645.     isSingleton = false,
  6646.     isMainUI = false
  6647.   },
  6648.   item_upgrade_material_component2 = {
  6649.     moduleName = "client.slua.umg.upgrade.item_upgrade_material_component2",
  6650.     path = "/Game/UMG/UI_Logic/Wardrobe/Item_Upgrade_Material_Comp2.Item_Upgrade_Material_Comp2",
  6651.     isSingleton = false,
  6652.     isMainUI = false
  6653.   },
  6654.   ui_ask_for_lookfor = {
  6655.     moduleName = "client.slua.umg.store.AskFor.ui_ask_for_lookfor",
  6656.     path = "/Game/UMG/UI_BP/Store/ask_for/AskForLookFor.AskForLookFor",
  6657.     uiStat = {
  6658.       name = "\231\180\162\232\166\129-\230\159\165\231\156\139\231\149\140\233\157\162"
  6659.     }
  6660.   },
  6661.   ui_ask_for_history = {
  6662.     moduleName = "client.slua.umg.store.AskFor.ui_ask_for_history",
  6663.     path = "/Game/UMG/UI_BP/Store/ask_for/MyAskForHistory.MyAskForHistory",
  6664.     uiStat = {
  6665.       name = "\231\180\162\232\166\129-\230\136\145\231\154\132\231\180\162\232\166\129\231\149\140\233\157\162"
  6666.     }
  6667.   },
  6668.   ingame_process_webview = {
  6669.     moduleName = "client.slua.umg.common.ingame_process_webview",
  6670.     path = "/Game/UMG/UI_BP/Common/InGameProcessWebviewSystem.InGameProcessWebviewSystem",
  6671.     uiStat = {
  6672.       name = "\229\133\172\229\133\177-\229\141\138\229\177\143\231\189\145\233\161\181"
  6673.     }
  6674.   },
  6675.   IngameRPGiveUIBP = {
  6676.     moduleName = "GameLua.Mod.BaseMod.Client.Like.QuickMenu_BP_Reward_2",
  6677.     path = "/Game/BluePrints/ControlInput/IngameUI/Reward/QuickMenu_BP_Reward_2.QuickMenu_BP_Reward_2",
  6678.     zOrder = 1,
  6679.     uiStat = {
  6680.       name = "\229\177\128\229\134\133RP\232\181\160\233\128\129"
  6681.     },
  6682.     isMainUI = false
  6683.   },
  6684.   esport_center = {
  6685.     moduleName = "client.slua.umg.esport.esport_center",
  6686.     path = "/Game/UMG/UI_BP/ESport/ESport_Center_UIBP.ESport_Center_UIBP",
  6687.     containerName = UIContainers.Top,
  6688.     zOrder = EFixedZOrder.TopZOrder
  6689.   },
  6690.   arena_main = {
  6691.     moduleName = "client.slua.umg.arena.arena_main",
  6692.     path = "/Game/UMG/UI_BP/Match/match_Evolutionary_bp.match_Evolutionary_bp",
  6693.     uiStat = {
  6694.       name = "\231\171\158\230\138\128\229\156\186-\228\184\187\231\149\140\233\157\162"
  6695.     },
  6696.     jumpModuleID = BP_ENUM_MODULE_ARENA_MAIN
  6697.   },
  6698.   arena_info = {
  6699.     moduleName = "client.slua.umg.arena.arena_info",
  6700.     path = "/Game/UMG/UI_BP/Match/Match_Item/match_Evolutionary_item.match_Evolutionary_item",
  6701.     isSingleton = false,
  6702.     uiStat = {
  6703.       name = "\231\171\158\230\138\128\229\156\186-\228\184\187\231\149\140\233\157\162-\230\174\181\228\189\141\229\177\149\231\164\186"
  6704.     }
  6705.   },
  6706.   arena_award_item = {
  6707.     moduleName = "client.slua.umg.arena.arena_award_item",
  6708.     path = "/Game/UMG/UI_BP/Match/Match_Item/match_Evolutionary_1_item.match_Evolutionary_1_item",
  6709.     isSingleton = false,
  6710.     uiStat = {
  6711.       name = "\231\171\158\230\138\128\229\156\186-\228\184\187\231\149\140\233\157\162-\229\165\150\229\138\177Item"
  6712.     }
  6713.   },
  6714.   arena_weapon = {
  6715.     moduleName = "client.slua.umg.arena.arena_weapon",
  6716.     path = "/Game/UMG/UI_BP/Team_competition/WeaponSet/Team_competition_gun_UIBP.Team_competition_gun_UIBP",
  6717.     jumpModuleID = BP_ENUM_MODULE_ARENA_WEAPON,
  6718.     uiStat = {
  6719.       name = "\231\171\158\230\138\128\229\156\186-\230\158\170\230\162\176"
  6720.     }
  6721.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement