Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("client.slua.config.ClientMacros.bp_macros")
- require("client.common.game_status")
- require("client.slua.config.ClientMacros.EFixedZOrder")
- require("client.slua.config.ClientMacros.UIContainers")
- require("client.common.SlateUI_ID")
- return {
- Common_Item_BP = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_Logic/Common/Common_Item_BP.Common_Item_BP",
- isSingleton = false,
- isMainUI = false
- },
- Common_Items_UIBP = {
- moduleName = "client.slua.component.item.Common_Items_UIBP",
- path = "/Game/UMG/UI_Logic/Common/CommonItem/Common_Items_UIBP.Common_Items_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
- },
- Common_Avatar_All_UIBP = {
- moduleName = "client.slua.component.avatar.Common_Avatar_All_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Avatar_All_UIBP.Common_Avatar_All_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
- },
- Common_Avatar_CollectLevel = {
- moduleName = "client.slua.component.avatar.Common_Avatar_CollectLevel",
- path = "/Game/UMG/UI_BP/Common/Common_Avatar_Collect_Level_UIBP.Common_Avatar_Collect_Level_UIBP",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
- },
- Common_Avatar_Reddot_UIBP = {
- moduleName = "client.slua.component.avatar.Common_Avatar_Reddot_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Avatar_Reddot_UIBP.Common_Avatar_Reddot_UIBP",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
- },
- Common_Avatar_DynamicAvatar = {
- moduleName = "client.slua.component.avatar.Common_Avatar_DynamicAvatar",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
- },
- Common_Avatar_ChildUIWithoutBpPath = {
- moduleName = "client.slua_ui_framework.base",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").avatar_pool
- },
- Reddot_Anchor_Item = {
- moduleName = "client.slua.component.reddot.Reddot_Anchor_Item",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").reddot_pool
- },
- Common_Download_UI = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/Common/Common_Download_UI.Common_Download_UI",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
- },
- Common_Download_Map_Style_One = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/Common/Common_Download_Map_Style_One.Common_Download_Map_Style_One",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
- },
- Common_Download_Map_Style_Two = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/Common/Common_Download_Map_Style_Two.Common_Download_Map_Style_Two",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
- },
- Common_Download_Store_Style = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/Common/Common_Download_Store_Style.Common_Download_Store_Style",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").downloadui_pool
- },
- ChildUIWithoutBpPath = {
- moduleName = "client.slua_ui_framework.base",
- isMainUI = false,
- isSingleton = false
- },
- ChildUIWithoutBpPathAsy = {
- moduleName = "client.slua_ui_framework.base",
- isMainUI = false,
- isSingleton = false,
- asy = true
- },
- ChildUIWithoutLuaAndBpPath = {isSingleton = false, isMainUI = false},
- ChildUIWithoutLuaAndBpPathCollapsed = {
- isSingleton = false,
- isMainUI = false,
- showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Collapsed
- },
- ChildUIWithoutLuaAndBpPathAsy = {
- isSingleton = false,
- isMainUI = false,
- asy = true
- },
- MainUIWithoutLuaAndBpPathAsy = {asy = true},
- AsyncBackgroundBase = {
- moduleName = "client.slua.traits.Background.AsyncBackgroundBase",
- isMainUI = false,
- isSingleton = false,
- asy = true
- },
- PreorderBackGround = {
- moduleName = "client.slua.umg.lobby_activity.SpinPreorder.Traits.PreorderBackGround",
- isMainUI = false,
- isSingleton = false,
- asy = true
- },
- debug_puffer_speed = {
- moduleName = "client.slua.umg.debug/debug_puffer_speed",
- path = "/Game/UMG/Debug/PufferSpeedTestUI.PufferSpeedTestUI",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- CommonBaseComponent_TextButton_UIBP = {
- moduleName = "client.slua.umg.common.BaseComponent.CommonBaseComponent_TextButton_UIBP",
- path = "/Game/UMG/UI_BP/Common/BaseComponent/CommonBaseComponent_TextButton_UIBP.CommonBaseComponent_TextButton_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_Watermark_BP = {
- moduleName = "client.slua.umg.Lobby_Watermark.Lobby_Watermark_BP",
- path = "/Game/UMG/UI_BP/Lobby_Watermark/Lobby_Watermark_BP.Lobby_Watermark_BP",
- containerName = UIContainers.Top,
- zOrder = EFixedZOrder.WaterMark,
- uiStat = {
- name = "\229\164\167\229\142\133-\230\176\180\229\141\176"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- Fighting_Watermark_BP = {
- moduleName = "client.slua.umg.Fighting_Watermark.Fighting_Watermark_BP",
- path = "/Game/UMG/UI_BP/Lobby_Watermark/Lobby_Watermark_BP.Lobby_Watermark_BP",
- containerName = UIContainers.Top,
- zOrder = EFixedZOrder.WaterMark,
- uiStat = {
- name = "\230\136\152\230\150\151-\230\136\152\230\150\151\230\176\180\229\141\176"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- CommonItemChildUIWithoutBpPath = {
- moduleName = "client.slua.component.item.ItemChildren.CommonItem_ChildUIBase",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
- },
- CommonItem_DiyClothingIcon_UIBP = {
- moduleName = "client.slua.component.item.ItemChildren.CommonItem_DiyClothingIcon_UIBP",
- path = "/Game/UMG/UI_Logic/Common/CommonItem/CommonItem_DiyClothingIcon_UIBP.CommonItem_DiyClothingIcon_UIBP",
- isSingleton = false,
- isMainUI = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
- asy = true,
- uiStat = {
- name = "CommonItem\232\161\163\230\156\141Diy\230\160\135\232\175\134"
- }
- },
- CommonItem_Decompose_UIBP = {
- moduleName = "client.slua.component.item.ItemChildren.CommonItem_Decompose_UIBP",
- path = "/Game/UMG/UI_Logic/Common/CommonItem/CommonItem_Decompose_UIBP.CommonItem_Decompose_UIBP",
- isSingleton = false,
- isMainUI = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
- asy = true,
- uiStat = {
- name = "CommonItem\229\136\134\232\167\163\229\138\168\231\148\187\232\138\130\231\130\185"
- }
- },
- CommonItem_TX_SlotList_UIBP = {
- moduleName = "client.slua.umg.TxMission.xMission.CommonItemEx.CommonItem_TX_SlotList_UIBP",
- path = "/Game/Mod/TPlan/XMission/UMG/CommonItemEx/CommonItem_TX_SlotList_UIBP.CommonItem_TX_SlotList_UIBP",
- isSingleton = false,
- isMainUI = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool,
- asy = true,
- uiStat = {
- name = "CommonItem\229\136\134\232\167\163\229\138\168\231\148\187\232\138\130\231\130\185"
- }
- },
- common_exchange = {
- moduleName = "client.slua.umg.common.common_exchange",
- jumpModuleID = BP_ENUM_MODULE_COMMON_EXCHANGE,
- path = "/Game/UMG/UI_BP/Common/Common_Exchange_UIBP.Common_Exchange_UIBP",
- uiStat = {
- name = "\233\128\154\231\148\168\229\149\134\229\186\151"
- }
- },
- jk_common_exchange_high = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.store.jk_common_exchange_high",
- jumpModuleID = BP_ENUM_MODULE_COMMON_EXCHANGE,
- path = "/Game/UMG/UI_BP/Common/Common_Exchange_JK_High_UIBP.Common_Exchange_JK_High_UIBP",
- uiStat = {
- name = "\233\128\154\231\148\168\229\149\134\229\186\151 -- \233\171\152\231\186\167"
- }
- },
- Common_Exchange_Confirm_UIBP = {
- moduleName = "client.slua.umg.common.CommonExchangePopupUI.Common_Exchange_Confirm_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
- uiStat = {
- 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"
- }
- },
- Common_RPExchangePopup_UIBP = {
- moduleName = "client.slua.umg.common.CommonExchangePopupUI.Common_RPExchangePopup_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
- uiStat = {
- 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"
- }
- },
- Common_Mask_UIBP = {
- moduleName = "client.slua.umg.common.Common_Mask_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Mask_UIBP.Common_Mask_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\233\129\174\231\189\169"
- }
- },
- AsyncXSuitSpinContainer = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitSpinContainer",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
- asy = true,
- uiStat = {
- name = "\229\156\163\232\163\133-\230\138\189\229\165\150\228\184\187\231\149\140\233\157\162"
- }
- },
- AsyncXSuitPreviewContainer = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitPreviewContainer",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
- asy = true,
- jumpModuleID = BP_ENUM_MODULE_XSUIT_PREVIEW,
- uiStat = {
- name = "\229\156\163\232\163\133-\230\138\189\229\165\150\233\162\132\232\167\136"
- }
- },
- AsyncXSuitExchangeContainer = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.Container.AsyncXSuitExchangeContainer",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Async_Form_UIBP.Lucky_Common_Async_Form_UIBP",
- asy = true,
- jumpModuleID = BP_ENUM_MODULE_XSUIT_EXCHANGE,
- uiStat = {
- name = "\229\156\163\232\163\133-\230\138\189\229\165\150\229\133\145\230\141\162"
- }
- },
- XSuit_Get_UIBP = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.NormalUI.XSuit_Get_UIBP",
- path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Get_UIBP.Xsuit_Get_UIBP",
- asy = true,
- uiStat = {
- name = "\229\156\163\232\163\133\230\138\189\229\165\150-\232\142\183\229\190\151"
- }
- },
- SetWishUI = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.MainScene.SetWishUI",
- path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Wishpool_UIBP.Xsuit_Wishpool_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- asy = true
- },
- XSuit_Upgrade_Tips_UIBP = {
- moduleName = "client.slua.umg.golden_suit.XSuit_Upgrade_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Throw_Tips_UIBP.Throw_Tips_UIBP",
- asy = true,
- uiStat = {
- name = "\229\156\163\232\163\133\229\141\135\230\152\159-\230\143\144\231\164\186"
- }
- },
- Xsuit_Gift_Confirm_UIBP = {
- moduleName = "client.slua.umg.lobby_activity.xsuit_spin.NormalUI.Xsuit_Gift_Confirm_UIBP",
- path = "/Game/UMG/UI_BP/PharaohRises/Xsuit_Gift_Confirm_UIBP.Xsuit_Gift_Confirm_UIBP",
- asy = true,
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- golden_suit_share = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Share_UIBP.PharaohRises_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_1 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_1",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/PharaohRises_Share_UIBP.PharaohRises_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_2 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_2",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/BloodOath_Share_UIBP.BloodOath_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_3 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_3",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Neptune_Share_UIBP_2.Neptune_Share_UIBP_2",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_4 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_4",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/FrostKing_Share_UIBP.FrostKing_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_5 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_5",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/ElfKing_Share_UIBP.ElfKing_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_6 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_6",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Pharaoh_Share_UIBP.Pharaoh_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_7 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_7",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Jester_Share_UIBP.Jester_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_8 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_8",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Diablo_Share_UIBP.Diablo_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_9 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_9",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Mermaid_Share_UIBP.Mermaid_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_10 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_10",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Galadriel_Share_UIBP.Galadriel_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_11 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_11",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Cavalier_Share_UIBP.Cavalier_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_12 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_12",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/WindGod_Share_UIBP.WindGod_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_share_13 = {
- moduleName = "client.slua.umg.golden_suit.share.golden_suit_share_13",
- path = "/Game/UMG/UI_BP/PharaohRises/Share/Anubis_Share_UIBP.Anubis_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_select_state = {
- moduleName = "client.slua.umg.golden_suit.unlock.golden_suit_select_state",
- path = "/Game/Arts_UI/XSuitSpin/2300/UIBP/XSuit_Choose_UIBP.XSuit_Choose_UIBP",
- asy = true,
- uiStat = {
- name = "\233\135\145\232\163\133-\229\189\162\230\128\129\228\186\140\233\128\137\228\184\128"
- }
- },
- golden_suit_upgrade = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade",
- jumpModuleID = BP_ENUM_MODULE_GOLDENSUIT_UPGRADE,
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_UIBP.PharaohRises_Upgrade_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- asy = true,
- uiStat = {
- name = "\229\156\163\232\163\133-\229\141\135\230\152\159\231\149\140\233\157\162"
- }
- },
- golden_suit_translation = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_translation",
- path = "/Game/Arts_UI/LuckySpin/2800/Global/Electro/Electro_Transition_UIBP.Electro_Transition_UIBP",
- uiStat = {
- name = "\233\135\145\232\163\133-\232\189\172\229\156\186"
- }
- },
- golden_suit_EnterVideo = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_EnterVideo",
- path = "",
- uiStat = {
- name = "\233\135\145\232\163\133-\229\133\165\229\156\186\232\167\134\233\162\145"
- }
- },
- XSuitPreview_RPPlane_Item = {
- moduleName = "client.slua.umg.PharaohRises.Item.XSuitPreview_RPPlane_Item",
- path = "/Game/UMG/UI_BP/PharaohRises/Item/XSuitPreview_RPPlane_Item.XSuitPreview_RPPlane_Item",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "\229\183\165\229\157\138-\229\144\141\231\137\140\229\177\149\231\164\186"
- }
- },
- XSuitPreview_Enter_Item = {
- moduleName = "client.slua.umg.PharaohRises.Item.XSuitPreview_Enter_Item",
- path = "/Game/UMG/UI_BP/PharaohRises/Item/XSuitPreview_Enter_Item.XSuitPreview_Enter_Item",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- golden_suit_upgrade_detail = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade_detail",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Details_UIBP.PharaohRises_Upgrade_Details_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_upgrade_popup = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_upgrade_popup",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Popup_UIBP.PharaohRises_Upgrade_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- 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"
- }
- },
- XSuitGlideUnLock = {
- moduleName = "client.slua.umg.golden_suit.XSuitGlideUnLock",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Unlock_Popup_UIBP.PharaohRises_Unlock_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ParticleEmoteUpgradePopup = {
- moduleName = "client.slua.umg.Wardrobe.Popup.ParticleEmoteUpgradePopup",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Upgrade_Popup_UIBP.PharaohRises_Upgrade_Popup_UIBP",
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- 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"
- }
- },
- golden_suit_quick_exchange = {
- moduleName = "client.slua.umg.golden_suit.golden_suit_quick_exchange",
- path = "/Game/UMG/UI_BP/PharaohRises/PharaohRises_Exchange_Popup_UIBP.PharaohRises_Exchange_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.GoldenSuit,
- asy = true,
- uiStat = {
- 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"
- }
- },
- invite_team = {
- moduleName = "client.slua.umg.friend.invite_team",
- path = "/Game/UMG/UI_BP/Common/Common_Invite_UIBP.Common_Invite_UIBP",
- asy = true
- },
- friend_blacklist = {
- moduleName = "client.slua.umg.friend.friend_blacklist",
- path = "/Game/UMG/UI_BP/Friend/Friend_Blacklist_UIBP.Friend_Blacklist_UIBP",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
- asy = true,
- uiStat = {
- name = "\229\165\189\229\143\139-\233\187\145\229\144\141\229\141\149"
- }
- },
- friend_applylist = {
- moduleName = "client.slua.umg.friend.friend_applylist",
- path = "/Game/UMG/UI_BP/Friend/Friend_Apply_UIBP.Friend_Apply_UIBP",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
- asy = true,
- uiStat = {
- name = "\229\165\189\229\143\139-\231\148\179\232\175\183\229\136\151\232\161\168"
- }
- },
- friend_item_menu = {
- moduleName = "client.slua.umg.friend.friend_item_menu",
- path = "/Game/UMG/UI_BP/Friend/Friend_Apply_Report_Tips_UIBP.Friend_Apply_Report_Tips_UIBP",
- uiStat = {
- 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"
- }
- },
- friend_new_search = {
- moduleName = "client.slua.umg.friend.friend_new_search",
- path = "/Game/UMG/UI_BP/Friend/Friend_New_Search.Friend_New_Search",
- asy = true,
- jumpModuleID = BP_ENUM_MODULE_ADD_FRIEND,
- uiStat = {
- name = "\229\165\189\229\143\139-\230\183\187\229\138\160\229\165\189\229\143\139"
- }
- },
- friend_choose_gamestate = {
- moduleName = "client.slua.umg.friend.friend_choose_gamestate",
- path = "/Game/UMG/UI_BP/Lobby/Lobby_InviteFriend_Statuslist.Lobby_InviteFriend_Statuslist",
- asy = true
- },
- friend_intimacy_main = {
- moduleName = "client.slua.umg.friend.friend_intimacy_main",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Setting_UIBP.Lobby_RoleInfo_IntimateRelationship_Setting_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- jumpModuleID = BP_ENUM_MODULE_Friend_Intimacy_Main,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_IntimateRelationship_Popup_UIBP = {
- moduleName = "client.slua.umg.friend.Lobby_RoleInfo_IntimateRelationship_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Popup_UIBP.Lobby_RoleInfo_IntimateRelationship_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Intimacy_Apply_Small_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.item.Lobby_RoleInfo_Intimacy_Apply_Small_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Intimacy_Apply_Small_UIBP.Lobby_RoleInfo_Intimacy_Apply_Small_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_IntimateRelationship_Popup_Large_UIBP = {
- moduleName = "client.slua.umg.friend.Lobby_RoleInfo_IntimateRelationship_Popup_Large_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_Popup_RoleInfo_IntimateRelationship_Large_UIBP.Lobby_Popup_RoleInfo_IntimateRelationship_Large_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- friend_inner_list = {
- moduleName = "client.slua.umg.friend.friend_inner_list",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Details_UIBP.Lobby_RoleInfo_IntimateRelationship_Details_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- friend_intimacy_apply = {
- moduleName = "client.slua.umg.friend.friend_intimacy_apply",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_Selective_UIBP.Lobby_RoleInfo_IntimateRelationship_Selective_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- friend_verify = {
- moduleName = "client.slua.umg.friend.friend_verify",
- path = "/Game/UMG/UI_BP/Friend/Friend_Verify_UIBP.Friend_Verify_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- PlanPH_Friend_Verify_Popup_UIBP = {
- moduleName = "GameLua.Mod.PlanPH.Client.UI.PlanPH_Friend_Verify_Popup_UIBP",
- path = "/Game/Mod/PlanPH/BluePrints/UI/HomingPigeon/Popup/PlanPH_Friend_Verify_Popup_UIBP.PlanPH_Friend_Verify_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- friend_remark = {
- moduleName = "client.slua.umg.friend.friend_remark",
- path = "/Game/UMG/UI_BP/Friend/LobbyFriendcomment_UIBP.LobbyFriendcomment_UIBP",
- asy = true,
- uiStat = {
- name = "\229\165\189\229\143\139-\229\164\135\230\179\168\229\144\141"
- }
- },
- Friend_ReserveGuide_Tips = {
- moduleName = "client.slua.umg.friend.Friend_ReserveGuide_Tips",
- path = "/Game/UMG/UI_BP/Friend/Friend_ReserveGuide_Tips.Friend_ReserveGuide_Tips",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- uiStat = {
- 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"
- }
- },
- Lobby_InviteFriend_BP = {
- moduleName = "client.slua.umg.lobby.FriendList.Lobby_InviteFriend_BP",
- path = "/Game/UMG/UI_BP/Lobby/Lobby_InviteFriend_BP.Lobby_InviteFriend_BP",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
- uiStat = {
- name = "\229\164\167\229\142\133-\229\165\189\229\143\139\228\190\167\230\160\143"
- }
- },
- Lobby_Condition_UIBP = {
- moduleName = "client.slua.umg.Lobby.Lobby_Condition_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Lobby_Condition_UIBP.Lobby_Condition_UIBP",
- uiStat = {
- name = "\229\164\167\229\142\133-\229\165\189\229\143\139\231\138\182\230\128\129"
- }
- },
- SeekFriend_NewGuide_Tips_UIBP = {
- moduleName = "client.slua.umg.Lobby.Item.SeekFriend_NewGuide_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Item/SeekFriend_NewGuide_Tips_UIBP.SeekFriend_NewGuide_Tips_UIBP",
- uiStat = {
- 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"
- }
- },
- spring_festival_ui = {
- moduleName = "client.slua.umg.SpringFestival.spring_festival_ui",
- path = "",
- uiStat = {
- name = "\230\152\165\232\138\130\230\180\187\229\138\168-\231\129\175\231\172\188"
- }
- },
- spring_festival_exchange = {
- moduleName = "client.slua.umg.SpringFestival.spring_festival_exchange",
- path = "",
- uiStat = {
- name = "\230\152\165\232\138\130\230\180\187\229\138\168-\232\181\160\233\128\129"
- }
- },
- spring_festival_confirm = {
- moduleName = "client.slua.umg.SpringFestival.spring_festival_confirm",
- path = "",
- uiStat = {
- name = "\230\152\165\232\138\130\230\180\187\229\138\168-\231\161\174\232\174\164"
- }
- },
- spring_festival_records = {
- moduleName = "client.slua.umg.SpringFestival.spring_festival_records",
- path = "",
- uiStat = {
- name = "\230\152\165\232\138\130\230\180\187\229\138\168-\232\174\176\229\189\149"
- }
- },
- notice_ui = {
- moduleName = "client.slua.umg.notices.notice_ui",
- path = "/Game/UMG/UI_BP/Login/Notices/notice_uibp.notice_uibp",
- containerName = UIContainers.Top,
- asy = true,
- enableCDNCompress = true,
- uiStat = {name = "\229\133\172\229\145\138"}
- },
- notice_ui_simple = {
- moduleName = "client.slua.umg.notices.notice_ui_simple",
- path = "/Game/UMG/UI_BP/Login/Notices/notice_uibp.notice_uibp",
- asy = true,
- uiStat = {
- name = "\231\174\128\230\152\147\229\133\172\229\145\138"
- }
- },
- jk_notice_ui = {
- moduleName = "client.slua.umg.notices.jk_notice_ui",
- path = "/Game/UMG/UI_BP/Login/Notices/JKNotice_UIBP.JKNotice_UIBP",
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- name = "\230\151\165\233\159\169\229\133\172\229\145\138"
- }
- },
- data_migration = {
- moduleName = "client.slua.umg.data_migration.data_migration_ui",
- path = "/Game/UMG/UI_BP/Common/Common_AccountMigration_UIBP.Common_AccountMigration_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- uiStat = {
- name = "\230\149\176\230\141\174\232\191\129\231\167\187"
- }
- },
- CreateRoleAvatarSelect = {
- moduleName = "client.slua.umg.create_role.avatar_select",
- path = "/Game/UMG/UI_BP/Lobby/SelectRoles_UIBP.SelectRoles_UIBP",
- uiStat = {
- 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"
- }
- },
- splash_screen = {
- moduleName = "client.slua.umg.NewUpdate.splash_screen_ui",
- path = "/Game/UMG/UI_BP/NewUpdate/SplashScreen_UIBP.SplashScreen_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- uiStat = {
- 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"
- }
- },
- version_update = {
- moduleName = "client.slua.umg.NewUpdate.version_update_ui",
- path = "/Game/UMG/UI_BP/NewUpdate/VersionUpdate_UIBP.VersionUpdate_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- uiStat = {
- name = "\231\137\136\230\156\172\230\155\180\230\150\176\231\149\140\233\157\162"
- }
- },
- Login_UIBP = {
- moduleName = "client.slua.umg.NewLogin.Login_UIBP",
- path = "/Game/UMG/UI_BP/NewLogin/NewLogin_UIBP.NewLogin_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- name = "\231\153\187\233\153\134\231\149\140\233\157\162"
- }
- },
- login_video = {
- moduleName = "client.slua.umg.NewLogin.login_video",
- path = "/Game/UMG/UI_BP/NewLogin/Login_Video_UIBP.Login_Video_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- 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"
- }
- },
- login_background = {
- moduleName = "client.slua.umg.NewLogin.login_background",
- path = "/Game/UMG/UI_BP/NewLogin/Login_Background_UIBP.Login_Background_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- 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"
- }
- },
- login_forcerepair = {
- moduleName = "client.slua.umg.NewLogin.login_forcerepair",
- path = "/Game/UMG/UI_BP/NewLogin/Login_ForceRepair_UIBP.Login_ForceRepair_UIBP",
- uiStat = {
- 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"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- repair_forceconfirm = {
- moduleName = "client.slua.umg.NewLogin.repair_forceconfirm",
- path = "/Game/UMG/UI_BP/NewLogin/Repair_ForceConfirm_UIBP.Repair_ForceConfirm_UIBP",
- uiStat = {
- 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"
- }
- },
- ServerList_UIBP = {
- moduleName = "client.slua.umg.NewLogin.ServerList_UIBP",
- path = "/Game/UMG/UI_BP/NewLogin/ServerList_UIBP.ServerList_UIBP",
- uiStat = {
- name = "\230\156\141\229\138\161\229\153\168\233\128\137\230\139\169\231\149\140\233\157\162"
- }
- },
- repair = {
- moduleName = "client.slua.umg.NewLogin.repair_ui",
- path = "/Game/UMG/UI_BP/NewLogin/Login_Repair_UIBP.Login_Repair_UIBP",
- asy = true,
- uiStat = {
- name = "\230\184\184\230\136\143\228\191\174\229\164\141\231\149\140\233\157\162"
- }
- },
- Login_QRCode_Popup_UIBP = {
- moduleName = "client.slua.umg.NewLogin.Login_QRCode_Popup_UIBP",
- path = "/Game/UMG/UI_BP/NewLogin/Login_QRCode_Popup_UIBP.Login_QRCode_Popup_UIBP",
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- name = "\228\186\140\231\187\180\231\160\129\231\153\187\229\189\149\231\149\140\233\157\162"
- }
- },
- Login_QRCode_Success_Popup_UIBP = {
- moduleName = "client.slua.umg.NewLogin.Login_QRCode_Success_Popup_UIBP",
- path = "/Game/UMG/UI_BP/NewLogin/Login_QRCode_Popup_UIBP.Login_QRCode_Popup_UIBP",
- asy = true,
- containerName = UIContainers.Top,
- closeOnSwitch = false,
- uiStat = {
- 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"
- }
- },
- login_no_auth = {
- moduleName = "client.slua.umg.login.login_no_auth",
- path = "/Game/UMG/UI_BP/Login/Item/Login_NoAuth_UIBP.Login_NoAuth_UIBP",
- uiStat = {
- name = "\231\153\187\229\189\149-\230\151\160\233\137\180\230\157\131\229\188\185\231\170\151"
- }
- },
- login_choice = {
- moduleName = "client.slua.umg.login.login_choice",
- path = "/Game/UMG/UI_BP/Login/LoginChoice_PanelBP.LoginChoice_PanelBP",
- uiStat = {
- 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"
- }
- },
- login_download_choice = {
- moduleName = "client.slua.umg.login.login_download_choice",
- path = "/Game/UMG/UI_BP/Lobby/DownloadPopupNotice_BP.DownloadPopupNotice_BP"
- },
- login_phone_mail = {
- moduleName = "client.slua.umg.login.login_phone_mail",
- path = "/Game/UMG/UI_BP/Login/LoginChoice_phone_UIBP.LoginChoice_phone_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- common_protocol_msg = {
- moduleName = "client.slua.umg.common.common_protocol_msg",
- path = "/Game/UMG/UI_BP/Common/Common_Protocol_Msg_UIBP.Common_Protocol_Msg_UIBP",
- containerName = UIContainers.Top,
- closeOnSwitch = false,
- uiStat = {
- name = "\233\128\154\231\148\168\229\141\143\232\174\174\229\188\185\231\170\151"
- }
- },
- common_rule_link_msg = {
- moduleName = "client.slua.umg.common.common_rule_link_msg",
- path = "/Game/UMG/UI_BP/Common/Common_Protocol_Msg1_UIBP.Common_Protocol_Msg1_UIBP",
- containerName = UIContainers.Top,
- closeOnSwitch = false,
- uiStat = {
- 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"
- }
- },
- common_legal_sure = {
- moduleName = "client.slua.umg.common.common_legal_sure",
- path = "/Game/UMG/UI_BP/Common/Common_Legal_UIBP.Common_Legal_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- login_security_verification_code = {
- moduleName = "client.slua.umg.login.login_security_verification_code",
- path = "/Game/UMG/UI_BP/Login/LoginChoice_phone_xianyoudun_UIBP.LoginChoice_phone_xianyoudun_UIBP",
- closeOnSwitch = false,
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- uiStat = {
- 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"
- }
- },
- login_verify_confirm = {
- moduleName = "client.slua.umg.login.login_verify_confirm",
- path = "/Game/UMG/UI_BP/Login/Login_Verify_Confirm_UIBP.Login_Verify_Confirm_UIBP",
- uiStat = {
- 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"
- }
- },
- login_verify_code_box = {
- moduleName = "client.slua.umg.login.login_verify_code_box",
- path = "/Game/UMG/UI_BP/Login/Login_Verify_Code_Box_UIBP.Login_Verify_Code_Box_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_rank = {
- moduleName = "client.slua.umg.rank.ui_rank",
- jumpModuleID = BP_ENUM_MODULE_RANK,
- path = "/Game/UMG/UI_BP/Rank/Rank_UIBP.Rank_UIBP",
- uiStat = {name = "\230\142\146\232\161\140\230\166\156"},
- useBatchOptimization = true,
- asy = true
- },
- RankItem_UIBP_Intl = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/Rank/RankItem_UIBP_Intl.RankItem_UIBP_Intl",
- isSingleton = false,
- isMainUI = false
- },
- Rank_Intimacy_UIBP = {
- moduleName = "client.slua.umg.rank.Rank_Intimacy_UIBP",
- path = "/Game/UMG/UI_BP/Rank/Rank_Intimacy_UIBP.Rank_Intimacy_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true
- },
- select_price_popup = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.select_price_popup",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_2/Store_PriceType_UIBP.Store_PriceType_UIBP",
- uiStat = {
- name = "\229\174\157\231\174\177\230\138\189\229\165\150\229\188\185\231\170\151"
- }
- },
- new_crate_onekey_popup = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.new_crate_onekey_popup",
- path = "/Game/UMG/UI_BP/Store/Popup/Store_Onekey_Popup_01_UIBP.Store_Onekey_Popup_01_UIBP",
- uiStat = {
- 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"
- }
- },
- crate_credit_ui = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_credit_ui",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_JK_Box_Integral_Popup.Crate_JK_Box_Integral_Popup",
- uiStat = {
- name = "\232\161\165\231\187\153-\231\167\175\229\136\134\229\133\145\230\141\162"
- }
- },
- crate_multi_currency_coupon = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_multi_currency_coupon",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Multi_Currency_Coupon_UIBP.Crate_Multi_Currency_Coupon_UIBP",
- uiStat = {
- 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"
- }
- },
- crate_multi_currency_coupon_item = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_multi_currency_coupon_item",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Multi_Currency_Coupon_Item2.Crate_Multi_Currency_Coupon_Item2",
- uiStat = {
- 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"
- }
- },
- supply_guarantee_awardInfo = {
- moduleName = "client.slua.umg.shop.supply_guarantee_awardInfo",
- path = "/Game/UMG/UI_BP/Store/Item/Store_PROT_Reward_Popup_UIBP.Store_PROT_Reward_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- store_uc_direct_purchase_gift_popup = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.popup.store_uc_direct_purchase_gift_popup",
- path = "/Game/UMG/UI_BP/NewStore/store/Store_Popup_UIBP.Store_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- store_backpack_page = {
- moduleName = "client.slua.umg.NewStore.store.store_backpack_page",
- path = "/Game/UMG/UI_BP/NewStore/store/Store_BackpackPage_UIBP.Store_BackpackPage_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\229\149\134\229\159\142-\232\131\140\229\140\133\233\161\181\231\173\190"
- }
- },
- DetailComponentMain = {
- moduleName = "client.slua.traits.DetailComponent.DetailComponentMain",
- path = "/Game/UMG/UI_BP/Common/Common_Detail_Goods_UIBP.Common_Detail_Goods_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ItemListComponent = {
- moduleName = "client.slua.traits.DetailComponent.ItemListComponent.ItemListComponent",
- path = "/Game/UMG/UI_BP/Common/Common_Detail_ItemList_UIBP.Common_Detail_ItemList_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- BuyButtonComponent = {
- moduleName = "client.slua.traits.DetailComponent.BuyButtonComponent.BuyButtonComponent",
- path = "/Game/UMG/UI_BP/NewStore/item/Store_Buy_Item_UIBP.Store_Buy_Item_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- BuyButtonComponent_Suit = {
- moduleName = "client.slua.traits.DetailComponent.BuyButtonComponent.BuyButtonComponent_Suit",
- path = "/Game/UMG/UI_BP/PharaohRises/XSuit_Exchange_Btn_Item.XSuit_Exchange_Btn_Item",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- FeatureComponent = {
- moduleName = "client.slua.traits.DetailComponent.FeatureComponent.FeatureComponent",
- path = "/Game/UMG/UI_BP/Common/Common_Detail_Feature.Common_Detail_Feature",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- AvatarDisplayComponent = {
- moduleName = "client.slua.traits.DetailComponent.AvatarDisplay.AvatarDisplayComponent",
- path = "/Game/UMG/UI_BP/Common/AvatarDisplay_UIBP.AvatarDisplay_UIBP",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- uiStat = {
- name = "avatar\229\177\149\231\164\186"
- }
- },
- store_feature_popup = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.component.store_feature_popup",
- path = "/Game/UMG/UI_BP/Common/Common_Detail_Goods_Popup_Attribute_UIBP.Common_Detail_Goods_Popup_Attribute_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- ViewComponent = {
- moduleName = "client.slua.traits.DetailComponent.ViewComponent.ViewComponent",
- path = "/Game/UMG/UI_BP/Common/Common_Detail_View_UIBP.Common_Detail_View_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- store_voice_component = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.component.store_voice_component",
- path = "/Game/UMG/UI_BP/NewStore/component/Common_Voice_Main_Item_UIBP.Common_Voice_Main_Item_UIBP",
- isSingleton = false,
- asy = true,
- uiStat = {
- name = "\229\149\134\229\159\142-\232\175\173\233\159\179\231\187\132\228\187\182"
- }
- },
- UseButtonComponent = {
- moduleName = "client.slua.traits.DetailComponent.UseButtonComponent.UseButtonComponent",
- path = "/Game/Arts_UI/LuckyWidget/LuckySpinTarotTemplate/Item/LuckySpinTarotTemplate_Btn_Item.LuckySpinTarotTemplate_Btn_Item",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ShapeTrans_ColorChangeCloth_UIBP = {
- moduleName = "client.slua.traits.DetailComponent.DetailChild.ShapeTrans_ColorChangeCloth_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_AvatarDetail/ShapeTrans_ColorChangeCloth_UIBP.ShapeTrans_ColorChangeCloth_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "AvatarDetail - \232\161\163\230\156\141\231\177\187\229\189\162\230\128\129\232\189\172\230\141\162"
- }
- },
- crate_open_box_panel = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.crate_open_box_panel",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_OpenBox_BP.Crate_OpenBox_BP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- store_jump_chest = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.store.store_jump_chest",
- path = "/Game/UMG/UI_BP/NewStore/store/Store_JumpChest_BP.Store_JumpChest_BP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- asy = true,
- uiStat = {
- 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"
- }
- },
- Store_Buy_Slua_BP = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.buy.Store_Buy_Slua_BP",
- path = "/Game/UMG/UI_BP/NewStore/Buy/Store_Buy_Slua_BP.Store_Buy_Slua_BP",
- asy = true,
- uiStat = {
- name = "\229\149\134\229\159\142-\232\180\173\228\185\176\231\149\140\233\157\162slua"
- }
- },
- GivingGifts_Popup_UIBP = {
- moduleName = "client.slua.umg.GiftGivePopup.GivingGifts_Popup_UIBP",
- path = "/Game/UMG/UI_BP/GiftGivePopup/GivingGifts_Popup_UIBP.GivingGifts_Popup_UIBP",
- asy = true,
- uiStat = {
- name = "\233\128\154\231\148\168\231\177\187\232\181\160\233\128\129\229\188\185\231\170\151"
- }
- },
- GiftMessage_Popup_UIBP = {
- moduleName = "client.slua.umg.GiftGivePopup.GiftMessage_Popup_UIBP",
- path = "/Game/UMG/UI_BP/GiftGivePopup/GiftMessage_Popup_UIBP.GiftMessage_Popup_UIBP",
- asy = true,
- uiStat = {
- name = "\233\128\154\231\148\168\231\177\187\231\180\162\232\166\129\229\188\185\231\170\151"
- }
- },
- lottery_closeup_ui = {
- moduleName = "client.slua.umg.LotteryCloseUp.lottery_closeup_ui",
- path = "/Game/UMG/UI_BP/NewStore/crate/OpenBox_Closeup_UIBP.OpenBox_Closeup_UIBP",
- asy = true,
- uiStat = {
- name = "\229\188\128\231\174\177\231\137\185\229\134\153\231\149\140\233\157\162"
- }
- },
- select_optional_chest = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.select_optional_chest",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_WelfareOption_Popup_UIBP.Crate_WelfareOption_Popup_UIBP",
- asy = true,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\232\135\170\229\136\182\229\174\157\231\174\177"
- }
- },
- ui_crate_voucher = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.ui_crate_voucher",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Voucher_UIBP.Crate_Voucher_UIBP",
- asy = true,
- uiStat = {
- name = "\229\149\134\229\159\142UC\230\138\152\230\137\163\231\149\140\233\157\162"
- }
- },
- ui_crate_voucher_jk = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.crate.ui_crate_voucher_jk",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Voucher_UIBP.Crate_Voucher_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- everydaypack_activity = {
- moduleName = "client.slua.umg.lobby_activity.everydaypack.everydaypack_activity",
- path = "/Game/UMG/UI_BP/SpecialOffer/EveryDayPack_Main_BP.EveryDayPack_Main_BP",
- isMainUI = false,
- uiStat = {
- name = "\230\175\143\230\151\165\231\164\188\229\140\133"
- }
- },
- everydaypack_activity_v2 = {
- moduleName = "client.slua.umg.lobby_activity.everydaypack.everydaypack_activity_v2",
- path = "/Game/UMG/UI_BP/SpecialOffer/EveryDayPack_NewMain_UIBP.EveryDayPack_NewMain_UIBP",
- asy = true,
- isMainUI = false,
- uiStat = {
- name = "\230\175\143\230\151\165\231\164\188\229\140\133\232\161\141\231\148\159"
- }
- },
- SupplyActivityComp = {
- moduleName = "client.slua.umg.NewStoreV280.Components.SupplyActivityComp.SupplyActivityComp",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_GuaranteeMechanism_UIBP.Crate_GuaranteeMechanism_UIBP",
- isSingleton = false,
- asy = false,
- uiStat = {
- 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"
- }
- },
- supply_ban_component = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_ban_component",
- path = "/Game/UMG/UI_BP/Store/Item/Crate_GuaranteeMechanism_ban_UIBP.Crate_GuaranteeMechanism_ban_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\232\161\165\231\187\153-Ban\230\156\186\229\136\182\231\187\132\228\187\182"
- }
- },
- supply_select_panel = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_select_panel",
- path = "/Game/UMG/UI_BP/Store/Store_Common_Child2_Panel.Store_Common_Child2_Panel",
- isSingleton = false,
- uiStat = {
- name = "\232\161\165\231\187\153-\233\128\137\230\139\169\231\149\140\233\157\162"
- }
- },
- supply_gradually_improve_panel = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_gradually_improve_panel",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_GraduallyImprove_Box_UIBP.Crate_GraduallyImprove_Box_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- supply_wish_detail = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_wish_detail",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Wish_Popup.Crate_Wish_Popup",
- uiStat = {
- name = "\232\161\165\231\187\153-\232\174\184\230\132\191\229\188\185\231\170\151"
- }
- },
- supply_wish_simple_detail = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_wish_simple_detail",
- path = "/Game/UMG/UI_BP/NewStore/crate/Crate_Wish_Simple_Popup.Crate_Wish_Simple_Popup",
- uiStat = {
- 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"
- }
- },
- supply_details_JK_panel = {
- moduleName = "client.slua.umg.NewStoreV280.NewStoreMove.supply.supply_details_panel",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Goods_Detail_UIBP.Goods_Detail_UIBP",
- uiStat = {
- name = "\232\161\165\231\187\153-\229\174\157\231\174\177\230\166\130\231\142\135"
- }
- },
- common_pickonebox = {
- moduleName = "client.slua.umg.common.common_pickonebox",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_Godzilla_DaoJu_UIBP.Activity_Godzilla_DaoJu_UIBP",
- uiStat = {
- name = "\229\164\154\233\128\137\228\184\128\231\149\140\233\157\162"
- }
- },
- connect_wait = {
- moduleName = "client.slua.umg.lobby.connection_waiting",
- path = "/Game/UMG/UI_Logic/Reconnect/Reconnect_BP.Reconnect_BP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- connect_wait_without_block = {
- moduleName = "client.slua.umg.lobby.connect_wait_without_block",
- path = "/Game/UMG/UI_BP/Reconnect/Reconnect_NoBlock_UIBP.Reconnect_NoBlock_UIBP",
- containerName = UIContainers.Top,
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- button_recorder = {
- moduleName = "client.slua.umg.common.button_recorder",
- path = "/Game/UMG/UI_BP/GM/BP_GM_RecordTouchEvent.BP_GM_RecordTouchEvent",
- containerName = UIContainers.Top
- },
- match_mode_option_t_plan = {
- moduleName = "client.slua.umg.match.match_mode_option_t_plan",
- path = "/Game/Mod/TPlan/XMission/UMG/Popup/Match_SelectMap_01_UIBP1.Match_SelectMap_01_UIBP1",
- asy = true,
- uiStat = {
- 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"
- }
- },
- match_zone_menu = {
- moduleName = "client.slua.umg.match.match_zone_menu",
- path = "/Game/UMG/UI_BP/Match/Match_Item/ChooseZone_Menu_UIBP.ChooseZone_Menu_UIBP",
- isSingleton = false
- },
- ChooseZone_Delay_Tips_UIBP = {
- moduleName = "client.slua.umg.match.ChooseZone_Delay_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Match/Match_Item/ChooseZone_Delay_Tips_UIBP.ChooseZone_Delay_Tips_UIBP"
- },
- lobby_mode_entry = {
- moduleName = "client.slua.umg.ModeSelection.Lobby_Mode_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Lobby_Mode_UIBP.Lobby_Mode_UIBP",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\133\165\229\143\163"
- }
- },
- mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_UIBP.ModeSelection_Main_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.ModeSelect,
- jumpModuleID = BP_ENUM_MODULE_MATCH_MODE_SELECTION,
- uiStat = {
- 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"
- }
- },
- mode_selection_anim = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Opening_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Opening_UIBP.ModeSelection_Opening_UIBP",
- uiStat = {
- name = "\230\150\176\230\168\161\229\188\143\233\128\137\230\139\169-\229\138\168\231\148\187"
- }
- },
- item_big_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map01_Item.ModeSelection_Main_Map01_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_super_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map03_Item.ModeSelection_Main_Map03_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_peak_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map_Item_Peak",
- path = "/Game/UMG/UI_BP/PeakGame/ModeSelection_Map_Peak_Item.ModeSelection_Map_Peak_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- mode_selection_option = {
- moduleName = "client.slua.umg.ModeSelection.Match_SelectMap_01_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Match_SelectMap_01_UIBP.Match_SelectMap_01_UIBP",
- uiStat = {
- 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"
- }
- },
- mode_selection_option_WOW = {
- moduleName = "client.slua.umg.ModeSelection.Match_SelectMap_01_WOW_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Match_SelectMap_01_UIBP.Match_SelectMap_01_UIBP",
- uiStat = {
- 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"
- }
- },
- item_small_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map01_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map02_Item.ModeSelection_Main_Map02_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- ModeSelection_Custom_Item_UIBP = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Custom_Item_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Item/ModeSelection_Custom_Item_UIBP.ModeSelection_Custom_Item_UIBP",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_newbie_small_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map03_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map02_Item.ModeSelection_Main_Map02_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_double_small_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Map_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Map_Item.ModeSelection_Main_Map_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_multi_big_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_MultiMap01_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_MultiMap01_Item.ModeSelection_Main_MultiMap01_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- item_multi_small_mode_selection_main = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_MultiMap01_Item",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_MultiMap02_Item.ModeSelection_Main_MultiMap02_Item",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- 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"
- }
- },
- mode_selection_multi_popup = {
- moduleName = "client.slua.umg.ModeSelection.multi_select.ModeSelection_Multi_Popup",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_ArmsRaceMap_UIBP.ModeSelection_ArmsRaceMap_UIBP",
- uiStat = {
- 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"
- }
- },
- ModeSelection_Guide_UIBP = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Guide_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Guide_UIBP.ModeSelection_Guide_UIBP",
- uiStat = {
- 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"
- }
- },
- ModeSelection_Guide_UIBP02 = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Guide_UIBP02",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Guide_UIBP02.ModeSelection_Guide_UIBP02",
- uiStat = {
- 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"
- }
- },
- GamePlayGuide_Popup_UIBP = {
- moduleName = "client.slua.umg.ModeSelection.GamePlayGuide_Popup_UIBP",
- path = "/Game/BluePrints/Game/BluePrints/UI/GamePlayGuide_Popup_UIBP.GamePlayGuide_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- PlanPH_AI_Chat_UIBP = {
- moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_AI_Chat_UIBP",
- path = "/Game/Mod/PlanPH/BluePrints/UI/Chat/PlanPH_AI_Chat_UIBP.PlanPH_AI_Chat_UIBP",
- uiStat = {
- name = "\229\174\182\229\155\173-\231\174\161\229\174\182-AI\229\175\185\232\175\157"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Defalut
- },
- PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP = {
- moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP",
- path = "/Game/UMG/UI_BP/Home/Rule/PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP.PlanPH_Chat_AI_InformedConsentStatement_Popups_UIBP",
- uiStat = {
- name = "\229\174\182\229\155\173-AI\231\174\161\229\174\182-\229\188\185\231\170\151"
- }
- },
- PlanPH_Chat_AI_Rule_Popups_UIBP = {
- moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Chat_AI_Rule_Popups_UIBP",
- path = "/Game/Mod/PlanPH/BluePrints/UI/Chat/Popup/PlanPH_Chat_AI_Rule_Popups_UIBP.PlanPH_Chat_AI_Rule_Popups_UIBP",
- uiStat = {
- 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"
- }
- },
- PlanPH_Majordomo_Select_UIBP = {
- moduleName = "GameLua.Mod.PlanPH.Client.UI.Housekeeper.PlanPH_Majordomo_Select_UIBP",
- path = "/Game/Mod/PlanPH/BluePrints/UI/Majordomo/PlanPH_Majordomo_Select_UIBP.PlanPH_Majordomo_Select_UIBP",
- uiStat = {
- 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"
- }
- },
- mode_selection_filter = {
- moduleName = "client.slua.umg.ModeSelection.ModeSelection_Main_Person_Tips",
- path = "/Game/UMG/UI_BP/ModeSelection/ModeSelection_Main_Person_Tips.ModeSelection_Main_Person_Tips",
- uiStat = {
- 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"
- }
- },
- ModeSelection_Popup_level_UIBP = {
- moduleName = "client.slua.umg.ModeSelection.Popup.ModeSelection_Popup_level_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Popup/ModeSelection_Popup_level_UIBP.ModeSelection_Popup_level_UIBP",
- uiStat = {
- 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"
- }
- },
- ModeSelection_Popup_Video_UIBP = {
- moduleName = "client.slua.umg.ModeSelection.Popup.ModeSelection_Popup_Video_UIBP",
- path = "/Game/UMG/UI_BP/ModeSelection/Popup/ModeSelection_Popup_Video_UIBP.ModeSelection_Popup_Video_UIBP",
- uiStat = {
- 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"
- }
- },
- match_new_entry = {
- moduleName = "client.slua.umg.match.match_new_entry",
- path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_Main_Match_Entry_UIBP.Lobby_Main_Match_Entry_UIBP",
- isSingleton = false,
- isWindowsOBHide = true,
- uiStat = {
- name = "\230\168\161\229\188\143\228\184\142\229\140\185\233\133\141"
- }
- },
- match_warm_up_task = {
- moduleName = "client.slua.umg.match.warm_up.match_warm_up_task",
- path = "/Game/UMG/UI_BP/Match/Match_Season_warm_up_UIBP.Match_Season_warm_up_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Team_Share_Tips_UIBP = {
- moduleName = "client.slua.umg.teamup.Team_Share_Tips_UIBP",
- path = "/Game/UMG/UI_BP/TeamUp/Team_Share_Tips_UIBP.Team_Share_Tips_UIBP",
- uiStat = {
- 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"
- }
- },
- Common_Popup_Reward_Base = {
- moduleName = "client.slua.umg.Common.Common_Popup_Reward_Base",
- path = "/Game/UMG/UI_BP/Common/Popup/Theme/Common_Popup_Theme_Explain_UIBP.Common_Popup_Theme_Explain_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\229\165\150\229\138\177\229\177\149\231\164\186\229\188\185\231\170\151"
- }
- },
- Common_Popup_Theme_Home_UIBP = {
- moduleName = "client.slua.umg.Common.Common_Popup_Reward_Base",
- path = "/Game/UMG/UI_BP/Common/Popup/Theme/Common_Popup_Theme_Home_UIBP.Common_Popup_Theme_Home_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- CommonPopup_RewardTipParent_UIBP = {
- moduleName = "client.slua.umg.common.CommonPopup_RewardTipParent_UIBP",
- path = "/Game/UMG/UI_BP/Common/Popup/Theme/CommonPopup_RewardTipParent_UIBP.CommonPopup_RewardTipParent_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- Common_Popup_Theme_Explain_Picture09_Item_UIBP = {
- moduleName = "client.slua.umg.common.Popup.Theme.Item.Common_Popup_Theme_Explain_Picture09_Item_UIBP",
- path = "/Game/UMG/UI_BP/Common/Popup/Theme/Item/Common_Popup_Theme_Explain_Picture09_Item_UIBP.Common_Popup_Theme_Explain_Picture09_Item_UIBP",
- isMainUI = false,
- uiStat = {
- name = "rp\230\148\185\232\137\178\233\162\134\229\143\150\229\173\144UI"
- }
- },
- Common_Popup_Theme_Explain_Picture08_Item_UIBP = {
- moduleName = "client.slua.umg.Common.Common_Popup_Theme_Explain_Picture08_Item_UIBP",
- path = "/Game/UMG/UI_BP/Common/Popup/Theme/Item/Common_Popup_Theme_Explain_Picture08_Item_UIBP.Common_Popup_Theme_Explain_Picture08_Item_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- ReportSucceed_Slap_UIBP = {
- moduleName = "client.slua.umg.security.ReportSucceed_Slap_UIBP",
- closeOnSwitch = false,
- path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_TipOff_Popup_UIBP.Lobby_TipOff_Popup_UIBP",
- uiStat = {
- name = "\228\184\190\230\138\165\230\136\144\229\138\159-\230\139\141\232\132\184"
- }
- },
- Hall_Picture_Popup_UIBP = {
- moduleName = "client.slua.umg.Common.Tips.Hall_Picture_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Universal_Popup/Hall_Picture_Popup_UIBP.Hall_Picture_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- notify_recommend_download = {
- moduleName = "client.slua.umg.download.notify_recommend_download",
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_DownloaderSpecial_Btn_UIBP1.Lobby_DownloaderSpecial_Btn_UIBP1"
- },
- notify_recommend_delete = {
- moduleName = "client.slua.umg.download.notify_recommend_delete",
- path = "/Game/UMG/UI_BP/Download/Popup/Download_Popup_Cleanup_UIBP.Download_Popup_Cleanup_UIBP",
- uiStat = {
- name = "\230\142\168\232\141\144\229\136\160\233\153\164"
- }
- },
- download_space_alert = {
- moduleName = "client.slua.umg.download.download_space_alert",
- path = "/Game/UMG/UI_BP/Download/Download_Popup_Item_BP.Download_Popup_Item_BP"
- },
- downloader = {
- moduleName = "client.slua.umg.download.downloader",
- path = "/Game/UMG/UI_BP/Download/Download_Popup_UIBP_2.Download_Popup_UIBP_2",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE,
- uiStat = {
- name = "\228\184\139\232\189\189\231\149\140\233\157\162"
- }
- },
- downloader_prefetch_tips = {
- moduleName = "client.slua.umg.download.downloader_prefetch_tips",
- path = "/Game/UMG/UI_BP/Download/Download_Popup_Item_BP2.Download_Popup_Item_BP2"
- },
- newbie_lobby_task = {
- moduleName = "client.slua.umg.newbie.newbie_lobby_task",
- path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Missons_UIBP.Lobby_Main_Tips_Missons_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- containerName = UIContainers.Top
- },
- newbie_lobby_rp = {
- moduleName = "client.slua.umg.newbie.newbie_lobby_rp",
- path = "/Game/UMG/UI_BP/Lobby/Mid/Tips/Lobby_Mid_Tips_RP_UIBP.Lobby_Mid_Tips_RP_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- containerName = UIContainers.Top
- },
- newbie_lobby_match = {
- moduleName = "client.slua.umg.newbie.newbie_lobby_match",
- path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Entry_UIBP.Lobby_Main_Tips_Entry_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- newbie_mode_select = {
- moduleName = "client.slua.umg.newbie.newbie_mode_select",
- path = "/Game/UMG/UI_BP/Newbie/Newbie_ModeSelect_UIBP.Newbie_ModeSelect_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- newbie_mode_select_entry = {
- moduleName = "client.slua.umg.newbie.newbie_mode_select_entry",
- path = "/Game/UMG/UI_BP/Newbie/Newbie_ModeSelect_Entry_UIBP.Newbie_ModeSelect_Entry_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- Lab_Main_Newbie_Slide_UIBP = {
- moduleName = "client.slua.umg.lobby.Main.Lab_Main_Newbie_Slide_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Main/Lab_Main_Newbie_Slide_UIBP.Lab_Main_Newbie_Slide_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip
- },
- Lobby_Mid_Newbie_Tab_Close_UIBP = {
- moduleName = "client.slua.umg.lobby.Mid.Newbie.Lobby_Mid_Newbie_Tab_Close_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Mid/Newbie/Lobby_Mid_Newbie_Tab_Close_UIBP.Lobby_Mid_Newbie_Tab_Close_UIBP",
- containerName = UIContainers.Top
- },
- match_tips_guide = {
- moduleName = "client.slua.umg.match.match_tips_guide",
- path = "/Game/UMG/UI_BP/Lobby/Main/Tips/Lobby_Main_Tips_Guide_UIBP.Lobby_Main_Tips_Guide_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- name = "\229\188\128\229\167\139\229\140\185\233\133\141\229\188\149\229\175\188"
- }
- },
- pet_main = {
- moduleName = "client.slua.umg.pet.pet_main",
- jumpModuleID = BP_ENUM_MODULE_PET_ENTER,
- path = "/Game/UMG/UI_BP/Pet/Pet_UIBP.Pet_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- name = "\228\188\153\228\188\180\231\179\187\231\187\159"
- },
- useBatchOptimization = true
- },
- pet_main_tips = {
- moduleName = "client.slua.umg.pet.pet_main_tips",
- path = "/Game/UMG/UI_BP/Pet/Pet_Tips_UIBP.Pet_Tips_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true
- },
- pet_access = {
- moduleName = "client.slua.umg.pet.pet_access",
- path = "/Game/UMG/UI_BP/Pet/Pet_PopUp_UIBP.Pet_PopUp_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_feed = {
- moduleName = "client.slua.umg.pet.pet_feed",
- path = "/Game/UMG/UI_BP/Pet/Pet_UseProps_UIBP.Pet_UseProps_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_dress_card = {
- moduleName = "client.slua.umg.pet.pet_dress_card",
- path = "/Game/UMG/UI_BP/Pet/Pet_PopUp01_UIBP.Pet_PopUp01_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_lobby_action = {
- moduleName = "client.slua.umg.pet.pet_lobby_action",
- path = "/Game/UMG/UI_BP/Lobby/Main/Lobby_Main_Pet_List_UIBP.Lobby_Main_Pet_List_UIBP",
- isWindowsOBHide = true,
- isCEHideLobbyUI = true,
- asy = true
- },
- pet_rename = {
- moduleName = "client.slua.umg.pet.pet_rename",
- path = "/Game/UMG/UI_BP/Pet/Pet_ReviseName_UIBP.Pet_ReviseName_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_share = {
- moduleName = "client.slua.umg.pet.pet_share",
- path = "/Game/UMG/UI_BP/Pet/Pet_Share_01_UIBP.Pet_Share_01_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- name = "\229\136\134\228\186\171-\228\188\153\228\188\180"
- }
- },
- pet_setting = {
- moduleName = "client.slua.umg.pet.pet_setting",
- path = "/Game/UMG/UI_BP/Pet/Pet_PopUp_01_UIBP.Pet_PopUp_01_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_share_choose = {
- moduleName = "client.slua.umg.pet.pet_share_choose",
- path = "/Game/UMG/UI_BP/Pet/Pet_Share_UIBP.Pet_Share_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- pet_levelup = {
- moduleName = "client.slua.umg.pet.pet_levelup",
- path = "/Game/UMG/UI_BP/Pet/Pet_Levelup_01_UIBP.Pet_Levelup_01_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- asy = true,
- uiStat = {
- 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"
- }
- },
- pet_choosepet = {
- moduleName = "client.slua.umg.pet.pet_choosepet",
- path = "/Game/UMG/UI_BP/Pet/Pet_UIBP_01.Pet_UIBP_01",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- uiStat = {
- 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"
- }
- },
- pet_decompose_notice = {
- moduleName = "client.slua.umg.pet.pet_decompose_notice",
- path = "/Game/UMG/UI_BP/Pet/Pet_Decompose_Popup_UIBP.Pet_Decompose_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.Pet,
- uiStat = {
- 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"
- }
- },
- levelup_panel = {
- moduleName = "client.slua.umg.levelup.levelup_panel",
- path = "/Game/UMG/UI_BP/Lobby/Leve_UpUIBP.Leve_UpUIBP",
- showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
- uiStat = {
- name = "\229\141\135\231\186\167\231\149\140\233\157\162-PVP"
- }
- },
- pve_levelup_panel = {
- moduleName = "client.slua.umg.levelup.pve_levelup_panel",
- path = "/Game/UMG/UI_BP/LevelUp/PVELevelUp_UIBP.PVELevelUp_UIBP",
- uiStat = {
- name = "\229\141\135\231\186\167\231\149\140\233\157\162-PVE"
- }
- },
- Lobby_RoleInfo_Pround_Popup_UIBP = {
- moduleName = "client.slua.umg.pround.Lobby_RoleInfo_Pround_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Pround_Popup_UIBP.Lobby_RoleInfo_Pround_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Popularity_Level_UIBP = {
- moduleName = "client.slua.umg.person_space.popularity.Lobby_RoleInfo_Popularity_Level_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_Level_UIBP.Lobby_RoleInfo_Popularity_Level_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- roleinfo_popularity = {
- moduleName = "client.slua.umg.person_space.roleinfo_popularity",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_UIBP.Lobby_RoleInfo_Popularity_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- jumpModuleID = BP_ENUM_MODULE_ROLEINFO_POPULARITY,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Popularity_Pk_Description_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Popularity_Pk_Description_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Popularity_Pk_Description_UIBP.Lobby_RoleInfo_Popularity_Pk_Description_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Popularity_Pk_Record_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Popularity_Pk_Record_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Popularity_Pk_Record_UIBP.Lobby_RoleInfo_Popularity_Pk_Record_UIBP",
- uiStat = {
- 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"
- }
- },
- roleinfo_send_gift = {
- moduleName = "client.slua.umg.person_space.roleinfo_send_gift",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- uiStat = {
- 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"
- },
- moduleID = 1009901
- },
- ingame_send_gift = {
- moduleName = "client.slua.umg.person_space.ingame_send_gift",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
- uiStat = {
- name = "\229\177\128\229\134\133-\232\181\160\233\128\129\231\164\188\231\137\169"
- }
- },
- roleinfo_exchange_gift = {
- moduleName = "client.slua.umg.person_space.roleinfo_exchange_gift",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Present_Popup_UIBP.Lobby_RoleInfo_Present_Popup_UIBP",
- uiStat = {
- name = "\228\186\186\230\176\148\231\164\188\231\137\169\228\186\164\230\141\162"
- }
- },
- SpaceGift_ExchangeRecord_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.SpaceGift_Exchange.Item.SpaceGift_ExchangeRecord_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/SpaceGift_Exchange/Item/SpaceGift_ExchangeRecord_UIBP.SpaceGift_ExchangeRecord_UIBP",
- uiStat = {
- 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"
- }
- },
- SpaceGift_Exchange_Popup_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.SpaceGift_Exchange.SpaceGift_Exchange_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/SpaceGift_Exchange/SpaceGift_Exchange_Popup_UIBP.SpaceGift_Exchange_Popup_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_send_gift_ani = {
- moduleName = "client.slua.umg.person_space.roleinfo_send_gift_ani",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- popularity_reply_popup = {
- moduleName = "client.slua.umg.person_space.popularity_reply_popup",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Popularity_Popup_UIBP.Lobby_RoleInfo_Popularity_Popup_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- popularity_message_menu = {
- moduleName = "client.slua.umg.person_space.popularity_message_menu",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- asy = true,
- uiStat = {
- 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"
- }
- },
- popularity_recent_menu = {
- moduleName = "client.slua.umg.person_space.popularity_recent_menu",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- popularity_contri_menu = {
- moduleName = "client.slua.umg.person_space.popularity_contri_menu",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Menu_UIBP.Lobby_RoleInfo_Menu_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- roleinfo_recent_gift_ani = {
- moduleName = "client.slua.umg.person_space.roleinfo_recent_gift_ani",
- path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Gift_ani_UIBP.Gift_ani_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_send_gift_ani_ex = {
- moduleName = "client.slua.umg.person_space.roleinfo_send_gift_ani_ex",
- path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Ani_GiftTips_UIBP.Ani_GiftTips_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isSingleton = false,
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- Common_Gift_Info_UIBP = {
- moduleName = "client.slua.umg.gift.Common_Gift_Info_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Common_Gift_Info_UIBP.Common_Gift_Info_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- uiStat = {
- name = "\231\164\188\231\137\169\228\191\161\230\129\175\229\177\149\231\164\186"
- }
- },
- Common_Gift_Notice_UIBP = {
- moduleName = "client.slua.umg.gift.Common_Gift_Notice_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Common_Gift_Notice_UIBP.Common_Gift_Notice_UIBP",
- isSingleton = false,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\232\181\160\231\164\188\230\143\144\231\164\186\230\181\174\231\170\151"
- }
- },
- Lobby_RoleInfo_EffectSkin_Item_UIBP = {
- moduleName = "client.slua.umg.effect_item.Lobby_RoleInfo_EffectSkin_Item_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
- },
- Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/RoleInfo/Item/Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP.Lobby_RoleInfo_Chat_Message_Effect_Item_UIBP",
- isSingleton = false,
- isMainUI = false
- },
- country_area_popup = {
- moduleName = "client.slua.umg.country_area.country_area_popup",
- path = "/Game/UMG/UI_BP/PopupNotice/Countryarea_BP.Countryarea_BP",
- uiStat = {
- name = "\229\155\189\229\174\182\230\151\151\229\184\156-\229\188\185\231\170\151"
- }
- },
- Partner_Preview_UIBP = {
- moduleName = "client.slua.umg.person_space.partner_preview_uibp",
- path = "/Game/UMG/UI_BP/PersonSpace/Partner_Preview_UIBP.Partner_Preview_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- jumpModuleID = BP_ENUM_MODULE_INTIMACY_PARTNER_PREVIEW,
- uiStat = {
- 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"
- }
- },
- avatar_social_island_status = {
- moduleName = "client.slua.umg.person_space.avatar_social_island_status",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_Space_SocialIsland_UIBP.Lobby_Space_SocialIsland_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_Season_AceMark_Summary_Self_UIBP = {
- moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Summary_Self_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Summary_Self_UIBP.Lobby_Season_AceMark_Summary_Self_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_Season_AceMark_Summary_Other_UIBP = {
- moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Summary_Other_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Summary_Other_UIBP.Lobby_Season_AceMark_Summary_Other_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_Season_AceMark_Detail_Self = {
- moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Detail_Self",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Detail_UIBP.Lobby_Season_AceMark_Detail_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_Season_AceMark_Detail_Other = {
- moduleName = "client.slua.umg.ace_imprint.Lobby_Season_AceMark_Detail_Other",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_AceMark_Detail_UIBP.Lobby_Season_AceMark_Detail_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Card_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Card_UIBP.Lobby_RoleInfo_Card_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Card_Show_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_Show_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Card_Mine_Share_Item_UIBP.Lobby_RoleInfo_Card_Mine_Share_Item_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Card_Editor_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Card.Lobby_RoleInfo_Card_Editor_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/item/Lobby_RoleInfo_Card_Mine_Edit_Item_UIBP.Lobby_RoleInfo_Card_Mine_Edit_Item_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Rank_Data_Tag_UIBP = {
- moduleName = "client.slua.umg.lobby.Left.Popup.Lobby_RoleInfo_Rank_Data_Tag_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Left/Popup/Lobby_Left_CustomizeData_Popup_UIBP.Lobby_Left_CustomizeData_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- Lobby_Left_Record_Show_UIBP = {
- moduleName = "client.slua.umg.lobby.Left.Popup.Lobby_Left_Record_Show_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Left/Popup/Lobby_Left_CustomizeData_Popup_UIBP.Lobby_Left_CustomizeData_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- lobby_social_vehicle_left_edit = {
- moduleName = "client.slua.umg.lobby.Left.lobby_social_vehicle_left_edit",
- path = "/Game/UMG/UI_BP/Lobby/Left/Item/Lobby_Left_Edit_Car_Button_UIBP.Lobby_Left_Edit_Car_Button_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- lobby_social_vehicle_scene_edit = {
- moduleName = "client.slua.umg.lobby.Left.lobby_social_vehicle_scene_edit",
- path = "/Game/UMG/UI_BP/Lobby/Left/Item/Lobby_Left_Edit_Car_Item_UIBP.Lobby_Left_Edit_Car_Item_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_combat = {
- moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Combat180_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_Combat180_UIBP.Lobby_RoleInfo_Combat180_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_segment = {
- moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Segment180_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Segment180_UIBP.Lobby_RoleInfo_Segment180_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_history = {
- moduleName = "client.slua.umg.person_space.roleinfo_history",
- path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_History_UIBP.Lobby_RoleInfo_History_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleinfo_history_detail = {
- moduleName = "client.slua.umg.person_space.roleinfo_history_detail",
- path = "/Game/UMG/UI_BP/Lobby_ShareResultsRanking/LobbyResultsRanking_UIBP.LobbyResultsRanking_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- roleinfo_history_deathmatch = {
- moduleName = "client.slua.umg.person_space.roleinfo_history_deathmatch",
- path = "/Game/UMG/UI_BP/RoleInfo/TeamCompetitionHistory_UIBP.TeamCompetitionHistory_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- roleinfo_relationship2 = {
- moduleName = "client.slua.umg.person_space.roleinfo_relationship_new",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_02_UIBP.Lobby_RoleInfo_IntimateRelationship_02_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Weekly_Summary_Popup_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_RoleInfo_Weekly_Summary_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_RoleInfo_Weekly_Summary_Popup_UIBP.Lobby_RoleInfo_Weekly_Summary_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- roleInfo_Friends_Details = {
- moduleName = "client.slua.umg.person_space.roleInfo_FriendsDetails",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_03_UIBP.Lobby_RoleInfo_IntimateRelationship_03_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- roleInfo_Relationship_Net = {
- moduleName = "client.slua.umg.person_space.roleInfo_RelationshipNet",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelationship_New01_UIBP.Lobby_RoleInfo_IntimateRelationship_New01_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Intimacy_Popup_Black_UIBP = {
- moduleName = "client.slua.umg.person_space.Intimacy_Popup_Black_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Intimacy_Popup_Black_UIBP.Intimacy_Popup_Black_UIBP",
- uiStat = {
- 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"
- }
- },
- Intimacy_Popup_Rules_UIBP = {
- moduleName = "client.slua.umg.person_space.Intimacy_Popup_Rules_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Intimacy_Popup_Rules_UIBP.Intimacy_Popup_Rules_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_IntimateRelation_Entry_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_IntimateRelation_Entry_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_IntimateRelation_Entry_UIBP.Lobby_RoleInfo_IntimateRelation_Entry_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Lobby_RoleInfo_Gift_Popup_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Lobby_RoleInfo_Gift_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Gift_Popup_UIBP.Lobby_RoleInfo_Gift_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Title_Main_UIBP = {
- moduleName = "client.slua.umg.roleInfo.Title.Title_Main_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Title/Title_Main_UIBP.Title_Main_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Title_Main_Guest_UIBP = {
- moduleName = "client.slua.umg.roleInfo.Title.Title_Main_Guset_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Title/Title_Main_UIBP.Title_Main_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Title_Select_Popup_UIBP = {
- moduleName = "client.slua.umg.roleInfo.Title.Popup.Title_Select_Popup_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Title/Popup/Title_Select_Popup_UIBP.Title_Select_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- roleinfo_main = {
- moduleName = "client.slua.umg.person_space.roleinfo_main",
- path = "/Game/UMG/UI_BP/RoleInfo/Lobby_NewRoleInfo_Mgr_UIBP.Lobby_NewRoleInfo_Mgr_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- jumpModuleID = BP_ENUM_MODULE_ROLEINFO,
- uiStat = {
- name = "\228\184\170\228\186\186\228\191\161\230\129\175\228\184\187\231\149\140\233\157\162"
- }
- },
- Personalization_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_UIBP.Personalization_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- 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"
- }
- },
- Personalization_Title_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_Title_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Title_UIBP.Personalization_Title_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_Flag_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_Flag_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Flag_UIBP.Personalization_Flag_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_Avatar_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_Avatar_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Avatar_UIBP.Personalization_Avatar_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\167\146\232\137\178\228\191\161\230\129\175\230\150\176-\229\164\180\229\131\143"
- }
- },
- Personalization_AvatarFrame_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_AvatarFrame_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_AvatarFrame_UIBP.Personalization_AvatarFrame_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_Teambrand_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_Teambrand_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Teambrand_UIBP.Personalization_Teambrand_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_InvitationPopup_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_InvitationPopup_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_InvitationPopup_UIBP.Personalization_InvitationPopup_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_InformationCard_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_InformationCard_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_InformationCard_UIBP.Personalization_InformationCard_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_SocialCard_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_SocialCard_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_SocialCard_UIBP.Personalization_SocialCard_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_Nickname_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_Nickname_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_Nickname_UIBP.Personalization_Nickname_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_TeamShow_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_TeamShow_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_TeamShow_UIBP.Personalization_TeamShow_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_ChatBubble_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_ChatBubble_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_ChatBubble_UIBP.Personalization_ChatBubble_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_EntryAction_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_EntryAction_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_EntryAction_UIBP.Personalization_EntryAction_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_HomeDoorPlate_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_HomeDoorPlate_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_HomeDoorPlate_UIBP.Personalization_HomeDoorPlate_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Personalization_RoleInfoBG_UIBP = {
- moduleName = "client.slua.umg.roleInfoNew.Personalization_RoleInfoBG_UIBP",
- path = "/Game/UMG/UI_BP/RoleInfo/Personalization/Personalization_RoleInfoBG_UIBP.Personalization_RoleInfoBG_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- role_info_big_avatar = {
- moduleName = "client.slua.umg.roleInfo/RoleInfo_BigAvatar",
- path = "/Game/UMG/UI_BP/RoleInfo/Lobby_RoleInfo_NewBigAvatar_UIBP.Lobby_RoleInfo_NewBigAvatar_UIBP",
- asy = true,
- uiStat = {
- name = "\228\184\170\228\186\186\231\169\186\233\151\180-\229\164\167\229\164\180\229\131\143"
- }
- },
- roleinfo_corpsAlias = {
- moduleName = "client.slua.umg.roleInfo.Roleinfo_CorpsAlias",
- path = "/Game/UMG/UI_BP/Corps/Corps_ChooseCorpsAlias_UIBP.Corps_ChooseCorpsAlias_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- role_info_corps = {
- moduleName = "client.slua.umg.roleInfo.RoleInfo_Corps",
- path = "/Game/UMG/UI_BP/Corps/CorpsInvitation_UIBP_2.CorpsInvitation_UIBP_2",
- asy = true,
- uiStat = {
- 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"
- }
- },
- starterPack_messageBox = {
- moduleName = "client.slua.umg.lobby_activity.starter_pack.starterpack_messageBox",
- path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/Starterpack_MessageBox_item.Starterpack_MessageBox_item",
- uiStat = {
- name = "\230\150\176\230\137\139\231\164\188\229\140\133-\229\188\185\231\170\151"
- }
- },
- starterpack_unlock_panel = {
- moduleName = "client.slua.umg.lobby_activity.starter_pack.unlockstarterpack_panel",
- path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/StarterPack_Unlock_UIBP.StarterPack_Unlock_UIBP",
- showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
- uiStat = {
- 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"
- }
- },
- starterpack_finaloffer_panel = {
- moduleName = "client.slua.umg.lobby_activity.starter_pack.starterpack_finaloffer_panel",
- path = "/Game/UMG/UI_BP/Lobby_Activity/StarterPack/StarterPack_FinalOffer_UIBP.StarterPack_FinalOffer_UIBP",
- showVisibility = (UEnums and UEnums.ESlateVisibility or {}).Visible,
- uiStat = {
- name = "\230\150\176\230\137\139\231\164\188\229\140\133"
- }
- },
- package_preview_panel = {
- moduleName = "client.slua.umg.lobby_item.package_preview_panel",
- path = "/Game/UMG/UI_BP/Lobby/PackagePreview_UIBP.PackagePreview_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- common_messagebox_timer = {
- moduleName = "client.slua.umg.common.common_messagebox_timer",
- path = "/Game/UMG/UI_BP/Common/Common_MessageBox_YueNan_UIBP.Common_MessageBox_YueNan_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top
- },
- common_messagebox_nevershow = {
- moduleName = "client.slua.umg.common.common_messagebox_nevershow",
- path = "/Game/UMG/UI_BP/Common/Common_MessageBox_AD_UIBP.Common_MessageBox_AD_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top
- },
- common_float_tips = {
- moduleName = "client.slua.umg.common.common_float_tips",
- path = "/Game/UMG/UI_BP/Common/Tips/CommonFloatTips.CommonFloatTips",
- uiStat = {
- name = "\233\128\154\231\148\168\230\181\174\231\170\151tips"
- }
- },
- Teamup_Avatar_Notice = {
- moduleName = "client.slua.umg.common.Teamup_Avatar_Notice",
- path = "/Game/UMG/UI_BP/Common/Tips/Teamup_Avatar_Notice.Teamup_Avatar_Notice",
- isSingleton = false,
- uiStat = {
- name = "Avatar\229\133\165\229\156\186\229\138\168\228\189\156\228\188\180\231\148\159Tips"
- }
- },
- Common_Explain_Tips_UIBP = {
- moduleName = "client.slua.umg.common.Common_Explain_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Common/Tips/Common_Explain_Tips_UIBP.Common_Explain_Tips_UIBP",
- uiStat = {
- 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"
- }
- },
- integral_float_tips = {
- moduleName = "client.slua.umg.person_space.integral_float_tips",
- path = "/Game/UMG/UI_BP/PersonSpace/item/RisesAstral_Tips_UIBP.RisesAstral_Tips_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- uiStat = {
- 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"
- }
- },
- recharge_help_pay = {
- moduleName = "client.slua.umg.recharge.recharge_help_pay",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_Store_Int_CentauriBuy.Lobby_Store_Int_CentauriBuy"
- },
- lobby_sequence_mask = {
- moduleName = "client.slua.umg.lobby_camera.lobby_levelSequenceCameraMask",
- path = "/Game/Arts_Lobby/CookEntry/Widget3D/BP_LevelSequenceCameraMask.BP_LevelSequenceCameraMask",
- uiStat = {
- name = "levelsequence\228\189\191\231\148\168\231\154\132mask\231\149\140\233\157\162"
- }
- },
- ItemPreview_UIBP = {
- moduleName = "client.slua.umg.common.ItemPreview.ItemPreview_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/ItemPreview_UIBP.ItemPreview_UIBP",
- uiStat = {
- name = "\233\162\132\232\167\136\231\149\140\233\157\162-\231\137\169\229\147\129"
- }
- },
- ItemPreview_ActList_UIBP = {
- moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_ActList_UIBP",
- isSingleton = false,
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_ActList_UIBP.ItemPreview_ActList_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- ItemPreview_BoxDropList_UIBP = {
- moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_BoxDropList_UIBP",
- isSingleton = false,
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_BoxDropList_UIBP.ItemPreview_BoxDropList_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- ItemPreview_ThreeColumn_UIBP = {
- moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_ThreeColumn_UIBP",
- isSingleton = false,
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_ThreeColumn_UIBP.ItemPreview_ThreeColumn_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- ItemPreview_MultiPool_UIBP = {
- moduleName = "client.slua.umg.common.ItemPreview.ItemPreviewChild.ItemPreview_MultiPool_UIBP",
- isSingleton = false,
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby/ItemPreviewChild/ItemPreview_MultiPool_UIBP.ItemPreview_MultiPool_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- itemtips_panel = {
- moduleName = "client.slua.umg.common.itemtips_panel",
- containerName = UIContainers.Top,
- path = "/Game/UMG/UI_BP/Common/Tips_200/Common_TaskTips_UIBP.Common_TaskTips_UIBP",
- uiStat = {
- name = "\233\128\154\231\148\168\231\137\169\229\147\129\230\143\144\231\164\186"
- }
- },
- Common_VerticalTips_UIBP = {
- moduleName = "client.slua.umg.common.Common_VerticalTips_UIBP",
- path = "/Game/UMG/UI_BP/Common/Tips_200/Common_VerticalTips_UIBP.Common_VerticalTips_UIBP",
- containerName = UIContainers.Top,
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- common_item_list = {
- moduleName = "client.slua.umg.common.common_item_list",
- path = "/Game/UMG/UI_BP/Common/Common_Roomcard_UIBP.Common_Roomcard_UIBP",
- uiStat = {
- 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"
- }
- },
- common_treasurebox_popup = {
- moduleName = "client.slua.umg.common.common_treasurebox_popup",
- path = "/Game/UMG/UI_BP/Common/BigTreasureChest_BP.BigTreasureChest_BP",
- uiStat = {
- 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"
- }
- },
- common_use_items = {
- moduleName = "client.slua.umg.common.common_use_items",
- path = "/Game/UMG/UI_BP/Common/CommonUseGoods_UIBP.CommonUseGoods_UIBP",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE,
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- video_player_system_pure = {
- moduleName = "client.slua.umg.common.video_player_system_pure",
- path = "/Game/UMG/UI_BP/Common/VideoPlayerSystemPure.VideoPlayerSystemPure",
- containerName = UIContainers.Bottom,
- uiStat = {
- name = "\232\167\134\233\162\145\230\146\173\230\148\190_\231\186\175\229\135\128\231\137\136"
- }
- },
- video_player_system = {
- moduleName = "client.slua.umg.common.video_player_system",
- path = "/Game/UMG/UI_BP/Common/VideoPlayerSystem.VideoPlayerSystem",
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- name = "\232\167\134\233\162\145\230\146\173\230\148\190"
- }
- },
- level_sequence_player_system = {
- moduleName = "client.slua.umg.common.level_sequence_player_system",
- path = "/Game/UMG/UI_BP/Common/LevelSequencePlayerSystem.LevelSequencePlayerSystem",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\231\137\185\230\128\167\229\138\168\231\148\187\230\146\173\230\148\190"
- }
- },
- video_player_mask = {
- moduleName = "client.slua.umg.common.video_player_mask",
- path = "/Game/UMG/UI_BP/Common/VideoMask.VideoMask",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\232\167\134\233\162\145\230\146\173\230\148\190-\232\146\153\231\137\136"
- }
- },
- ItemGet_Root_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ItemGet_Root_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Root_UIBP.ItemGet_Root_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151root"
- }
- },
- ItemGet_Seq_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ItemGet_Seq_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Seq_UIBP.ItemGet_Seq_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151sequence"
- }
- },
- Rare_Item4_Child = {
- moduleName = "client.slua.umg.lobby_item.Rare_Item4_Child",
- path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item4_01_UIBP.Rare_Item4_01_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Rare_Item4_UIBP = {
- moduleName = "client.slua.umg.lobby_item.Rare_Item4_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item4_02_UIBP.Rare_Item4_02_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-4\231\186\167"
- }
- },
- ItemGet_Gold_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ItemGet_Gold_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGet_Gold_UIBP.ItemGet_Gold_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-5\231\186\167"
- }
- },
- ShareinterfaceFull_Gold_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Gold_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/ShareinterfaceFull_Gold_UIBP.ShareinterfaceFull_Gold_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\231\137\169\229\147\129-5\231\186\167\229\136\134\228\186\171"
- }
- },
- ShareinterfaceFull_Rare4_Item_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Rare4_Item_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Item/ShareinterfaceFull_Rare4_Item_UIBP.ShareinterfaceFull_Rare4_Item_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\231\137\169\229\147\129-4\231\186\167\229\136\134\228\186\171"
- }
- },
- ShareinterfaceFull_Rare3_Item_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ShareinterfaceFull_Rare3_Item_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Item/ShareinterfaceFull_Rare3_Item_UIBP.ShareinterfaceFull_Rare3_Item_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\231\137\169\229\147\129-3\231\186\167\229\136\134\228\186\171"
- }
- },
- Rare_Item3_UIBP = {
- moduleName = "client.slua.umg.lobby_item.Rare_Item3_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item3_UIBP.Rare_Item3_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-3\231\186\167"
- }
- },
- Rare_Item2_UIBP = {
- moduleName = "client.slua.umg.lobby_item.Rare_Item2_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/Rare_Item2_UIBP.Rare_Item2_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\231\168\128\230\156\137\230\129\173\229\150\156\232\142\183\229\190\151-2\231\186\167"
- }
- },
- ItemGetMovChild_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ItemGetMovChild_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGetMovChild_UIBP.ItemGetMovChild_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- ItemGetSeqChild_UIBP = {
- moduleName = "client.slua.umg.lobby_item.ItemGetSeqChild_UIBP",
- path = "/Game/UMG/UI_BP/Common/ItemGet/ItemGetSeqChild_UIBP.ItemGetSeqChild_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Main_UIBP = {
- moduleName = "client.slua.umg.special_offer.SpecialOffer_Main_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Main_UIBP.SpecialOffer_Main_UIBP",
- jumpModuleID = BP_ENUM_MODULE_SPECIAL_OFFER,
- uiStat = {
- name = "\231\137\185\230\131\160\228\184\187\231\149\140\233\157\162"
- }
- },
- SmallRP_Award_UIBP = {
- moduleName = "client.slua.umg.SmallRP.SmallRP_Award_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/SmallRP_Award_UIBP.SmallRP_Award_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\231\137\185\230\131\160-\229\176\143RP"
- }
- },
- SmallRP_Award_Item_UIBP = {
- moduleName = "client.slua.umg.SmallRP.SmallRP_Award_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/Item/SmallRP_Award_Item_UIBP.SmallRP_Award_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- SmallRP_Award_MultiChooseOne_Item_UIBP = {
- moduleName = "client.slua.umg.SmallRP.SmallRP_Award_MultiChooseOne_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SmallRP/Item/SmallRP_Award_4Choose1_Item_UIBP.SmallRP_Award_4Choose1_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "\229\176\143RP-\229\164\154\233\128\137\228\184\128Item"
- }
- },
- ScrapGold_Exchange_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.ScrapGold_Exchange_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/ScrapGold_Exchange_UIBP.ScrapGold_Exchange_UIBP",
- jumpModuleID = BP_ENUM_MODULE_SCRAPGOLD_EXCHANGE,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ScrapGold_AnnualRenew_Item_UIBP = {
- moduleName = "client.slua.umg.lobby_activity.LuckyWidget.LuckWidget_ExchangeList.ScrapGold_AnnualRenewTips_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/ScrapGold_AnnualRenewTips_Item_UIBP.ScrapGold_AnnualRenewTips_Item_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- ScrapGold_AnnualRenew_Item_UIBP = {
- moduleName = "client.slua.umg.lobby_activity.LuckyWidget.LuckWidget_ExchangeList.ScrapGold_AnnualRenewTips_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/ScrapGold_AnnualRenewTips_Item_UIBP.ScrapGold_AnnualRenewTips_Item_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_ValueRebate_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_ValueRebate_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_ValueRebate_UIBP.SpecialOffer_ValueRebate_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\182\136\232\180\185\232\191\148\229\136\169"
- }
- },
- SpecialOffer_ValueRebate_Item_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_ValueRebate_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_ValueRebate_Item_UIBP.SpecialOffer_ValueRebate_Item_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\182\136\232\180\185\232\191\148\229\136\169Item"
- }
- },
- SpecialOffer_ValueRebate_Common_Item_UIBP = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_ValueRebate_Common_Item_UIBP.SpecialOffer_ValueRebate_Common_Item_UIBP",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- name = "\230\182\136\232\180\185\232\191\148\229\136\169Item_\230\140\130\232\189\189common_item"
- }
- },
- SpecialOffer_Coin_Item_UIBP = {
- moduleName = "client.slua.umg.special_offer.SpecialOffer_Coin_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Coin_Item_UIBP.SpecialOffer_Coin_Item_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\231\137\185\230\131\160\228\184\187\232\180\167\229\184\129item"
- }
- },
- Lobby_Direct_Main_UIBP = {
- moduleName = "client.slua.umg.DiscountDirect.Lobby_Direct_Main_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Direct_Main_UIBP.Lobby_Direct_Main_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Material_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Material_UIBP.SpecialOffer_Material_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\157\144\230\150\153\231\164\188\229\140\133\231\149\140\233\157\162"
- }
- },
- SpecialOffer_Material_Item_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Material_Item_UIBP.SpecialOffer_Material_Item_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\157\144\230\150\153\231\164\188\229\140\133"
- }
- },
- SpecialOffer_PackagePreview_Popup_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_PackagePreview_Popup_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Popup/SpecialOffer_PackagePreview_Popup_UIBP.SpecialOffer_PackagePreview_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Quality_Probability_Tips_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Quality_Probability_Tips_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Quality_Probability_Tips_UIBP.SpecialOffer_Quality_Probability_Tips_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Material_Popup_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Exchange_Confirm_UIBP.Common_Exchange_Confirm_UIBP",
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Material_Item_02_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Material_Item_02_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/SpecialOffer_Material_Item_02_UIBP.SpecialOffer_Material_Item_02_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\157\144\230\150\153\231\164\188\229\140\133\229\173\144item"
- }
- },
- SpecialOffer_Conditions_Container = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Container",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_AnniversaryCelebration_UIBP.SpecialOffer_AnniversaryCelebration_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\157\161\228\187\182\231\164\188\229\140\133\229\174\185\229\153\168"
- }
- },
- SpecialOffer_Conditions_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Conditions_UIBP.SpecialOffer_Conditions_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\157\161\228\187\182\231\164\188\229\140\133\231\149\140\233\157\162"
- }
- },
- SpecialOffer_Conditions_AnniversaryCelebration_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/SpecialOffer_Conditions_AnniversaryCelebration_UIBP.SpecialOffer_Conditions_AnniversaryCelebration_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- SpecialOffer_Conditions_Item_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_UIBP.SpecialOffer_Conditions_Item_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\157\161\228\187\182\231\164\188\229\140\133\231\149\140\233\157\162item"
- }
- },
- SpecialOffer_Conditions_Item_02_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_02_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_02_UIBP.SpecialOffer_Conditions_Item_02_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\157\161\228\187\182\231\164\188\229\140\133item"
- }
- },
- SpecialOffer_Conditions_Item_03_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_02_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_03_UIBP.SpecialOffer_Conditions_Item_03_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\229\145\168\229\185\180\230\157\161\228\187\182\231\164\188\229\140\133item"
- }
- },
- SpecialOffer_Conditions_Item_04_UIBP = {
- moduleName = "client.slua.umg.special_offer.condition_gift.SpecialOffer_Conditions_Item_04_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Item/SpecialOffer_Conditions_Item_04_UIBP.SpecialOffer_Conditions_Item_04_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\230\157\161\228\187\182\231\164\188\229\140\133 \232\183\145\233\169\172\231\129\175item"
- }
- },
- SpecialOffer_Conditions_Popup_UIBP = {
- moduleName = "client.slua.umg.special_offer.acts.SpecialOffer_Conditions_Popup_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Conditions/Popup/SpecialOffer_Conditions_Popup_UIBP.SpecialOffer_Conditions_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- common_vehicle_get_panel = {
- moduleName = "client.slua.umg.lobby_item.common_vehicle_get_panel",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- common_vehicle_give_panel = {
- moduleName = "client.slua.umg.lobby_item.common_vehicle_give_panel",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
- uiStat = {
- 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"
- }
- },
- share_vehicle_get = {
- moduleName = "client.slua.umg.shareChild.share_vehicle_get",
- path = "/Game/Arts_UI/LuckySpin/1400/Global/Ladder_Draw/Ladder_Draw_Share_UIBP.Ladder_Draw_Share_UIBP",
- uiStat = {
- name = "\232\189\189\229\133\183\229\136\134\228\186\171\231\149\140\233\157\162"
- }
- },
- com_msg_box_slua = {
- moduleName = "client.slua.umg.common.com_msg_box_slua",
- path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Slua_UIBP.Com_MsgBox_Slua_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- name = "\233\128\154\231\148\168\229\188\185\231\170\151"
- }
- },
- com_msg_small_box_slua = {
- moduleName = "client.slua.umg.common.com_msg_box_slua",
- path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Small_Slua_UIBP.Com_MsgBox_Small_Slua_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\229\188\185\231\170\151"
- }
- },
- com_msg_box_5s = {
- moduleName = "client.slua.umg.common.com_msg_box_slua",
- path = "/Game/UMG/UI_BP/NewUpdate/Com_MsgBox_Small_5S_UIBP.Com_MsgBox_Small_5S_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\229\188\185\231\170\151-5S"
- }
- },
- Common_RechargeMsgBox_UIBP = {
- moduleName = "client.slua.umg.common.Common_RechargeMsgBox_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_UCPurchase_Popup_UIBP.Common_UCPurchase_Popup_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\230\143\144\231\164\186\229\133\133\229\128\188\229\188\185\231\170\151"
- }
- },
- Common_Popup_Permissionsprompt_UIBP = {
- moduleName = "client.slua.umg.common.Common_Popup_Permissionsprompt_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Popup_Permissionsprompt_UIBP.Common_Popup_Permissionsprompt_UIBP",
- closeOnSwitch = false,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\230\157\131\233\153\144\229\188\185\231\170\151"
- }
- },
- Com_MsgBox_Slua_checkout__UIBP = {
- moduleName = "client.slua.umg.common.Com_MsgBox_Slua_checkout__UIBP",
- path = "/Game/UMG/UI_BP/Common/Com_MsgBox_Slua_checkout__UIBP.Com_MsgBox_Slua_checkout__UIBP",
- containerName = UIContainers.Top,
- closeOnSwitch = false,
- uiStat = {
- 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"
- }
- },
- Common_HelpTips_UIBP = {
- moduleName = "client.slua.umg.common.Common_HelpTips_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_HelpTips_UIBP.Common_HelpTips_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\229\184\174\229\138\169\230\143\144\231\164\186"
- }
- },
- Common_Announcement_UIBP = {
- moduleName = "client.slua.umg.common.Common_Announcement_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_Announcement_UIBP.Common_Announcement_UIBP",
- uiStat = {
- name = "\233\128\154\231\148\168\229\133\172\229\145\138\229\188\185\231\170\151"
- }
- },
- Common_Announcement_Item = {
- moduleName = "client.slua.umg.common.Common_Announcement_Item",
- path = "/Game/UMG/UI_BP/Common/Items/Common_Announcement_Item.Common_Announcement_Item",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "\230\174\181\228\189\141\229\136\135\230\141\162\230\140\137\233\146\174"
- }
- },
- Common_Tab_Horizontal_LevelOne_Text_Item_UIBP = {
- moduleName = "client.slua.umg.common.Common_Tab_Horizontal_LevelOne_Text_Item_UIBP",
- 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",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
- },
- Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP = {
- moduleName = "client.slua.umg.common.Common_Tab_Horizontal_LevelTwo_Text_Item_UIBP",
- 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",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").item_pool
- },
- dropdown_menu_component = {
- moduleName = "client.slua.umg.common.dropdown_menu_component",
- path = "/Game/UMG/UI_BP/Lobby/Item/DropDown_Menu_UIBP.DropDown_Menu_UIBP",
- isSingleton = false
- },
- ui_subscribe_confirm_buy = {
- moduleName = "client.slua.umg.subscribe.ui_subscribe_confirm_buy",
- path = "/Game/UMG/UI_BP/Common/Common_MessageBox_115_UIBP.Common_MessageBox_115_UIBP"
- },
- Subscribe_Coupons_Detail = {
- moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail",
- path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Coupons_Detail.Subscribe_Coupons_Detail",
- uiStat = {
- 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"
- }
- },
- Subscribe_Coupons_Detail_item = {
- moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_item",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_Coupons_Detail_item.Subscribe_Coupons_Detail_item",
- isSingleton = false
- },
- LobbyAndroidGuestBind = {
- moduleName = "client.slua.umg.guest_bind.guest_bind_form",
- path = "/Game/Arts_UI/LuckyWidget/Lucky_Common_Form_UIBP.Lucky_Common_Form_UIBP",
- uiStat = {
- 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"
- }
- },
- Subscribe_Rule_UIBP = {
- moduleName = "client.slua.umg.subscribe.Subscribe_Rule_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Rule_UIBP.Subscribe_Rule_UIBP",
- uiStat = {
- 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"
- }
- },
- Subscribe_SubPage_UIBP = {
- moduleName = "client.slua.umg.subscribe.Subscribe_SubPage_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_SubPage_UIBP.Subscribe_SubPage_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Subscribe_Coupons_Detail_New = {
- moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_New",
- path = "/Game/UMG/UI_BP/SpecialOffer/Popup/Subscribe_Coupons_Detail_New.Subscribe_Coupons_Detail_New",
- uiStat = {
- 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"
- }
- },
- ui_subscribe_carnival_main = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_main",
- jumpModuleID = BP_ENUM_MODULE_SUBSCRIBE_CARNIVAL,
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Main_UIBP.Lobby_Subscription_Main_UIBP",
- uiStat = {
- name = "\232\174\162\233\152\133\231\139\130\230\172\162\232\138\130\230\180\187\229\138\168"
- }
- },
- ui_subscribe_carnival_privilege = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_privilege",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Benefit_UIBP.Lobby_Subscription_Benefit_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- ui_subscribe_carnival_reward = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_reward",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Reward_UIBP.Lobby_Subscription_Reward_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- ui_subscribe_carnival_gift = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_gift",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Gift_UIBP.Lobby_Subscription_Gift_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- ui_subscribe_carnival_detail = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_detail",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_RP_Subscription_Popup_UIBP.Lobby_RP_Subscription_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_subscribe_unknowpass = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_unknowpass",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_System_Subscription_Popup_UIBP.Lobby_System_Subscription_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_subscribe_carnival_slap = {
- moduleName = "client.slua.umg.subscribe_activity.ui_subscribe_carnival_slap",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_AD.Lobby_Subscription_AD",
- uiStat = {
- 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"
- }
- },
- Lobby_Subscription_Scroll_UIBP = {
- moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Scroll_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Scroll_UIBP.Lobby_Subscription_Scroll_UIBP",
- uiStat = {
- 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"
- },
- isSingleton = false
- },
- Lobby_Subscription_Carnival_Entrance = {
- moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Carnival_Entrance",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Move_Btn2.Move_Btn2",
- uiStat = {
- 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"
- },
- isSingleton = false
- },
- Lobby_Subscription_Benefit_Item_UIBP = {
- moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_Benefit_Item_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_Benefit_Item_UIBP.Lobby_Subscription_Benefit_Item_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false
- },
- Lobby_Subscription_GiftItem_UIBP = {
- moduleName = "client.slua.umg.subscribe_activity.Lobby_Subscription_GiftItem_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Store_3/Lobby_Subscription_GiftItem_UIBP.Lobby_Subscription_GiftItem_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false
- },
- Subscribe_Coupons_Detail_item_old = {
- moduleName = "client.slua.umg.subscribe.Subscribe_Coupons_Detail_item_old",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/Subscribe_Coupons_Detail_item_old.Subscribe_Coupons_Detail_item_old",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false
- },
- recharge_purchasePopup = {
- moduleName = "client.slua.umg.recharge.recharge_purchasePopup",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/item/Lobby_DirectPurchase_popup_115_UIBP.Lobby_DirectPurchase_popup_115_UIBP",
- uiStat = {
- name = "\229\133\133\229\128\188-\231\155\180\232\180\173\232\175\166\230\131\133"
- }
- },
- recharge_purchase = {
- moduleName = "client.slua.umg.recharge.recharge_purchase",
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_DirectPurchase_115_UIBP.Lobby_DirectPurchase_115_UIBP",
- uiStat = {
- name = "\229\133\133\229\128\188-\231\155\180\232\180\173"
- }
- },
- limited_purchase = {
- moduleName = "client.slua.umg.recharge.UC_LimitedPaks_UIBP",
- isMainUI = false,
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/UC_LimitedPaks_UIBP.UC_LimitedPaks_UIBP",
- uiStat = {
- name = "\229\133\133\229\128\188-\233\153\144\230\151\182\231\164\188\229\140\133"
- }
- },
- ui_recharge = {
- moduleName = "client.slua.umg.recharge.ui_recharge",
- isMainUI = false,
- path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Store_Int_TopBar_UIBP.Lobby_Store_Int_TopBar_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- ui_recharge_jk = {
- moduleName = "client.slua.umg.recharge.ui_recharge_jk",
- isMainUI = false,
- path = "/Game/UMG/UI_BP/SpecialOffer/Lobby_Store_Int_TopBarJK_UIBP.Lobby_Store_Int_TopBarJK_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_recharge_good_item_jk = {
- moduleName = "client.slua.umg.recharge.ui_recharge_good_item_jk",
- path = "/Game/UMG/UI_BP/SpecialOffer/Item/Lobby_Store_itemJK_UIBP.Lobby_Store_itemJK_UIBP",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- name = "\229\133\133\229\128\188\231\137\169\229\147\129item-\230\151\165\233\159\169\231\137\136"
- }
- },
- ui_recharge_gas_station = {
- moduleName = "client.slua.umg.activity.LuckyCharge.ui_recharge_gas_station",
- moduleID = BP_ENUM_MODULE_RECHARGE_GAS_STATION,
- jumpModuleID = BP_ENUM_MODULE_RECHARGE_GAS_STATION,
- path = "/Game/UMG/UI_BP/Lobby_Activity/LuckyCharge/Lobby_LuckyCharge_UIBP.Lobby_LuckyCharge_UIBP",
- uiStat = {
- 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"
- }
- },
- secure_mail = {
- moduleName = "client.slua.umg.mail.secure_mail",
- path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\233\130\174\228\187\182-\229\174\137\229\133\168\233\130\174\228\187\182"
- }
- },
- Mail_UIBP = {
- moduleName = "client.slua.umg.mail.Mail_UIBP",
- path = "/Game/UMG/UI_BP/Mail/Mail_NewMain_UIBP.Mail_NewMain_UIBP",
- asy = true,
- jumpModuleID = BP_ENUM_MODULE_MAIL,
- uiStat = {
- name = "\233\130\174\228\187\182-\228\184\187\231\149\140\233\157\162"
- }
- },
- Mail_Msg_Sub_UIBP = {
- moduleName = "client.slua.umg.mail.Mail_Msg_Sub_UIBP",
- path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\233\130\174\228\187\182-\229\173\144\231\149\140\233\157\162"
- }
- },
- mail_item_detail = {
- moduleName = "client.slua.umg.mail.mail_item_detail",
- path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_Message_Lfte_UIBP.Mail_Message_Lfte_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- Mail_Picture_Item = {
- moduleName = "client.slua.umg.mail.mail_item.Mail_Picture_Item",
- path = "/Game/UMG/UI_BP/Mail/Item/Mail_Picture_Item.Mail_Picture_Item",
- isSingleton = false,
- isMainUI = false
- },
- Gift_Item_Detail_UIBP = {
- moduleName = "client.slua.umg.mail.Gift_Item_Detail_UIBP",
- path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Gift_Item_Detail_UIBP.Gift_Item_Detail_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- GiftSmallRP_Mail_Item_UIBP = {
- moduleName = "client.slua.umg.mail.mail_item.GiftSmallRP_Mail_Item_UIBP",
- path = "/Game/UMG/UI_BP/Mail/Item/GiftSmallRP_Mail_Item_UIBP.GiftSmallRP_Mail_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ui_shop_gift_msgcenter = {
- moduleName = "client.slua.umg.mail.ui_shop_gift_msgcenter",
- path = "/Game/UMG/UI_BP/Mail/Sub_UIBP/Mail_List_Right_UIBP.Mail_List_Right_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\229\149\134\229\159\142-\231\164\188\229\140\133\228\184\173\229\191\131"
- }
- },
- setting_main = {
- moduleName = "client.slua.umg.NewSetting.Main.setting_main",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Main.Setting_Main",
- jumpModuleID = BP_ENUM_MODULE_SETTING,
- uiStat = {
- name = "\232\174\190\231\189\174-\228\184\187\231\149\140\233\157\162"
- }
- },
- setting_red_title = {
- moduleName = "client.slua.umg.NewSetting.Main.setting_red_title",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_NewTitle_UIBP.Setting_NewTitle_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\186\162\231\130\185title"
- }
- },
- setting_basic = {
- moduleName = "client.slua.umg.NewSetting.Basic.basic_main",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Basic.Setting_Basic",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_ChangeServer_remind = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.Setting_ChangeServer_remind",
- path = "/Game/UMG/UI_BP/Setting/Setting_ChangeServer_remind.Setting_ChangeServer_remind",
- asy = true,
- uiStat = {
- 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"
- }
- },
- setting_basic_child_new = {
- moduleName = "client.slua.umg.NewSetting.Basic.baseChild.Setting_Basic_Child_NewUIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Basic_Child_NewUIBP.Setting_Basic_Child_NewUIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- setting_privacy_new = {
- moduleName = "client.slua.umg.NewSetting.Privacy.Setting_Privacy_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Privacy_New.Setting_Privacy_New",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\233\154\144\231\167\129\228\184\142\231\164\190\228\186\164"
- }
- },
- setting_birthday = {
- moduleName = "client.slua.umg.NewSetting.Privacy.setting_birthday",
- path = "/Game/UMG/UI_BP/PersonSpace/Lobby_RoleInfo_Card_Birthday_UIBP.Lobby_RoleInfo_Card_Birthday_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\148\159\230\151\165"
- }
- },
- setting_graphics_audio = {
- moduleName = "client.slua.umg.NewSetting.PictureAndAudio.Setting_Picure_Audio_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Picure_Audio_UIBP.Setting_Picure_Audio_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\148\187\233\157\162\228\184\142\233\159\179\233\162\145"
- }
- },
- setting_graphics_new = {
- moduleName = "client.slua.umg.NewSetting.GraphicsNew.Setting_GraphicsNew_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_GraphicsNew_UIBP.Setting_GraphicsNew_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\148\187\233\157\162\232\174\190\231\189\174"
- }
- },
- setting_graphics_audio_v2 = {
- moduleName = "client.slua.umg.NewSetting.PictureAndAudio.Setting_Picure_Audio_UIBPV2",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Picure_Audio_UIBP.Setting_Picure_Audio_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\148\187\233\157\162v2"
- }
- },
- setting_graphics_new_v2 = {
- moduleName = "client.slua.umg.NewSetting.Setting_GraphicsNew_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_GraphicsNew_UIBP.Setting_GraphicsNew_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\148\187\233\157\162\232\174\190\231\189\174v2"
- }
- },
- Setting_Picture_Popup_UIBP = {
- moduleName = "client.slua.umg.NewSetting.Popup.Setting_Picture_Popup_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Popup/Setting_Picture_Popup_UIBP.Setting_Picture_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Setting_Prompt_Popup_02_UIBP = {
- moduleName = "client.slua.umg.NewSetting.GraphicsNew.Setting_Prompt_Popup_02_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/Popup/Setting_Prompt_Popup_02_UIBP.Setting_Prompt_Popup_02_UIBP",
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\184\167\231\142\135\230\143\144\231\164\186"
- }
- },
- GraphicsQuality_Guide_UIBP = {
- moduleName = "client.slua.umg.NewSetting.GraphicsNew.GraphicsQuality_Guide_UIBP",
- path = "/Game/UMG/UI_BP/NewSetting/GraphicsQuality_Guide_UIBP.GraphicsQuality_Guide_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Setting_Sound = {
- moduleName = "client.slua.umg.NewSetting.Sound.setting_sound_main",
- path = "/Game/UMG/UI_BP/NewSetting/NewSetting_Sound_UIBP.NewSetting_Sound_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\163\176\233\159\179\232\174\190\231\189\174"
- }
- },
- Setting_QuasiMirror = {
- moduleName = "client.slua.umg.NewSetting.QuasiMirror.Setting_QuasiMirror_New_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_QuasiMirror_New_UIBP.Setting_QuasiMirror_New_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\135\134\233\149\156\232\174\190\231\189\174-\230\151\167"
- }
- },
- Setting_Mirror_Main_UIBP = {
- moduleName = "client.slua.umg.setting.SettingMirror.Setting_Mirror_Main_UIBP",
- path = "/Game/UMG/UI_BP/Setting/SettingMirror/Setting_Mirror_Main_UIBP.Setting_Mirror_Main_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\135\134\233\149\156\232\174\190\231\189\174"
- }
- },
- setting_obs = {
- moduleName = "client.slua.umg.NewSetting.Obs.setting_obs_main",
- path = "/Game/UMG/UI_BP/Setting/Setting_NewOBS_UIBP.Setting_NewOBS_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\232\167\130\230\136\152\231\137\185\230\149\136"
- }
- },
- setting_ob_custom = {
- moduleName = "client.slua.umg.NewSetting.OBCustom.setting_ob_custom_main",
- path = "/Game/UMG/UI_BP/Setting/Setting_NewOBCustom_UIBP.Setting_NewOBCustom_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\232\167\130\230\136\152\229\184\131\229\177\128"
- }
- },
- antiaddction_notice = {
- moduleName = "client.slua.umg.antiaddction.anti_addction_notice",
- path = "/Game/UMG/UI_BP/PopupNotice/Anti_addiction_UIBP.Anti_addiction_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\152\178\230\178\137\232\191\183-\233\128\154\231\159\165"
- }
- },
- antiaddction_kick = {
- moduleName = "client.slua.umg.antiaddction.anti_addction_kick",
- path = "/Game/UMG/UI_BP/PopupNotice/Anti_addiction2_UIBP.Anti_addiction2_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\152\178\230\178\137\232\191\183-\232\184\162\228\184\139\231\186\191"
- }
- },
- setting_other = {
- moduleName = "client.slua.umg.setting.setting_other",
- path = "/Game/UMG/UI_BP/Setting/Setting_Others_UIBP.Setting_Others_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\133\182\228\187\150"
- }
- },
- setting_set_region = {
- moduleName = "client.slua.umg.setting.setting_set_region",
- path = "/Game/UMG/UI_BP/Setting/State_MessageBox.State_MessageBox",
- uiStat = {
- 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"
- }
- },
- setting_platform_popup = {
- moduleName = "client.slua.umg.setting.setting_platform_popup",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_PlatformPopup_UIBP.Setting_PlatformPopup_UIBP",
- closeOnSwitch = false,
- uiStat = {
- 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"
- }
- },
- setting_unbind_popup = {
- moduleName = "client.slua.umg.setting.setting_unbind_popup",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup.Setting_UnbindPopup",
- closeOnSwitch = false,
- uiStat = {
- 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"
- }
- },
- setting_layout_share = {
- moduleName = "client.slua.umg.setting.setting_layout_share",
- path = "/Game/UMG/UI_BP/NewSetting/UIElem_NewShareSchemeTips_UIBP.UIElem_NewShareSchemeTips_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_layout_selection = {
- moduleName = "client.slua.umg.setting.setting_layout_selection",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_NewSelection_UIBP.Setting_NewSelection_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_layout_selection_new = {
- moduleName = "client.slua.umg.setting.setting_layout_selection_new",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Selection_New_UIBP.Setting_Selection_New_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_usingtips_new = {
- moduleName = "client.slua.umg.setting.Setting_UsingTips_New",
- path = "/Game/UMG/UI_BP/Setting/UIElemShare/UIElem_UsingTips_New_UIBP.UIElem_UsingTips_New_UIBP",
- uiStat = {
- 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"
- }
- },
- Setting_ChangeServer = {
- moduleName = "client.slua.umg.setting.Setting_ChangeServer",
- path = "/Game/UMG/UI_BP/Setting/Setting_ChangeServer.Setting_ChangeServer",
- uiStat = {
- 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"
- }
- },
- Setting_ChangeServerHint = {
- moduleName = "client.slua.umg.setting.Setting_ChangeServerHint",
- path = "/Game/UMG/UI_BP/Common/Popup/Common_Popup_ChangeServer_UIBP.Common_Popup_ChangeServer_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_phone_mail = {
- moduleName = "client.slua.umg.setting.setting_phone_mail",
- path = "/Game/UMG/UI_BP/Setting/Setting_login_phone_UIBP.Setting_login_phone_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_update_phone_mail = {
- moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_UIBP.Setting_Update_Phone_Mail_UIBP",
- uiStat = {
- 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"
- }
- },
- Setting_Update_Phone_Mail_Verify_UIBP = {
- moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Verify_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Verify_UIBP.Setting_Update_Phone_Mail_Verify_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_update_phone_mail_cond = {
- moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Cond_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Cond_UIBP.Setting_Update_Phone_Mail_Cond_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_update_phone_mail_fast_cond = {
- moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Fast_Cond_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Fast_Cond_UIBP.Setting_Update_Phone_Mail_Fast_Cond_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_update_phone_mail_succ = {
- moduleName = "client.slua.umg.setting.Setting_Update_Phone_Mail_Succ_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Update_Phone_Mail_Succ_UIBP.Setting_Update_Phone_Mail_Succ_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_phone_mail_select = {
- moduleName = "client.slua.umg.setting.setting_phone_mail_select",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Basic_Phone_Email_UIBP.Setting_Basic_Phone_Email_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_associate_mail = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.Setting_associate_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_associate_Popup_UIBP.Setting_associate_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Setting_CarrierCooperation_UIBP = {
- moduleName = "client.slua.umg.setting.Setting_CarrierCooperation_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_CarrierCooperation_UIBP.Setting_CarrierCooperation_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\229\133\141\230\181\129\233\135\143\231\149\133\231\142\169\231\149\140\233\157\162"
- }
- },
- setting_effect = {
- moduleName = "client.slua.umg.setting.setting_effect",
- path = "/Game/UMG/UI_BP/Setting/Setting_Effect_UIBP.Setting_Effect_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\231\137\185\230\149\136\232\174\190\231\189\174"
- }
- },
- TopTipsPanel_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.TopTipsPanel_UIBP",
- path = "/Game/UMG/UI_BP/Wardrobe/TopTipsPanel_UIBP.TopTipsPanel_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\228\187\147\229\186\147-top\230\143\144\231\164\186\231\149\140\233\157\162"
- }
- },
- Wardrobe_Tag_NewGuide_Tips_05_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.WardrobeItem.Wardrobe_Tag_NewGuide_Tips_05_UIBP",
- path = "/Game/UMG/UI_BP/Wardrobe/WardrobeItem/Wardrobe_Tag_NewGuide_Tips_05_UIBP.Wardrobe_Tag_NewGuide_Tips_05_UIBP",
- uiStat = {
- name = "\230\141\162\232\137\178\229\188\149\229\175\188\231\149\140\233\157\162"
- }
- },
- setting_cloud_manage_popups = {
- moduleName = "client.slua.umg.setting.Setting_Cloud_Manage_Popups_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Cloud190_Popups_UIBP.Setting_Cloud190_Popups_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_cloud_sharecode_popups = {
- moduleName = "client.slua.umg.setting.Setting_Cloud_ShareCode_Popups_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_ShareCode_Popups_UIBP.Setting_Cloud_ShareCode_Popups_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_cloud_search_popups = {
- moduleName = "client.slua.umg.setting.Setting_Cloud_Search_Popups_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Search_Popups_UIBP.Setting_Cloud_Search_Popups_UIBP",
- uiStat = {
- name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\230\144\156\231\180\162"
- }
- },
- setting_cloud_sensibility_preview = {
- moduleName = "client.slua.umg.setting.Setting_Cloud_Sensibility_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Sensibility_UIBP.Setting_Cloud_Sensibility_UIBP",
- uiStat = {
- name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\232\174\190\231\189\174"
- }
- },
- setting_cloud_custom_preview = {
- moduleName = "client.slua.umg.setting.Setting_Sensibility_Program_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Sensibility_Program_UIBP.Setting_Sensibility_Program_UIBP",
- uiStat = {
- name = "\232\174\190\231\189\174-\231\129\181\230\149\143\229\186\166\233\162\132\232\167\136"
- }
- },
- setting_cloud_sensibility_preview_item = {
- moduleName = "client.slua.umg.setting.Setting_Cloud_Sensibility_Item_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Cloud_Sensibility_Item_UIBP.Setting_Cloud_Sensibility_Item_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- setting_cloud_sensibility_upload_tips_popups = {
- moduleName = "client.slua.umg.setting.SettingSaveToCloud_TipsUIBP",
- path = "/Game/UMG/UI_BP/Setting/item/SettingSaveToCloud_TipsUIBP.SettingSaveToCloud_TipsUIBP",
- uiStat = {
- 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"
- }
- },
- ui_select_language = {
- moduleName = "client.slua.umg.setting.ui_select_language",
- path = "/Game/UMG/UI_BP/Setting/Setting_Language_Popup_UIBP.Setting_Language_Popup_UIBP",
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\164\154\232\175\173\232\168\128\233\128\137\233\161\185"
- }
- },
- setting_language = {
- moduleName = "client.slua.umg.setting.setting_language",
- path = "/Game/UMG/UI_BP/Setting/Setting_language_UIBP.Setting_language_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\232\175\173\232\168\128\232\174\190\231\189\174"
- }
- },
- Setting_ToKickOut_Popup = {
- moduleName = "client.slua.umg.setting.Popup.Setting_ToKickOut_Popup",
- path = "/Game/UMG/UI_BP/Setting/Popup/Setting_ToKickOut_Popup.Setting_ToKickOut_Popup",
- uiStat = {
- 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"
- }
- },
- vng_personalInfo = {
- moduleName = "client.slua.umg.lobby.vng_personalInfo",
- path = "/Game/UMG/UI_BP/Lobby/LobbyUI_Personal_information_UIBP.LobbyUI_Personal_information_UIBP",
- closeOnSwitch = false,
- uiStat = {
- name = "\232\182\138\229\141\151\228\184\170\228\186\186\228\191\161\230\129\175"
- }
- },
- setting_operate_multi_tab = {
- moduleName = "client.slua.umg.NewSetting.OperateMultiTab.Setting_OperateMultiTab_Main",
- path = "/Game/UMG/UI_BP/Setting/Setting_Operate_UIBP_MultiTab.Setting_Operate_UIBP_MultiTab",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- SettingPerspectivePanel = {
- moduleName = "client.slua.umg.NewSetting.OperateMultiTab.SettingPerspectivePanel",
- path = "/Game/UMG/UI_BP/Setting/item/SettingVisual_control_UIBP.SettingVisual_control_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- setting_operate_special_vehicle_tab_item = {
- moduleName = "client.slua.umg.NewSetting.OperateMultiTab.Setting_OperateMultiTab_SpecialVehicleTabItem",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Operate_UIBP_MultiTab_SpecialVehicleTabItem.Setting_Operate_UIBP_MultiTab_SpecialVehicleTabItem",
- isMainUI = false,
- asy = true,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- setting_uielem_layout = {
- moduleName = "client.slua.umg.NewSetting.UIElemLayout.Setting_UIElemLayout_Main",
- path = "/Game/UMG/UI_BP/Setting/UILayout/UIElemLayout_BP.UIElemLayout_BP",
- uiStat = {
- name = "\232\174\190\231\189\174-\232\135\170\229\174\154\228\185\137\233\157\162\230\157\191"
- }
- },
- CustomPanelInvisibleDialog = {
- moduleName = "client.slua.umg.NewSetting.UIElemLayout.CustomPanelInvisibleDialog",
- path = "/Game/UMG/UI_BP/Setting/UILayout/CustomPanelInvisibleDialog.CustomPanelInvisibleDialog",
- asy = true,
- uiStat = {
- 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"
- }
- },
- setting_uielem_layout_hpbar = {
- moduleName = "client.slua.umg.NewSetting.UIElemLayout.Item.Setting_UIElemLayout_HPBar",
- path = "/Game/UMG/UI_BP/Setting/UILayout/UIElemLayout_HPBar_BP.UIElemLayout_HPBar_BP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- setting_sensitivity = {
- moduleName = "client.slua.umg.NewSetting.Sensitivity.Setting_Sensitivity_Main",
- path = "/Game/UMG/UI_BP/Setting/Setting_sensibility_UIBP.Setting_sensibility_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- setting_gun_sensitivity = {
- moduleName = "client.slua.umg.setting.Setting_GunSensitivity_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_GunSensitivity_UIBP.Setting_GunSensitivity_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- Setting_SensibilityNew_UIBP = {
- moduleName = "client.slua.umg.setting.Sensitivity.Setting_SensibilityNew_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_SensibilityNew_UIBP.Setting_SensibilityNew_UIBP",
- uiStat = {
- 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)"
- },
- isMainUI = false
- },
- Setting_SensibilityChild_UIBP = {
- moduleName = "client.slua.umg.setting.Sensitivity.Setting_SensibilityChild_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_SensibilityChild_UIBP.Setting_SensibilityChild_UIBP",
- uiStat = {
- 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)"
- },
- isMainUI = false
- },
- SensibilityBtn_Num_UIBP = {
- moduleName = "client.slua.umg.setting.Sensitivity.SensibilityBtn_Num_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Sensibility/SensibilityBtn_Num_UIBP.SensibilityBtn_Num_UIBP",
- uiStat = {
- 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"
- },
- isSingleton = false
- },
- setting_gun_sensitivity_popup = {
- moduleName = "client.slua.umg.setting.Setting_GunSensitivity_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_GunSensitivity_Popup_UIBP.Setting_GunSensitivity_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_pickup = {
- moduleName = "client.slua.umg.NewSetting.Pickup.Setting_Pickup_Main",
- path = "/Game/UMG/UI_BP/Setting/Setting_Pickup_UIBP.Setting_Pickup_UIBP",
- uiStat = {
- name = "\232\174\190\231\189\174-\230\139\190\229\143\150\232\174\190\231\189\174"
- },
- isMainUI = false
- },
- Setting_Pickup_SeasonProps_Item = {
- moduleName = "client.slua.umg.NewSetting.Pickup.Setting_Pickup_SeasonProps_Item",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Pickup_SeasonProps_Item.Setting_Pickup_SeasonProps_Item",
- uiStat = {
- 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"
- },
- isMainUI = false,
- isSingleton = false,
- asy = true
- },
- setting_haptics = {
- moduleName = "client.slua.umg.NewSetting.Haptics.Setting_Haptics_Main",
- path = "/Game/UMG/UI_BP/NewSetting/Setting_Haptics_UIBP.Setting_Haptics_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\233\156\135\229\138\168\232\174\190\231\189\174"
- }
- },
- setting_gun_accessories = {
- moduleName = "client.slua.umg.setting.Setting_GunAccessories_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_GunAccessories_UIBP.Setting_GunAccessories_UIBP",
- asy = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- setting_gun_accessories_popup = {
- moduleName = "client.slua.umg.setting.Setting_GunAccessories_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_GunAccessories_Popup_UIBP.Setting_GunAccessories_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_gun_accessories_popup2 = {
- moduleName = "client.slua.umg.setting.item.Seeting_GunParts_item_Tips",
- path = "/Game/UMG/UI_BP/Setting/item/Seeting_GunParts_item_Tips.Seeting_GunParts_item_Tips",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- setting_tv = {
- moduleName = "client.slua.umg.setting.setting_tv",
- path = "/Game/UMG/UI_BP/Setting/Setting_mirratv_UIBP.Setting_mirratv_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- setting_account = {
- moduleName = "client.slua.umg.NewSetting.Account.setting_account",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_AccountSettings_PopupNew_UIBP.Setting_AccountSettings_PopupNew_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\232\180\166\229\143\183\228\184\142\229\174\137\229\133\168"
- }
- },
- setting_accountsecurity_popup = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.setting_accountsecurity_popup",
- path = "/Game/UMG/UI_BP/Setting/Setting_AccountSecurity_Popup_UIBP.Setting_AccountSecurity_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Inform_Popup_Abnormal_UIBP = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.Inform_Popup_Abnormal_UIBP",
- path = "/Game/UMG/UI_BP/PopupNotice/Inform_Popup_Abnormal_UIBP.Inform_Popup_Abnormal_UIBP",
- uiStat = {
- 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"
- }
- },
- BindErrorPopup = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.BindErrorPopup",
- path = "/Game/UMG/UI_BP/PopupNotice/Inform_Popup_Hint_UIBP.Inform_Popup_Hint_UIBP",
- uiStat = {
- 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"
- }
- },
- AccountBindingChangedPopup = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.AccountBindingChangedPopup",
- path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Bind_UIBP.Setting_Bind_UIBP",
- uiStat = {
- 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"
- }
- },
- choose_flag_code = {
- moduleName = "client.slua.umg.NewSetting.Account.Popup.ChooseFlagAreaCode_UIBP",
- path = "/Game/UMG/UI_BP/Setting/SettingAccount/ChooseFlagAreaCode_UIBP.ChooseFlagAreaCode_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_account_spare_code = {
- moduleName = "client.slua.umg.NewSetting.Account.login_verify_spare_code_panel",
- path = "/Game/UMG/UI_BP/Login/Login_Verify_safely_Confirm_UIBP.Login_Verify_safely_Confirm_UIBP",
- uiStat = {
- 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"
- }
- },
- setting_change_timedisplay = {
- moduleName = "client.slua.umg.setting.Setting_Change_Timedisplay",
- path = "/Game/UMG/UI_BP/Setting/Setting_Change_Timedisplay.Setting_Change_Timedisplay",
- uiStat = {
- 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"
- }
- },
- setting_notifycations = {
- moduleName = "client.slua.umg.NewSetting.Notify.Setting_Notification_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Setting_Notification_UIBP.Setting_Notification_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\174\190\231\189\174-\230\182\136\230\129\175\233\128\154\231\159\165"
- }
- },
- Setting_Notification_Popup_UIBP = {
- moduleName = "client.slua.umg.NewSetting.Notify.Setting_Notification_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Notification_Popup_UIBP.Setting_Notification_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- guest_find_password_post = {
- moduleName = "client.slua.umg.guest_bind.Guest_FindPassward_BP",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_FindPassward_BP.Guest_FindPassward_BP",
- uiStat = {
- 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"
- }
- },
- guest_find_password_result = {
- moduleName = "client.slua.umg.guest_bind.Guest_RetrieveAccount_BP",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_RetrieveAccount_BP.Guest_RetrieveAccount_BP",
- uiStat = {
- 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"
- }
- },
- guest_find_password_popup = {
- moduleName = "client.slua.umg.guest_bind.Guest_ConnectAccount_BP",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_ConnectAccount_BP.Guest_ConnectAccount_BP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- guest_bind_main = {
- moduleName = "client.slua.umg.guest_bind.guest_bind_main",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_Bind_BP.Guest_Bind_BP",
- isSingleton = false,
- isMainUI = false
- },
- guest_bind_password_set = {
- moduleName = "client.slua.umg.guest_bind.guest_bind_password_set",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_PasswordSetting_BP.Guest_PasswordSetting_BP",
- isSingleton = false,
- isMainUI = false
- },
- guest_bind_password_set_success = {
- moduleName = "client.slua.umg.guest_bind.guest_bind_password_set_success",
- path = "/Game/UMG/UI_BP/GuestBind/Guest_GuestAccountSetting_BP.Guest_GuestAccountSetting_BP",
- isSingleton = false,
- isMainUI = false
- },
- Setting_Common_Popup_Large_UIBP = {
- moduleName = "client.slua.umg.setting.Popup.Setting_Common_Popup_Large_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Popup/Setting_Common_Popup_Large_UIBP.Setting_Common_Popup_Large_UIBP",
- uiStat = {
- 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"
- }
- },
- Setting_BindChoice_Panel_New = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_BindChoice_Panel_New",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_BindChoice_Panel.Setting_BindChoice_Panel",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_Verify_Item_UIBP = {
- moduleName = "client.slua.umg.setting.item.Setting_Verify_Item_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Verify_Item_UIBP.Setting_Verify_Item_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_Result_Item_UIBP = {
- moduleName = "client.slua.umg.setting.item.Setting_Result_Item_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_Verify_Item_UIBP.Setting_Verify_Item_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_Verified_Passed_Popup_UIBP = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_Verified_Passed_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Verified_Passed_Popup_UIBP.Setting_Verified_Passed_Popup_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_Bind_Email_Popup_UIBP = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_Bind_Email_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Bind_Email_Popup_UIBP.Setting_Bind_Email_Popup_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_login_phone_UIBP = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_login_phone_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_login_phone_UIBP.Setting_login_phone_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_UnbindPopup_New = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnbindPopup_New",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_UnbindPopup.Setting_UnbindPopup",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_UnBindChoice_Panel = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnBindChoice_Panel",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_BindChoice_Panel.Setting_BindChoice_Panel",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_Change_Bind_Popup_UIBP = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_Change_Bind_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_Change_Bind_Popup_UIBP.Setting_Change_Bind_Popup_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Setting_UnbindFastCond_UIBP = {
- moduleName = "client.slua.umg.setting.Account.Popup.Setting_UnbindFastCond_UIBP",
- path = "/Game/UMG/UI_BP/Setting/Account/Popup/Setting_UnbindFastCond_UIBP.Setting_UnbindFastCond_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- CharacterSelect = {
- moduleName = "client.slua.umg.NewCharacter.CharacterSelect",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Select_UIBP.CharacterUI_Select_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\233\128\137\230\139\169\231\149\140\233\157\162"
- }
- },
- CharacterMain = {
- moduleName = "client.slua.umg.NewCharacter.CharacterMain",
- jumpModuleID = BP_ENUM_MODULE_CHARACTER,
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_UIBP01.CharacterUI_Main_UIBP01",
- asy = true,
- sceneID = 3,
- uiStat = {
- name = "\232\167\146\232\137\178-\228\184\187\231\149\140\233\157\162"
- }
- },
- CharacterHomePage = {
- moduleName = "client.slua.umg.NewCharacter.CharacterHomePage",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_HomePage.CharacterUI_HomePage",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\233\166\150\233\161\181"
- }
- },
- CharacterSkin = {
- moduleName = "client.slua.umg.NewCharacter.CharacterSkin",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_clothes_UIBP.CharacterUI_clothes_UIBP",
- isMainUI = false,
- asy = true,
- isSingleton = false,
- uiStat = {
- name = "\232\167\146\232\137\178-\232\161\163\230\156\141\233\161\181"
- }
- },
- CharacterAction = {
- moduleName = "client.slua.umg.NewCharacter.CharacterAction",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_clothes_UIBP.CharacterUI_clothes_UIBP",
- isMainUI = false,
- asy = true,
- isSingleton = false,
- uiStat = {
- name = "\232\167\146\232\137\178-\229\138\168\228\189\156\233\161\181"
- }
- },
- CharacterVoice = {
- moduleName = "client.slua.umg.NewCharacter.CharacterVoice",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_Voice_UIBP.CharacterUI_Main_Voice_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\229\163\176\233\159\179\233\161\181"
- }
- },
- CharacterLevelPreview = {
- moduleName = "client.slua.umg.NewCharacter.CharacterLevelPreview",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Main_Level_UIBP.CharacterUI_Main_Level_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\231\173\137\231\186\167\233\162\132\232\167\136"
- }
- },
- CharacterLevelUp = {
- moduleName = "client.slua.umg.NewCharacter.CharacterLevelUp",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Levelup_01_UIBP.CharacterUI_Levelup_01_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\229\141\135\231\186\167\231\149\140\233\157\162"
- }
- },
- CharacterLevelBox = {
- moduleName = "client.slua.umg.NewCharacter.CharacterLevelBox",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_baoxiang_Preview_UIBP.CharacterUI_baoxiang_Preview_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\229\174\157\231\174\177\233\162\132\232\167\136"
- }
- },
- CharacterUseBox = {
- moduleName = "client.slua.umg.NewCharacter.CharacterUseBox",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Use_Props_UIBP.CharacterUI_Use_Props_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\228\189\191\231\148\168\229\174\157\231\174\177"
- }
- },
- CharacterShare = {
- moduleName = "client.slua.umg.NewCharacter.CharacterShare",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Share01_UIBP.CharacterUI_Share01_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- CharacterShareChoose = {
- moduleName = "client.slua.umg.NewCharacter.CharacterShareChoose",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Share02_UIBP.CharacterUI_Share02_UIBP",
- asy = true,
- uiStat = {
- name = "\229\136\134\228\186\171-\232\167\146\232\137\178"
- }
- },
- CharacterBuy = {
- moduleName = "client.slua.umg.NewCharacter.CharacterBuy",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Recharge_Popups_UIBP.CharacterUI_Recharge_Popups_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\232\180\173\228\185\176\229\188\185\231\170\151"
- }
- },
- CharacterBuyTicket = {
- moduleName = "client.slua.umg.NewCharacter.CharacterBuyTicket",
- path = "/Game/UMG/UI_BP/CharacterUI/CharacterUI_Coupon_Popups_UIBP.CharacterUI_Coupon_Popups_UIBP",
- asy = true,
- uiStat = {
- name = "\232\167\146\232\137\178-\229\133\145\230\141\162\229\136\184\231\188\150\232\190\145"
- }
- },
- vehicle_main = {
- moduleName = "client.slua.umg.vehicle.vehicle_main",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Preview_Main_UIBP.Vehicle_Preview_Main_UIBP",
- uiStat = {
- name = "\232\189\189\229\133\183-\228\184\187\231\149\140\233\157\162"
- }
- },
- Vehicle_Preview_Main_NewBie_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Preview_Main_NewBie_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Preview_Main_NewBie_UIBP.Vehicle_Preview_Main_NewBie_UIBP",
- uiStat = {
- 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"
- }
- },
- vehicle_refit_main = {
- moduleName = "client.slua.umg.vehicle.vehicle_refit_main",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Main_UIBP.Vehicle_Refit_Main_UIBP",
- uiStat = {
- name = "\232\189\166\232\190\134\230\148\185\232\163\133-\228\184\187\231\149\140\233\157\162"
- }
- },
- vehicle_refit_save = {
- moduleName = "client.slua.umg.vehicle.vehicle_refit_save",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Save_UIBP.Vehicle_Refit_Save_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Vehicle_UpGrade_Popup_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_UpGrade_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_UpGrade_Popup_UIBP.Vehicle_UpGrade_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- vehicle_refit_lack = {
- moduleName = "client.slua.umg.vehicle.vehicle_refit_lack",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Refit_Lack_UIBP.Vehicle_Refit_Lack_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Vehicle_UpGrade_Main_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_UpGrade_Main_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_UpGrade_Main_UIBP.Vehicle_UpGrade_Main_UIBP",
- uiStat = {
- 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"
- }
- },
- VehicleSystem_Main_UIBP = {
- moduleName = "client.slua.umg.vehicle.VehicleSystem_Main_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/VehicleSystem_Main_UIBP.VehicleSystem_Main_UIBP",
- jumpModuleID = BP_ENUM_MODULE_VEHICLE_NEW,
- uiStat = {
- name = "\232\189\189\229\133\183\229\183\165\229\157\138-\228\184\187\231\149\140\233\157\162"
- }
- },
- Vehicle_Collect_Main_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Main_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Collect_Main_UIBP.Vehicle_Collect_Main_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\189\189\229\133\183\230\148\182\233\155\134-\228\184\187\231\149\140\233\157\162"
- }
- },
- Vehicle_CollectUI_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_CollectUI_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_CollectUI_UIBP.Vehicle_CollectUI_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\175\166\230\131\133"
- }
- },
- Vehicle_Collect_VoiceList_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_VoiceList_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_VoiceList_Item.Vehicle_Collect_VoiceList_Item",
- isMainUI = false,
- uiStat = {
- name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\175\173\233\159\179"
- }
- },
- Vehicle_LicensePlate_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_LicensePlate_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_LicensePlate_Item.Vehicle_LicensePlate_Item",
- isMainUI = false,
- uiStat = {
- name = "\232\189\189\229\133\183\230\148\182\233\155\134-\232\189\166\231\137\140"
- }
- },
- Vehicle_Collect_Box_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Box_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Box_Item.Vehicle_Collect_Box_Item",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_Collect_Garage_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Garage_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Garage_Item.Vehicle_Collect_Garage_Item",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_Preview_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Preview_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Preview_Item.Vehicle_Preview_Item",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_CollectBenefit_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_CollectBenefit_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_CollectBenefit_UIBP.Vehicle_CollectBenefit_UIBP",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- Vehicle_CollectBenefit_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_CollectBenefit_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_CollectBenefit_Item.Vehicle_CollectBenefit_Item",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_Unlock_In_Advance_Popup_UIBP = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Unlock_In_Advance_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Unlock_In_Advance_Popup_UIBP.Vehicle_Unlock_In_Advance_Popup_UIBP",
- isMainUI = false,
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- Vehicle_Accessory_Preview_UIBP = {
- moduleName = "client.slua.umg.vehicle.Accessory.Vehicle_Accessory_Preview_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Accessory_Preview_UIBP.Vehicle_Accessory_Preview_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\232\189\189\229\133\183-\233\133\141\228\187\182\231\149\140\233\157\162"
- }
- },
- Vehicle_Accessory_ItemList_UIBP = {
- moduleName = "client.slua.umg.vehicle.Accessory.Vehicle_Accessory_ItemList_UIBP",
- path = "/Game/UMG/UI_BP/ItemUpgrade/ItemUpgrade_AccessorySkin_UIBP.ItemUpgrade_AccessorySkin_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_Container_UIBP_0 = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_0.Vehicle_Container_UIBP_0",
- uiStat = {
- 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"
- }
- },
- Vehicle_Container_UIBP_1 = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_1.Vehicle_Container_UIBP_1",
- uiStat = {
- 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"
- }
- },
- Vehicle_Container_UIBP_2 = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_2.Vehicle_Container_UIBP_2",
- uiStat = {
- 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"
- }
- },
- Vehicle_Container_UIBP_3 = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_3.Vehicle_Container_UIBP_3",
- uiStat = {
- 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"
- }
- },
- Vehicle_Container_UIBP_4 = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Container_UIBP",
- path = "/Game/UMG/UI_BP/Vehicle/Vehicle_Container_UIBP_4.Vehicle_Container_UIBP_4",
- uiStat = {
- 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"
- }
- },
- Vehicle_Collect_Use_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Use_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Use_Item.Vehicle_Collect_Use_Item",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Vehicle_Collect_Tyre_Item = {
- moduleName = "client.slua.umg.vehicle.Vehicle_Collect_Tyre_Item",
- path = "/Game/UMG/UI_BP/Vehicle/CollectItem/Vehicle_Collect_Tyre_Item.Vehicle_Collect_Tyre_Item",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- vehicle_halloween_skin = {
- moduleName = "client.slua.umg.vehicle.vehicle_halloween_skin",
- jumpModuleID = BP_ENUM_MODULE_ACTIVITY_HALLOWEEN_VEHICLE,
- path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_HalloweenVehile_2.Activity_HalloweenVehile_2",
- uiStat = {
- 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"
- }
- },
- direct_purchase_banner = {
- moduleName = "client.slua.umg.shop.direct_purchase_banner",
- path = "/Game/UMG/UI_BP/Lobby_Store_Int/Lobby_Direct_Purchase_Banner.Lobby_Direct_Purchase_Banner",
- asy = true,
- uiStat = {
- 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"
- }
- },
- week_sign = {
- moduleName = "client.slua.umg.activity.week_sign",
- path = "/Game/UMG/UI_BP/Avtivity_WeekSign/Activity_WeekSign_Main_UIBP.Activity_WeekSign_Main_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\145\168\231\173\190\229\136\176"
- }
- },
- Activity_SingleBind_UIBP = {
- moduleName = "client.slua.umg.activity.Activity_SingleBind_UIBP",
- path = "/Game/UMG/UI_BP/Activity_SingleBind/Activity_SingleBind_UIBP.Activity_SingleBind_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\141\149\231\187\145"
- }
- },
- SortitionPutbackTemplate_Main = {
- moduleName = "client.slua.umg.activity.SortitionPutbackTemplate_Main",
- path = "/Game/Arts_UI/LuckyWidget/SortitionPutbackTemplate/SortitionPutbackTemplate_Main_UIBP.SortitionPutbackTemplate_Main_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- SortitionPutbackTemplate_Sharere = {
- moduleName = "client.slua.umg.activity.SortitionPutbackTemplate_Sharere",
- path = "/Game/Arts_UI/LuckyWidget/SortitionPutbackTemplate/SortitionPutbackTemplate_Sharere_UIBP.SortitionPutbackTemplate_Sharere_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- activity_ad_week = {
- moduleName = "client.slua.umg.activity.activity_ad_week",
- path = "/Game/UMG/UI_BP/NewActivty/Activty_RoutineTasks_UIBP.Activty_RoutineTasks_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\180\187\229\138\168\228\184\173\229\191\131-\229\185\191\229\145\138\229\145\168"
- }
- },
- black5_sign = {
- moduleName = "client.slua.umg.activity.black5_sign",
- path = "/Game/UMG/UI_BP/Avtivity_WeekSign/Black5_WeekSign_UIBP.Black5_WeekSign_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\233\187\145\228\186\148-\229\145\168\231\173\190\229\136\176"
- }
- },
- LoginPunchInAct = {
- moduleName = "client.slua.umg.activity.new_activity_center.LoginPunchInAct",
- path = "/Game/UMG/UI_BP/Avtivity_WeekSign/LoginPunchInAct_UIBP.LoginPunchInAct_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- JKRecall = {
- moduleName = "client.slua.umg.activity.new_activity_center.JKRecall",
- path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Popup_01_UIBP.LOBBY_ComeBack_Task_JK_Popup_01_UIBP",
- uiStat = {
- 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"
- }
- },
- Rank_Popularity_main_BP = {
- moduleName = "client.slua.umg.activity.rank_popularity.Rank_Popularity_main_BP",
- path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
- isMainUI = false,
- uiStat = {
- name = "\228\186\186\230\176\148\229\128\188\230\142\146\232\161\140\230\166\156(\230\150\176)"
- }
- },
- Rank_Arrogance_main_BP = {
- moduleName = "client.slua.umg.activity.rank_pround.Rank_Arrogance_main_BP",
- path = "/Game/UMG/UI_BP/NewActivty/Rank_Arrogance_main_BP.Rank_Arrogance_main_BP",
- isMainUI = false,
- uiStat = {
- name = "\232\177\170\230\176\148\229\128\188\230\142\146\232\161\140\230\166\156"
- }
- },
- Rank_Guard_main_BP = {
- moduleName = "client.slua.umg.activity.rank_guard.Rank_Guard_main_BP",
- path = "/Game/UMG/UI_BP/NewActivty/Rank_Guard_main_BP.Rank_Guard_main_BP",
- isMainUI = false,
- uiStat = {
- name = "\229\174\136\230\138\164\229\128\188\230\142\146\232\161\140\230\166\156"
- }
- },
- Rank_IceSnow_Main_BP = {
- moduleName = "client.slua.umg.activity.rank.MainActivity.290.Rank_IceSnow_Main_BP",
- path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Rank_Collection_Main_BP = {
- moduleName = "client.slua.umg.activity.rank.MainActivity.290.Rank_Collection_Main_BP",
- path = "/Game/UMG/UI_BP/NewActivty/Rank_Popularity_main_BP.Rank_Popularity_main_BP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- ui_day_first_win = {
- moduleName = "client.slua.umg.activity.day_first_win.ui_day_first_win",
- path = "/Game/UMG/UI_BP/NewActivty/Activty_DailyWin_UIBP.Activty_DailyWin_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\175\143\230\151\165\233\166\150\232\131\156\231\149\140\233\157\162"
- }
- },
- play_return_UC_got = {
- moduleName = "client.slua.umg.player_return.New_ComeBack_itemGet_UIBP",
- path = "/Game/UMG/UI_BP/PlayerReturn/New_ComeBack_itemGet_2_UIBP.New_ComeBack_itemGet_2_UIBP",
- asy = true,
- uiStat = {
- name = "\229\155\158\230\181\129\231\142\169\229\174\182-UC\232\142\183\229\190\151"
- }
- },
- new_player_gifts_panel = {
- moduleName = "client.slua.umg.growth_project.new_player_gifts_panel",
- path = "/Game/UMG/UI_BP/Guide/Common_Return_Popup_UIBP.Common_Return_Popup_UIBP",
- uiStat = {
- 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"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- Guide_UnknowPass_Award_New_BP = {
- moduleName = "client.slua.umg.growth_project.Guide_UnknowPass_Award_New_BP",
- path = "/Game/UMG/UI_BP/Guide/Guide_UnknowPass_Award_New_BP.Guide_UnknowPass_Award_New_BP",
- uiStat = {
- 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"
- },
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban
- },
- Common_Item_Guide_BP = {
- moduleName = "client.slua.umg.growth_project.Common_Item_Guide_BP",
- path = "/Game/UMG/UI_BP/Guide/Common_Item_Guide_BP.Common_Item_Guide_BP",
- uiStat = {
- 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"
- }
- },
- Common_Item_GuideHand_BP = {
- moduleName = "client.slua.umg.growth_project.Common_Item_GuideHand_BP",
- path = "/Game/UMG/UI_BP/Guide/Common_Item_GuideHand_BP.Common_Item_GuideHand_BP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- new_player_spin_main_uibp = {
- moduleName = "client.slua.umg.growth_project.new_player_spin_main_uibp",
- path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity4_UIBP.LuckySpin_Gun_Hilarity4_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- new_player_spin_twelve_item_uibp = {
- moduleName = "client.slua.umg.growth_project.new_player_spin_twelve_item_uibp",
- path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity2_UIBP.LuckySpin_Gun_Hilarity2_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- new_player_spin_task_item_uibp = {
- moduleName = "client.slua.umg.growth_project.new_player_spin_task_item_uibp",
- path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_Gun_Hilarity3_UIBP.LuckySpin_Gun_Hilarity3_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- new_player_task_uibp = {
- moduleName = "client.slua.umg.growth_project.new_player_task_uibp",
- path = "/Game/UMG/UI_BP/NewbieActivity/NewbieSpin/LuckySpin_task_UIBP.LuckySpin_task_UIBP",
- uiStat = {
- 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"
- }
- },
- Common_Welcome_UIBP = {
- moduleName = "client.slua.umg.growth_project.Common_Welcome_UIBP",
- path = "/Game/UMG/UI_BP/Guide/Common_Welcome_UIBP.Common_Welcome_UIBP",
- asy = true,
- uiStat = {
- name = "\230\150\176\230\137\139\228\184\137\233\128\137\228\184\128-Common_Welcome_UIBP"
- }
- },
- sign_in_gift = {
- moduleName = "client.slua.umg.activity.come_back.sign_in_gift",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_UIBP.Cumulative_landing_Activity_UIBP",
- asy = true,
- uiStat = {
- name = "\230\180\187\229\138\168-7\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
- }
- },
- sign_fives_in_gift = {
- moduleName = "client.slua.umg.activity.come_back.sign_fives_in_gift",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_fives_UIBP.Cumulative_landing_Activity_fives_UIBP",
- asy = true,
- uiStat = {
- name = "\230\180\187\229\138\168-5\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
- }
- },
- sign_nine_in_gift = {
- moduleName = "client.slua.umg.activity.come_back.sign_nine_in_gift",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Cumulative_landing_Activity_nine_UIBP.Cumulative_landing_Activity_nine_UIBP",
- asy = true,
- uiStat = {
- name = "\230\180\187\229\138\168-9\229\164\169\231\153\187\229\189\149\229\165\150\229\138\177"
- }
- },
- tournament_main = {
- moduleName = "client.slua.umg.tournament.tournament_main",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_New_UIBP.Championship_India_New_UIBP",
- jumpModuleID = BP_ENUM_MODULE_TOURNAMENT_MAIN,
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\228\184\187\231\149\140\233\157\162"
- }
- },
- tournament_teamup = {
- moduleName = "client.slua.umg.tournament.tournament_teamup",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Prepare_UIBP.Championship_India_Prepare_UIBP",
- jumpModuleID = BP_ENUM_MODULE_TOURNAMENT_TEAM_UP,
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\231\187\132\233\152\159"
- }
- },
- tournament_introduce = {
- moduleName = "client.slua.umg.tournament.tournament_introduce",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_NewIntroduce_UIBP.Championship_India_NewIntroduce_UIBP",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\232\181\155\228\186\139\228\187\139\231\187\141"
- }
- },
- tournament_history_record = {
- moduleName = "client.slua.umg.tournament.tournament_history_record",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_NewHistory_UIBP.Championship_India_NewHistory_UIBP",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\229\142\134\229\143\178\232\174\176\229\189\149"
- }
- },
- crew_safety_detection_tournament = {
- moduleName = "client.slua.umg.crew.crew_safety_detection_tournament",
- path = "/Game/UMG/UI_BP/ESport/ESport_detection_UIBP.ESport_detection_UIBP",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\229\174\137\229\133\168\230\163\128\230\181\139"
- }
- },
- Championship_India_QuickTips_UIBP = {
- moduleName = "client.slua.umg.tournament.Championship_India_QuickTips_UIBP",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_QuickTips_UIBP_NEW.Championship_India_QuickTips_UIBP_NEW",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\230\143\144\231\164\186\230\160\135\231\173\190"
- }
- },
- Championship_India_Popup_UIBP = {
- moduleName = "client.slua.umg.tournament.Championship_India_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Popup_UIBP_2.Championship_India_Popup_UIBP_2",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\230\138\165\229\144\141"
- }
- },
- Championship_India_Popup01_UIBP = {
- moduleName = "client.slua.umg.tournament.Championship_India_Popup01_UIBP",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Popup01_UIBP_NEW.Championship_India_Popup01_UIBP_NEW",
- uiStat = {
- 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"
- }
- },
- Championship_India_FloatTips_UIBP = {
- moduleName = "client.slua.umg.tournament.Championship_India_FloatTips_UIBP",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_FloatTips_UIBP_NEW.Championship_India_FloatTips_UIBP_NEW",
- uiStat = {
- name = "\232\181\143\233\135\145\232\181\155-\229\137\141\229\190\128\230\160\135\231\173\190"
- }
- },
- qualifying_match = {
- moduleName = "client.slua.umg.tournament.qualifying_match",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_UIBP.Championship_Bounty_UIBP",
- uiStat = {
- name = "\230\153\139\231\186\167\232\181\155-\228\184\187\231\149\140\233\157\162"
- }
- },
- qualifying_rank = {
- moduleName = "client.slua.umg.tournament.qualifying_rank",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Rank_UIBP.Championship_Bounty_Rank_UIBP",
- uiStat = {
- name = "\230\153\139\231\186\167\232\181\155-\230\142\146\229\144\141"
- }
- },
- qualifying_regist = {
- moduleName = "client.slua.umg.tournament.qualifying_regist",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Register_UIBP.Championship_Bounty_Register_UIBP",
- uiStat = {
- name = "\230\153\139\231\186\167\232\181\155-\230\179\168\229\134\140"
- }
- },
- qualifying_winner = {
- moduleName = "client.slua.umg.tournament.qualifying_winner",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Bounty_Winning_name_UIBP.Championship_Bounty_Winning_name_UIBP",
- uiStat = {
- name = "\230\153\139\231\186\167\232\181\155-\229\144\141\229\141\149"
- }
- },
- egame_entry = {
- moduleName = "client.slua.umg.tournament.egame_entry",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Entrance_Bounty_UIBP.Championship_Entrance_Bounty_UIBP",
- uiStat = {
- name = "\232\181\155\228\186\139-\229\133\165\229\143\163"
- }
- },
- championship_teamup = {
- moduleName = "client.slua.umg.Championship_India.championship_teamup",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Prepare_1_UIBP.Championship_India_Prepare_1_UIBP",
- uiStat = {
- name = "\232\181\158\229\138\169\232\181\155-\231\187\132\233\152\159"
- }
- },
- tournament_buy_india_ticket = {
- moduleName = "client.slua.umg.tournament.tournament_buy_india_ticket",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_Buy_IndiaTicket_BP.Championship_India_Buy_IndiaTicket_BP",
- uiStat = {
- 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"
- }
- },
- Championship_Sponsor_Mgr_UIBP = {
- moduleName = "client.slua.umg.championship_india.championship_sponsor_mgr_ui_bp",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_Mgr_UIBP.Championship_Sponsor_Mgr_UIBP",
- uiStat = {
- name = "\231\171\158\230\138\128\232\181\155-\233\161\181\231\173\190\231\174\161\231\144\134"
- }
- },
- Championship_Sponsor_OneMain_UIBP = {
- moduleName = "client.slua.umg.championship_india.championship_sponsor_one_main_ui_bp",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_OneMain_UIBP.Championship_Sponsor_OneMain_UIBP",
- uiStat = {
- name = "\231\171\158\230\138\128\232\181\155-\228\184\187\233\161\181"
- }
- },
- Championship_Sponsor_TotalRank_UIBP = {
- moduleName = "client.slua.umg.championship_india.championship_sponsor_totalrank",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_TotalRank_UIBP.Championship_Sponsor_TotalRank_UIBP",
- uiStat = {
- name = "\231\171\158\230\138\128\232\181\155-\230\128\187\230\166\156"
- }
- },
- Championship_Sponsor_One_Desc_UIBP = {
- moduleName = "client.slua.umg.championship_india.championship_sponsor_one_desc_ui_bp",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_Sponsor_One_Desc_UIBP.Championship_Sponsor_One_Desc_UIBP",
- uiStat = {
- name = "\231\171\158\230\138\128\232\181\155-\232\175\166\230\131\133\228\187\139\231\187\141"
- }
- },
- Championship_Sponsor_One_Desc_Tips_UIBP = {
- moduleName = "client.slua.umg.championship_india.championship_sponsor_one_desc_tips_ui_bp",
- path = "/Game/UMG/UI_BP/Championship_India/Sponsor_One_desc_tips_UIBP.Sponsor_One_desc_tips_UIBP",
- uiStat = {
- name = "\231\171\158\230\138\128\232\181\155-\232\175\166\230\131\133\228\187\139\231\187\141Tips"
- }
- },
- Championship_Rule_UIBP = {
- moduleName = "client.slua.umg.championship_india.Championship_India_Rule",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_jiesuan_1_BP.Championship_India_jiesuan_1_BP",
- uiStat = {
- name = "\233\148\166\230\160\135\232\181\155-\231\167\175\229\136\134\232\167\132\229\136\153"
- }
- },
- Championship_Rule2_UIBP = {
- moduleName = "client.slua.umg.championship_india.Championship_India_Rule2",
- path = "/Game/UMG/UI_BP/Championship_India/Championship_India_jiesuan_2_BP.Championship_India_jiesuan_2_BP",
- uiStat = {
- name = "\233\148\166\230\160\135\232\181\155-\231\167\175\229\136\134\232\167\132\229\136\153"
- }
- },
- Championship_Popup_Select = {
- moduleName = "client.slua.umg.championship_india.championship_popup_select",
- path = "/Game/UMG/UI_BP/ESport/EGame/ESport_Lobby_Popup_UIBP.ESport_Lobby_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Championship_Popup_SignUp = {
- moduleName = "client.slua.umg.championship_india.championship_popup_signup",
- path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB.Champior_Entrance_Zijian_UIPB",
- uiStat = {
- name = "\232\135\170\229\187\186\232\181\155-\230\138\165\229\144\141\229\188\185\231\170\151"
- }
- },
- Championship_Apply_List = {
- moduleName = "client.slua.umg.championship_india.championship_apply_list",
- path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
- uiStat = {
- name = "\232\135\170\229\187\186\232\181\155-\231\187\132\233\152\159\231\148\179\232\175\183"
- }
- },
- Championship_Find_List = {
- moduleName = "client.slua.umg.championship_india.championship_find_list",
- path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
- uiStat = {
- 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"
- }
- },
- Championship_Recruit_List = {
- moduleName = "client.slua.umg.championship_india.championship_recruit_list",
- path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Zijian_UIPB_01.Champior_Entrance_Zijian_UIPB_01",
- uiStat = {
- name = "\232\135\170\229\187\186\232\181\155-\230\139\155\229\139\159\233\152\159\229\143\139"
- }
- },
- Championship_Entrance_SignUp = {
- moduleName = "client.slua.umg.championship_india.championship_entrance_signup",
- path = "/Game/UMG/UI_BP/Championship_India/Champior_Entrance_Signup_UIPB.Champior_Entrance_Signup_UIPB",
- uiStat = {
- name = "\232\135\170\229\187\186\232\181\155-\230\138\165\229\144\141\229\133\165\229\143\163"
- }
- },
- Championship_Select_Area = {
- moduleName = "client.slua.umg.championship_india.championship_select_area",
- path = "/Game/UMG/UI_BP/Championship_India/Sponsor_Popup_Select_UIBP.Sponsor_Popup_Select_UIBP",
- uiStat = {
- 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"
- }
- },
- Championship_Result_Popup = {
- moduleName = "client.slua.umg.championship_india.championship_result_popup",
- path = "/Game/UMG/UI_BP/Championship_India/Champion_Enter_Successful_promotion_UIBP.Champion_Enter_Successful_promotion_UIBP",
- uiStat = {
- 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"
- }
- },
- LOBBY_ComeBack_Assembly_Set_UIBP = {
- moduleName = "client.slua.umg.activity.assembly.LOBBY_ComeBack_Assembly_Set_UIBP",
- path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Assembly_Set_UIBP.LOBBY_ComeBack_Assembly_Set_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- assembly_award_page = {
- moduleName = "client.slua.umg.activity.assembly.assembly_award_page",
- path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Task_Assembly_04_UIBP.LOBBY_ComeBack_Task_Assembly_04_UIBP",
- uiStat = {
- 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"
- },
- isSingleton = false,
- isMainUI = false
- },
- assembly_invite_share = {
- moduleName = "client.slua.umg.activity.assembly.assembly_invite_share",
- isSingleton = false,
- path = "/Game/UMG/UI_BP/COMEBACK/LOBBY_ComeBack_Assembly_Share_UIBP.LOBBY_ComeBack_Assembly_Share_UIBP",
- uiStat = {
- 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"
- }
- },
- LOBBY_ComeBack_Task_JK_UIBP = {
- moduleName = "client.slua.umg.activity.assembly.jk.LOBBY_ComeBack_Task_JK_UIBP",
- path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_UIBP.LOBBY_ComeBack_Task_JK_UIBP",
- uiStat = {
- 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"
- },
- isMainUI = false
- },
- assembly_friend_invite_popup_jk = {
- moduleName = "client.slua.umg.activity.assembly.jk.assembly_friend_invite_popup_jk",
- path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Popup_UIBP.LOBBY_ComeBack_Task_JK_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- assembly_friend_share_jk = {
- moduleName = "client.slua.umg.activity.assembly.jk.assembly_friend_share_jk",
- path = "/Game/UMG/UI_BP/NewActivty/NewActivty_COMEBACK/JK/LOBBY_ComeBack_Task_JK_Share_UIBP.LOBBY_ComeBack_Task_JK_Share_UIBP",
- uiStat = {
- 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"
- }
- },
- assembly_share_component_jk = {
- moduleName = "client.slua.umg.activity.assembly.jk.assembly_share_component_jk",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
- uiStat = {
- 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"
- }
- },
- recruit_main = {
- moduleName = "client.slua.umg.recruit.recruit_main",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_UIBP.Lobby_EnrollRecruits_UIBP",
- uiStat = {
- name = "\230\150\176\229\133\181\230\139\155\229\139\159-\228\184\187\231\149\140\233\157\162"
- }
- },
- recruit_share_ui = {
- moduleName = "client.slua.umg.recruit.recruit_share_ui",
- isSingleton = false,
- path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_Share_UIBP.Lobby_EnrollRecruits_Share_UIBP",
- uiStat = {
- 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"
- }
- },
- recruit_invitee = {
- moduleName = "client.slua.umg.recruit.recruit_invitee",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Lobby_EnrollRecruits_Reported_UIBP.Lobby_EnrollRecruits_Reported_UIBP",
- uiStat = {
- 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"
- }
- },
- webview_share = {
- moduleName = "client.slua.umg.common.webview_share_ui",
- isSingleton = false,
- path = "/Game/UMG/UI_BP/Lobby/WebviewShare_UIBP.WebviewShare_UIBP"
- },
- webview_share_component = {
- moduleName = "client.slua.umg.common.webview_share_component",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\229\136\134\228\186\171-Webview\231\189\145\233\161\181"
- }
- },
- activity_rebate_slap = {
- moduleName = "client.slua.umg.activity.rebate.Activity_Rebate_Slap_UIBP",
- path = "/Game/UMG/UI_BP/DailyActivity/Activity_Rebate_Slap_UIBP.Activity_Rebate_Slap_UIBP",
- uiStat = {
- name = "\232\191\148\229\136\169\230\180\187\229\138\168-\230\139\141\232\132\184\229\155\190"
- }
- },
- assembly_share_component = {
- moduleName = "client.slua.umg.activity.assembly.assembly_share_component",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New"
- },
- share_component = {
- moduleName = "client.slua.umg.common.share.Shareinterface",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\229\136\134\228\186\171\231\187\132\228\187\182"
- }
- },
- UGC_ShareModInfoPanel = {
- moduleName = "client.slua.umg.ugc.lobby.detail.UGC_ShareModInfoPanel",
- path = "/Game/UMG/UI_BP/UGC/popup/UGC_ShareFriends_Popup_UIBP.UGC_ShareFriends_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "UGC\232\175\166\230\131\133\229\136\134\228\186\171\229\188\185\231\170\151"
- }
- },
- Shareinterface_highlight = {
- moduleName = "client.slua.umg.common.share.Shareinterface_highlight",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_Rusult_UIBP.Shareinterface_Rusult_UIBP",
- uiStat = {
- 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"
- }
- },
- Shareinterface_lite = {
- moduleName = "client.slua.umg.common.share.shareinterface_lite",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_Lite.Shareinterface_UIBP_Lite",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\231\148\168\229\136\134\228\186\171\231\187\132\228\187\182-Lite"
- }
- },
- ShareinterfaceFull_UIBP = {
- moduleName = "client.slua.umg.common.share.ShareinterfaceFull_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/ShareinterfaceFull_UIBP.ShareinterfaceFull_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- watermark_share_component = {
- moduleName = "client.slua.umg.common.watermark_share_component",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_WaterMark_UIBP.Shareinterface_WaterMark_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- unbind_account_select = {
- moduleName = "client.slua.umg.unbind_account.Setting_UnbindPopup_check",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup_check.Setting_UnbindPopup_check",
- asy = true,
- uiStat = {
- name = "\232\167\163\231\187\145-\232\180\166\229\143\183\233\128\137\230\139\169"
- }
- },
- unbind_account_notify = {
- moduleName = "client.slua.umg.unbind_account.Setting_UnbindPopup",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindPopup.Setting_UnbindPopup",
- asy = true,
- uiStat = {
- name = "\232\167\163\231\187\145-\228\191\161\230\129\175\233\128\154\231\159\165"
- }
- },
- unbind_account_notify2 = {
- moduleName = "client.slua.umg.unbind_account.Setting_ImportantReminder",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_ImportantReminder.Setting_ImportantReminder",
- asy = true,
- uiStat = {
- name = "\232\167\163\231\187\145-\228\191\161\230\129\175\233\128\154\231\159\1652"
- }
- },
- unbind_fast_cond = {
- moduleName = "client.slua.umg.unbind_account.Setting_UnbindFastCond_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindFastCond_UIBP.Setting_UnbindFastCond_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- unbind_account_result = {
- moduleName = "client.slua.umg.unbind_account.Setting_UnbindResult",
- path = "/Game/UMG/UI_BP/Setting/item/Setting_UnbindResult.Setting_UnbindResult",
- closeOnSwitch = false,
- uiStat = {
- name = "\232\167\163\231\187\145-\231\187\147\230\158\156"
- }
- },
- unknowpass_rank = {
- moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/UnknowPass_Rank_BP.UnknowPass_Rank_BP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\230\142\146\232\161\140\230\166\156"
- },
- asy = true
- },
- unknowpass_rank_first_week_awards_preview = {
- moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_awards_preview",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankAward_UIBP.UnknowPass_RankAward_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_rank_first_week_awards = {
- moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_awards",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankTitle_UIBP.UnknowPass_RankTitle_UIBP",
- jumpModuleID = BP_ENUM_MODULE_RANKTITLE_UNKNOW_PASS,
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_RankTitleItem_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.rank.UnknowPass_RankTitleItem_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankTitleItem_UIBP.UnknowPass_RankTitleItem_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnknowPass_Rank_Next = {
- moduleName = "client.slua.umg.unknow_pass.rank.UnknowPass_Rank_Next",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Rank_Next.UnknowPass_Rank_Next",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- unknowpass_rank_first_week_items = {
- moduleName = "client.slua.umg.unknow_pass.rank.unknowpass_rank_first_week_items",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RankItem_UIBP.UnknowPass_RankItem_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- unknowpass_buy = {
- moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
- },
- asy = true
- },
- UnknowPass_NewBranchBuy_Item_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_NewBranchBuy_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_NewBranchBuy_Item_UIBP.UnknowPass_NewBranchBuy_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
- },
- asy = true
- },
- UnknowPass_NewBranchBuy_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_NewBranchBuy_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_Buy/UnknowPass_NewBranchBuy_UIBP.UnknowPass_NewBranchBuy_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176"
- },
- asy = true
- },
- UnknowPass_Buy_1to100_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Buy_1to100_UIBP",
- path = "/Game/Arts_UI/UnknowPass/2_6_0/RP_Buy/UnknowPass_Buy_1to100_UIBP.UnknowPass_Buy_1to100_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176-1-100\231\186\167"
- }
- },
- UnknowPass_Buy_1to50_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Buy_1to50_UIBP",
- path = "/Game/Arts_UI/UnknowPass/2_6_0/RP_Buy/UnknowPass_Buy_1to50_UIBP.UnknowPass_Buy_1to50_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176-1-50\231\186\167"
- },
- asy = true
- },
- unknowpass_buy_experience = {
- moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_experience",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\228\189\147\233\170\140\232\180\173\228\185\176"
- },
- asy = true
- },
- unknowpass_buy_upgrade_exp = {
- moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_upgrade_exp",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Buy_UIBP.UnknowPass_Buy_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_buy_super = {
- moduleName = "client.slua.umg.unknow_pass.buy.unknowpass_buy_super",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_BuyElite_UIBP.UnknowPass_BuyElite_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- Annual_Crit_Popup_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Popup_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Popup_UIBP.Annual_Crit_Popup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- Annual_Crit_Award_Popup_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Award_Popup_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Award_Popup_UIBP.Annual_Crit_Award_Popup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- Annual_Crit_Share_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.Annual_Crit_Share_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Annual_Crit_Share_UIBP.Annual_Crit_Share_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Discount_Percentage_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Percentage_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Percentage_UIBP.UnknowPass_Discount_Percentage_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Discount_Fixed_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Fixed_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Fixed_UIBP.UnknowPass_Discount_Fixed_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Discount_Buy_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.buy.UnknowPass_Discount_Buy_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_4_0/RP_Discount/UnknowPass_Discount_Buy_UIBP.UnknowPass_Discount_Buy_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_easy_ticket = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_easy_ticket",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/Unknowpass_EasyTicket_UIBP.Unknowpass_EasyTicket_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\231\149\133\231\142\169\229\141\161"
- },
- asy = true
- },
- unknowpass_award_buyscore = {
- moduleName = "client.slua.umg.unknow_pass.award.unknowpass_award_buyscore",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_Buy_Score_UIBP.UnknowPass_Buy_Score_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\180\173\228\185\176\231\173\137\231\186\167"
- },
- asy = true
- },
- unknowpass_branch_award_buyscore = {
- moduleName = "client.slua.umg.unknow_pass.award.unknowpass_branch_award_buyscore",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_Buy_Score_UIBP.UnknowPass_Buy_Score_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnKnowPass_2Choose1_Item_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_2Choose1_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_2Choose1_Item_UIBP.UnKnowPass_2Choose1_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnKnowPass_BuyScoreRwardItem_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_BuyScoreRwardItem_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_BuyScoreRwardItem_UIBP.UnKnowPass_BuyScoreRwardItem_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- unknowpass_exchange = {
- moduleName = "client.slua.umg.unknow_pass.exchange.unknowpass_exchange",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/UnknowPass_Exchange_BP.UnknowPass_Exchange_BP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\133\145\230\141\162"
- },
- asy = true
- },
- Annual_Renew_Purchase_Item_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.exchange.Annual_Renew_Purchase_Item_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_7_0/Annual_Sales/Item/Annual_Renew_Purchase_Item_UIBP.Annual_Renew_Purchase_Item_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Exchange_Item_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.exchange.UnknowPass_Exchange_Item_UIBP",
- path = "/Game/UMG/UI_Logic/UnknowPass/UnknowPass_Exchange_Item_UIBP.UnknowPass_Exchange_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\133\145\230\141\162\231\149\140\233\157\162item"
- },
- asy = true
- },
- unknowpass_mission_return_awards = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_mission_return_awards",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Mission_Return_Award_BP.UnknowPass_Mission_Return_Award_BP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_backbox_select = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_select",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBox_UIBP.UnknowPass_XYearBox_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-140\232\191\148\229\156\186\229\174\157\231\174\177"
- },
- asy = true
- },
- unknowpass_backbox_gobuy = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_gobuy",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBuyPopup_UIBP.UnknowPass_XYearBuyPopup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_backbox_view = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_view",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBoxPreview_UIBP.UnknowPass_XYearBoxPreview_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_backbox_lottery = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_lottery",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_XYearBoxLottery_UIBP.UnknowPass_XYearBoxLottery_UIBP",
- isSingleton = true,
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_backbox_ban = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.unknowpass_backbox_ban",
- path = "/Game/UMG/UI_BP/Store/Store_Banbox_UIBP.Store_Banbox_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- BoxLottery_BanSelectItem = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_BanSelectItem",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_BanSelectItem.BoxLottery_BanSelectItem",
- isSingleton = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- BoxLottery_MustItem = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_MustItem",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_MustItem.BoxLottery_MustItem",
- isSingleton = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- BoxLottery_PrizeDrawItem = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_PrizeDrawItem",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_PrizeDrawItem.BoxLottery_PrizeDrawItem",
- isSingleton = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- BoxLottery_RateUpItem = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_RateUpItem",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_RateUpItem.BoxLottery_RateUpItem",
- isSingleton = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- BoxLottery_WishSystemItem = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.BoxLottery_WishSystemItem",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_WishSystemItem.BoxLottery_WishSystemItem",
- isSingleton = true,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- BoxLottery_Line_Item = {
- moduleName = "client.slua_ui_framework.base",
- path = "/Game/UMG/UI_BP/UnknowPass/BoxLotteryItem/BoxLottery_Line_Item.BoxLottery_Line_Item",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Unknowpass_XYearBox_ProgressRate_Popup = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.Unknowpass_XYearBox_ProgressRate_Popup",
- path = "/Game/UMG/UI_BP/UnknowPass/Unknowpass_XYearBox_ProgressRate_Popup.Unknowpass_XYearBox_ProgressRate_Popup",
- uiStat = {
- 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"
- },
- asy = true
- },
- Unknowpass_XYearBox_Preview_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.140_back_box.Unknowpass_XYearBox_Preview_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Unknowpass_XYearBox_Preview_UIBP.Unknowpass_XYearBox_Preview_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_DecomposePopups_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_DecomposePopups_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/unknowpass_DecomposePopups_UIBP.unknowpass_DecomposePopups_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_share = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_share",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Share_UIBP.UnknowPass_Share_UIBP",
- uiStat = {
- name = "\229\136\134\228\186\171-\233\128\154\232\161\140\232\175\129"
- },
- asy = true
- },
- unknowpass_award = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Award_New_BP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Award_New_BP.UnknowPass_Award_New_BP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- containerName = UIContainers.Bottom,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\165\150\229\138\177"
- },
- asy = true
- },
- UnknowPass_Award_Branch_BP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Award_Branch_BP",
- path = "/Game/Arts_UI/UnknowPass/3_2_0/UIBP_Main/UnknowPass_Award_Branch_BP.UnknowPass_Award_Branch_BP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- containerName = UIContainers.Bottom,
- uiStat = {
- 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"
- },
- asy = true
- },
- BranchRP_Task_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Mission.BranchRP_Task_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/BranchRP_Task_UIBP.BranchRP_Task_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_Branch_TrediPushBuy_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Branch_TrediPushBuy_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Branch_TrediPushBuy_Popup_UIBP.UnknowPass_Branch_TrediPushBuy_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_Branch_Theme_PushBuy_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Branch_Theme_PushBuy_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Branch_Theme_PushBuy_Popup_UIBP.UnknowPass_Branch_Theme_PushBuy_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_BP_ColorSuitUnlock_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_BP_ColorSuitUnlock_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_BP_ColorSuitUnlock_Popup_UIBP.UnknowPass_BP_ColorSuitUnlock_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_BP_DoubleColorSuit_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_BP_DoubleColorSuit_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_BP_DoubleColorSuit_Popup_UIBP.UnknowPass_BP_DoubleColorSuit_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.RP_Newbie.UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP.UnknowPass_BranchRP_NewGuide_ForcedClick_UIBP",
- uiStat = {
- name = "BonusPass\230\150\176\230\137\139\229\188\149\229\175\188"
- }
- },
- unknowpass_toy = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_toy",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Toys_UIBP.UnknowPass_Toys_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\231\142\169\229\133\183\228\185\139\229\138\155"
- },
- asy = true
- },
- unknowpass_toy_get = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_toy_get",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ToysGet_UIBP.UnknowPass_ToysGet_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_levelup = {
- moduleName = "client.slua.umg.unknow_pass.unknowpass_levelup",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_LevelUp_UIBP.UnknowPass_LevelUp_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\141\135\231\186\167"
- },
- asy = true
- },
- bonuspass_levelup = {
- moduleName = "client.slua.umg.unknow_pass.bonuspass_levelup",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_LevelUp_UIBP.UnknowPass_LevelUp_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- name = "RP\229\136\134\230\148\175BonusPass \233\128\154\232\161\140\232\175\129-\229\141\135\231\186\167"
- },
- asy = true
- },
- UnknowPass_Privilege_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Privilege_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Privilege_UIBP.UnknowPass_Privilege_UIBP",
- jumpModuleID = BP_ENUM_MODULE_PRIVILEGE_UNKNOW_PASS,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\231\137\185\230\157\131"
- },
- asy = true
- },
- Common_MessageBox_News_UIBP = {
- moduleName = "client.slua.umg.common.Common_MessageBox_News_UIBP",
- path = "/Game/UMG/UI_BP/Common/Common_MessageBox_News_UIBP_new.Common_MessageBox_News_UIBP_new",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Subscribe_New_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscribe_New_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Subscribe_New_Popup_UIBP.UnknowPass_Subscribe_New_Popup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_Subscription_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_UIBP",
- jumpModuleID = BP_ENUM_MODULE_PRIME_UNKNOW_PASS,
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_UIBP.UnknowPass_Subscription_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133"
- },
- asy = true
- },
- UnknowPass_Subscription_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_Popup_UIBP.UnknowPass_Subscription_Popup_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133\233\128\137\230\139\169"
- },
- asy = true
- },
- UnknowPass_Subscription_Confirm = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Confirm",
- path = "/Game/UMG/UI_BP/Common/Common_MessageBox_115_UIBP.Common_MessageBox_115_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\174\162\233\152\133\231\161\174\232\174\164"
- },
- asy = true
- },
- UnknowPass_Subscription_Popups_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Subscription_Popups_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Subscription_Popups_UIBP.UnknowPass_Subscription_Popups_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\232\191\158\231\187\173\232\180\173\228\185\176"
- },
- asy = true
- },
- UnknowPass_Voucher_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Voucher_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Voucher_UIBP.UnknowPass_Voucher_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- 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"
- }
- },
- UnknowPass_Voucher_Item_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_Voucher_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_Voucher_Item_UIBP.UnknowPass_Voucher_Item_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnknowPass_ActivePack_Item_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_ActivePack_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_ActivePack_Item_UIBP.UnknowPass_ActivePack_Item_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnknowPass_ActivePack_UnlockPopup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UnlockPopup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePack_UnlockPopup_UIBP.UnknowPass_ActivePack_UnlockPopup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_ActivePack_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePack_UIBP.UnknowPass_ActivePack_UIBP",
- jumpModuleID = BP_ENUM_MODULE_RP_GIFT,
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_ActivePack_UIBP_GUIDE = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_UIBP_GUIDE",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackGuide_UIBP.UnknowPass_ActivePackGuide_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_ActivePackSlap_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePackSlap_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackSlap_UIBP.UnknowPass_ActivePackSlap_UIBP",
- uiStat = {
- 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"
- },
- containerName = UIContainers.Top,
- asy = true
- },
- UnknowPass_ActivePackGet_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePackGet_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivePackGet_UIBP.UnknowPass_ActivePackGet_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_ActivePack_StrongGuide_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_ActivePack_StrongGuide_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_ActivityPopup_UIBP.UnknowPass_ActivityPopup_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- Unknowpass_LimitTime_Activity = {
- moduleName = "client.slua.umg.UnknowPass.Unknowpass_LimitTime_Activity",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_Activity_Novice_Reward_UIBP.RP_Activity_Novice_Reward_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnknowPass_RecordPreview_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_RecordPreview_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RecordPreview_UIBP.UnknowPass_RecordPreview_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_RecordMain_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_RecordMain_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_RecordMain_UIBP.UnknowPass_RecordMain_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\230\161\163\230\161\136"
- },
- asy = true
- },
- UnknowPass_Buy_Choose_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Buy_Choose_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/Itemchoose_UIBP.Itemchoose_UIBP",
- jumpModuleID = BP_ENUM_MODULE_CHOOSE_UNKNOW_PASS,
- uiStat = {
- name = "RP\229\138\168\228\189\156\233\128\137\230\139\169\231\149\140\233\157\162"
- },
- asy = true
- },
- UnknowPass_Record_Tips_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Item.UnknowPass_Record_Tips_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_Record_Tips_UIBP.UnknowPass_Record_Tips_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- containerName = UIContainers.Top,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-RP\229\128\188\229\162\158\229\138\160"
- },
- asy = true
- },
- UnKnowPass_IN_H5_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_IN_H5_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_3_0/RP_PerSale_IN/UnKnowPass_IN_H5_UIBP.UnKnowPass_IN_H5_UIBP",
- uiStat = {
- name = "RP\233\162\132\232\180\173\230\180\187\229\138\168"
- }
- },
- UnKnowPass_IN_H5_BuyShow_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_IN_H5_BuyShow_UIBP",
- path = "/Game/Arts_UI/UnknowPass/3_3_0/RP_PerSale_IN/UnKnowPass_IN_H5_BuyShow_UIBP.UnKnowPass_IN_H5_BuyShow_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Presale.UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP.UnKnowPass_PerSale_IN_ChooseBuy_Popup_UIBP",
- isMainUI = true,
- uiStat = {
- 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"
- }
- },
- Throw_Tips_UIBP = {
- moduleName = "client.slua.umg.setting.item.Throw_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Throw_Tips_UIBP.Throw_Tips_UIBP",
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\230\138\149\230\142\183\230\143\144\231\164\186"
- }
- },
- Seeting_TwoPicturesPopup_UIBP = {
- moduleName = "client.slua.umg.setting.item.Seeting_TwoPicturesPopup_UIBP",
- path = "/Game/UMG/UI_BP/Setting/item/Seeting_TwoPicturesPopup_UIBP.Seeting_TwoPicturesPopup_UIBP",
- asy = true,
- uiStat = {
- name = "\232\174\190\231\189\174-\229\143\140\229\155\190\230\143\144\231\164\186"
- }
- },
- UnknowPass_Buy_Num_ActAnim = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Buy_Num_ActAnim",
- path = "/Game/UMG/UI_BP/Lobby_Activity/Activity_BuyUPass_NumUIBP1.Activity_BuyUPass_NumUIBP1",
- isSingleton = false,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\138\168\231\148\187"
- }
- },
- activity_buy_upass = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyAct",
- path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_GroupBuy_UIBP.UnknowPass_GroupBuy_UIBP",
- uiStat = {
- 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"
- }
- },
- activity_buy_upass_detail = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActDetail",
- path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_TeamContentPopup_UIBP.UnknowPass_TeamContentPopup_UIBP",
- uiStat = {
- 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"
- }
- },
- activity_buy_upass_invite = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActInvite",
- path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_TeamInvitePopup_UIBP.UnknowPass_TeamInvitePopup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_GroupBuy_popups_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_GroupBuy_popups_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/Item/UnknowPass_GroupBuy_popups_UIBP.UnknowPass_GroupBuy_popups_UIBP",
- uiStat = {
- 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"
- }
- },
- activity_buy_upass_share_ui = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_BuyActShareUI",
- path = "/Game/UMG/UI_BP/UnknowPass/BuyUPass/UnknowPass_GroupBuyShare_UIBP.UnknowPass_GroupBuyShare_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- UnknowPass_V2RewardsPreview_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_V2RewardsPreview_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_V2RewardsPreview_UIBP.UnknowPass_V2RewardsPreview_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UnknowPass_BranchRP_RewardsPreview_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_BranchRP_RewardsPreview_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Other/UnknowPass_BranchRP_RewardsPreview_UIBP.UnknowPass_BranchRP_RewardsPreview_UIBP",
- uiStat = {
- name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136"
- },
- asy = true
- },
- UnKnowPass_Special2Choose1_Item_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.award.UnKnowPass_Special2Choose1_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnKnowPass_Special2Choose1_Item_UIBP.UnKnowPass_Special2Choose1_Item_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136Item"
- }
- },
- UnknowPass_NewBranchBuy_Item3_UIBP = {
- moduleName = "client.slua.umg.unknow_pass.award.UnknowPass_NewBranchBuy_Item3_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Item/UnknowPass_NewBranchBuy_Item3_UIBP.UnknowPass_NewBranchBuy_Item3_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- name = "BonusPass\230\160\184\229\191\131\233\162\132\232\167\136Item"
- }
- },
- Lobby_UnknowPass_UIBP_1_0_0 = {
- moduleName = "client.slua.umg.UnknowPass.Lobby_UnknowPass_UIBP_1_0_0",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/Lobby_UnknowPass_UIBP.Lobby_UnknowPass_UIBP",
- jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\233\161\181\231\173\190"
- },
- useBatchOptimization = true
- },
- UnknowPass_course_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_course_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_course_UIBP.UnknowPass_course_UIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\230\150\176\230\137\139\229\188\149\229\175\188"
- },
- asy = true
- },
- UnknowPass_Purchase_Guidance_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.UnknowPass_Purchase_Guidance_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_Newbie/UnknowPass_Purchase_Guidance_UIBP.UnknowPass_Purchase_Guidance_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- UPassIntroduceUIBP = {
- moduleName = "client.slua.umg.UnknowPass.UPassIntroduceUIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/UPassIntroduceUIBP.UPassIntroduceUIBP",
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\188\128\229\156\186\229\138\168\231\148\187"
- },
- asy = true
- },
- unknowpass_mission = {
- moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_RP_Task_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_Integration_RP_Task_UIBP.Lobby_Integration_RP_Task_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_mission_sec = {
- moduleName = "client.slua.umg.UnknowPass.Mission.unknowpass_mission_sec",
- path = "/Game/UMG/UI_BP/UnknowPass/UIBP_Main/RP_Task_UIBP.RP_Task_UIBP",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Skip,
- uiStat = {
- name = "\233\128\154\232\161\140\232\175\129-\229\145\168\228\187\187\229\138\161"
- }
- },
- Lobby_IntegrationTask_RP_Guide_UIBP = {
- moduleName = "client.slua.umg.task.Task_Integration.Lobby_IntegrationTask_RP_Guide_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_IntegrationTask_RP_Guide_UIBP.Lobby_IntegrationTask_RP_Guide_UIBP",
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_activity_collection_page = {
- moduleName = "client.slua.umg.unknow_pass.activity_collection.unknowpass_activity_collection_page",
- path = "/Game/UMG/UI_BP/UnknowPass/ActivityCollect/ActivityCollect_UIBP.ActivityCollect_UIBP",
- jumpModuleID = BP_ENUM_MODULE_UNKNOWPASS_ACTIVITY_COLLECTION,
- uiStat = {
- 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"
- },
- asy = true
- },
- unknowpass_activity_crt_score = {
- moduleName = "client.slua.umg.unknow_pass.activity_rp_crt.unknowpass_activity_crt_score",
- path = "/Game/UMG/UI_BP/UnknowPass/RP_integral_crit/UnknowPass_integral_crit_UIBP.UnknowPass_integral_crit_UIBP",
- jumpModuleID = BP_ENUM_MODULE_RP_CRT_SCORE,
- uiStat = {
- 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"
- },
- asy = true
- },
- UPass_Activity_Koi_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_UIBP.Koi_UIBP",
- jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS_KOI,
- uiStat = {
- 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"
- }
- },
- UPass_Koi_Result_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Result_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Result_UIBP.Koi_Result_UIBP",
- uiStat = {
- 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"
- }
- },
- UPass_Koi_Lottery_Avatar_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_LuckyNumber_UIBP.Koi_LuckyNumber_UIBP",
- jumpModuleID = BP_ENUM_MODULE_UNKNOW_PASS_KOI_AVATAR,
- uiStat = {
- 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"
- }
- },
- Upass_Koi_Award_Guide = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_Award_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_LuckyNumber_Award_UIBP.Koi_LuckyNumber_Award_UIBP",
- uiStat = {
- 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"
- }
- },
- Upass_Koi_Lottery_List_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Popup_Namelist_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Popup_Namelist_UIBP.Koi_Popup_Namelist_UIBP",
- uiStat = {
- 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"
- }
- },
- Upass_Koi_Avatar_Info_Item = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_LuckyNumber_Item_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Item/Koi_LuckyNumber_Item_UIBP.Koi_LuckyNumber_Item_UIBP",
- isSingleton = false
- },
- Upass_Koi_Select_Award_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Koi.Koi_Popup_RewardChoose_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Koi/Koi_Popup_RewardChoose_UIBP.Koi_Popup_RewardChoose_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_Award_New_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_Award_New_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_Award_New_Popup_UIBP.UnknowPass_Award_New_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- UnknowPass_FriendRequest_Popup_UIBP = {
- moduleName = "client.slua.umg.UnknowPass.Popup.UnknowPass_FriendRequest_Popup_UIBP",
- path = "/Game/UMG/UI_BP/UnknowPass/Popup/UnknowPass_FriendRequest_Popup_UIBP.UnknowPass_FriendRequest_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_mvp_motion = {
- moduleName = "client.slua.umg.mvp_motion.ui_mvp_motion",
- path = "/Game/UMG/UI_BP/Store/Show_MVP_UIBP.Show_MVP_UIBP",
- uiStat = {
- name = "MVP\229\138\168\228\189\156\229\188\185\231\170\151"
- }
- },
- pandora_loading = {
- moduleName = "client.slua.umg.pandora.pandora_loading",
- path = "/Game/UMG/UI_BP/Pandora/Pandora_Loading_UIBP.Pandora_Loading_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\230\189\152\229\164\154\230\139\137-\229\138\160\232\189\189"
- },
- containerName = UIContainers.Top
- },
- pandora_package_preview_panel = {
- moduleName = "client.slua.umg.lobby_item.pandora_package_preview_panel",
- path = "/Game/UMG/UI_BP/Lobby/PackagePreview_UIBP.PackagePreview_UIBP",
- uiStat = {
- 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"
- }
- },
- pandora_Exchange = {
- moduleName = "client.slua.umg.pandora.Exchange_UIBP",
- path = "/Game/UMG/UI_BP/Pandora/Pandora_Exchange_UIBP.Pandora_Exchange_UIBP",
- jumpModuleID = BP_ENUM_MODULE_PANDORA_EXCHANGE,
- uiStat = {
- name = "\230\189\152\229\164\154\230\139\137-\229\133\145\230\141\162\229\149\134\229\186\151"
- }
- },
- Pandora_Popular_UIBP = {
- moduleName = "client.slua.umg.pandora.Pandora_Popular_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Pandora/Pandora_Main_UIBP.Pandora_Main_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Pandora_Item_UIBP = {
- moduleName = "client.slua.umg.pandora.Pandora_Item_UIBP",
- path = "/Game/UMG/UI_BP/SpecialOffer/Pandora/Item/Pandora_Item_UIBP.Pandora_Item_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- ui_luckairdrop_subitem = {
- moduleName = "client.slua.umg.luck_airdrop.ui_luckairdrop_subitem",
- path = "/Game/UMG/UI_BP/Lobby/LuckyKT_ITEM_UIBP.LuckyKT_ITEM_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\229\185\184\232\191\144\231\169\186\230\138\149\229\173\144\231\137\169\228\189\147"
- }
- },
- ui_luck_air_drop_style_new = {
- moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_drop_style_new",
- path = "/Game/UMG/UI_BP/Lobby/LuckyKT_V1_UIBP.LuckyKT_V1_UIBP",
- jumpModuleID = BP_ENUM_MODULE_AIR_DROP,
- uiStat = {
- 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"
- }
- },
- ui_luck_air_drop_popup = {
- moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_popup",
- path = "/Game/UMG/UI_BP/Lobby/LuckyKT_PopUp_UIBP.LuckyKT_PopUp_UIBP",
- handleJumpEvent = ENUM_HANDLE_JUMP_EVENT.CLOSE_AND_RESHOW,
- uiStat = {
- name = "\229\185\184\232\191\144\231\169\186\230\138\149-\229\188\185\231\170\151"
- }
- },
- ui_luckairdrop_video = {
- moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_video",
- path = "/Game/UMG/UI_BP/Lobby/LuckyKT_V1video_UIBP.LuckyKT_V1video_UIBP",
- uiStat = {
- name = "\229\185\184\232\191\144\231\169\186\230\138\149-\231\156\139\232\167\134\233\162\145"
- }
- },
- SmallKT_UIBP = {
- moduleName = "client.slua.umg.lobby.SmallKT_UIBP",
- path = "/Game/UMG/UI_BP/Lobby/SmallKT_UIBP.SmallKT_UIBP",
- uiStat = {
- 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"
- }
- },
- EvaluateUI = {
- moduleName = "client.slua.umg.luck_airdrop.ui_luck_air_drop_evaluate",
- path = "/Game/UMG/UI_BP/Lobby/LuckyKT_Tips_UIBP.LuckyKT_Tips_UIBP",
- isSingleton = false,
- uiStat = {
- name = "\231\169\186\230\138\149-\232\175\132\228\187\183\231\179\187\231\187\159"
- }
- },
- ui_season_switch_mgr = {
- moduleName = "client.slua.umg.season.season_switch_mgr",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Start_Root.Lobby_Season_Start_Root",
- AndroidBackType = require("client.slua.config.ClientMacros.EAndroidBackType").Ban,
- limitScene = GameStatus.Lobby,
- uiStat = {
- name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\136\135\230\141\162"
- }
- },
- season_lookback = {
- moduleName = "client.slua.umg.season.season_lookback",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Lookback_UIBP.Lobby_Season_Lookback_UIBP",
- jumpModuleID = BP_ENUM_MODULE_LOOKBACK,
- uiStat = {
- name = "\232\181\155\229\173\163-\232\181\155\229\173\163\229\155\158\233\161\190"
- }
- },
- Season_Looback_SharePopup_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.Season_Lookback.Season_Looback_SharePopup_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_SharePopup_UIBP.Season_Looback_SharePopup_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_season_switch_page1 = {
- moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_001",
- path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_001.Lobby_Season_Start_UIBP_001",
- uiStat = {
- 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"
- }
- },
- ui_season_switch_page2 = {
- moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_002",
- path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_002.Lobby_Season_Start_UIBP_002",
- uiStat = {
- 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"
- }
- },
- ui_season_switch_page3 = {
- moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_003",
- path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_003.Lobby_Season_Start_UIBP_003",
- uiStat = {
- 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"
- }
- },
- ui_season_switch_page4 = {
- moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_004",
- path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_004.Lobby_Season_Start_UIBP_004",
- uiStat = {
- 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"
- }
- },
- ui_season_switch_page5 = {
- moduleName = "client.slua.umg.season.Lobby_Season_Start_UIBP_005",
- path = "/Game/Arts_UI/Season/1_6_0/SeasonStart/Lobby_Season_Start_UIBP_005.Lobby_Season_Start_UIBP_005",
- uiStat = {
- 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"
- }
- },
- ui_season_slapface = {
- moduleName = "client.slua.umg.season.season_slap",
- closeOnSwitch = false,
- path = "/Game/UMG/UI_BP/Lobby/Rank_LevelUP_S20_UIBP.Rank_LevelUP_S20_UIBP",
- uiStat = {
- name = "\232\181\155\229\173\163-\230\174\181\228\189\141\230\139\141\232\132\184"
- }
- },
- ui_season_slapface2 = {
- moduleName = "client.slua.umg.season.season_slap2",
- closeOnSwitch = false,
- path = "/Game/UMG/UI_BP/Lobby/Rank_GOVresult_S20_UIBP.Rank_GOVresult_S20_UIBP",
- uiStat = {
- name = "\232\181\155\229\173\163-\230\136\152\231\165\158\230\139\141\232\132\184"
- }
- },
- ui_season_anim_mgr = {
- moduleName = "client.slua.umg.season.season_anim_mgr",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_Season_Switch_Root.Lobby_Season_Switch_Root",
- uiStat = {
- name = "\232\181\155\229\173\163-\229\138\168\231\148\187"
- }
- },
- ui_season_rank_share_high = {
- moduleName = "client.slua.umg.season.season_rank_share_high",
- path = "/Game/UMG/UI_BP/Lobby/Rank_GOVresultShare_UIBP.Rank_GOVresult_UIBP",
- uiStat = {
- name = "\229\136\134\228\186\171-\232\181\155\229\173\163-\233\171\152\230\184\133"
- }
- },
- ui_season_rank_share = {
- moduleName = "client.slua.umg.season.season_rank_share",
- path = "/Game/UMG/UI_BP/Lobby/Rank_LevelUPShare_UIBP.Rank_LevelUPShare_UIBP",
- uiStat = {
- name = "\229\136\134\228\186\171-\232\181\155\229\173\163"
- }
- },
- ui_season_end_reminder = {
- moduleName = "client.slua.umg.season.season_end_reminder",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Lobby_SeasonUI_End_reminder_UIBP.Lobby_SeasonUI_End_reminder_UIBP",
- uiStat = {
- name = "\232\181\155\229\173\163-\231\187\147\230\157\159\230\143\144\233\134\146"
- }
- },
- Lobby_SeasonUI_Homepage_New_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_SeasonUI_Homepage_New_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/NewSeason/Lobby_SeasonUI_Homepage_New_UIBP.Lobby_SeasonUI_Homepage_New_UIBP",
- jumpModuleID = BP_ENUM_MODULE_SEASON,
- limitScene = GameStatus.Lobby,
- enableCDNCompress = true,
- uiStat = {
- name = "\232\181\155\229\173\163-\230\150\176\228\184\187\231\149\140\233\157\162"
- }
- },
- Lobby_Season_Target_Setting_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Target_Setting_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_Target_Setting_UIBP.Lobby_Season_Target_Setting_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_Season_Target_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Target_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/S20/Lobby_Season_Target_UIBP.Lobby_Season_Target_UIBP",
- uiStat = {
- name = "\232\181\155\229\173\163-\230\174\181\228\189\141\231\155\174\230\160\135"
- }
- },
- Lobby_Season_Segment_Target_Tips = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.NewSeason.Lobby_Season_Segment_Target_Tips",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/NewSeason/NewItem/Segment_Target_Tips.Segment_Target_Tips",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Main_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Main_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Main_UIBP.Season_Looback_Main_UIBP",
- jumpModuleID = BP_ENUM_MODULE_NEW_SEASON_LOOKBACK,
- uiStat = {
- name = "\232\181\155\229\173\163-\230\150\176\232\181\155\229\173\163\229\155\158\233\161\190"
- }
- },
- Season_Looback_Page1_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page1_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page1_UIBP.Season_Looback_Page1_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Page2_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page2_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page2_UIBP.Season_Looback_Page2_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Page3_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page3_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page3_UIBP.Season_Looback_Page3_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Page4_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page4_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page4_UIBP.Season_Looback_Page4_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Page5_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page5_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page5_UIBP.Season_Looback_Page5_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Looback_Page6_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Page6_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Looback_Page6_UIBP.Season_Looback_Page6_UIBP",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Lookback_Share_Entrance_Popup_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_Share_Entrance_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Popup/Season_Lookback_Share_Entrance_Popup_UIBP.Season_Lookback_Share_Entrance_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Season_Looback_Recent_Gift_Ani = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Looback_Recent_Gift_Ani",
- path = "/Game/UMG/UI_BP/PersonSpace/PersonSpace_Animation/Gift_ani_UIBP.Gift_ani_UIBP",
- ODPackID = require("client.slua.logic.download.puffer_const").EODPackID.SocialLobby,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- Season_Lookback_LongImage_Share_Component = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_LongImage_Share_Component",
- path = "/Game/UMG/UI_BP/Lobby/Shareinterface_UIBP_New.Shareinterface_UIBP_New",
- uiStat = {
- 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"
- }
- },
- Season_Lookback_SharelongImage_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_SharelongImage_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Lookback_SharelongImage_UIBP.Season_Lookback_SharelongImage_UIBP",
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Season_Lookback_LongImage_Preview_UIBP = {
- moduleName = "client.slua.umg.Lobby_SeasonUI.LookBack.Season_Lookback_LongImage_Preview_UIBP",
- path = "/Game/UMG/UI_BP/Lobby_SeasonUI/Season_Lookback/Season_Lookback_LongImage_Preview_UIBP.Season_Lookback_LongImage_Preview_UIBP",
- uiStat = {
- 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"
- }
- },
- ui_room_waiting = {
- moduleName = "client.slua.umg.room.room_waiting",
- path = "/Game/UMG/UI_BP/Room/NewRoomWaiting.NewRoomWaiting",
- jumpModuleID = BP_ENUM_MODULE_ROOM_WAITING,
- asy = true,
- uiStat = {
- 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"
- }
- },
- ui_room_waiting_test = {
- moduleName = "client.slua.umg.room.room_waiting_test",
- path = "/Game/UMG/UI_BP/Room/NewRoomWaiting_2.NewRoomWaiting_2",
- asy = true,
- uiStat = {
- 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"
- }
- },
- ui_room_waiting_allstar = {
- moduleName = "client.slua.umg.room.room_waiting_allstar",
- path = "/Game/UMG/UI_BP/ESport/AllStar/Enter_the_game/NewRoomWaiting.NewRoomWaiting",
- asy = true,
- uiStat = {
- 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"
- }
- },
- ui_room_ob = {
- moduleName = "client.slua.umg.room.room_ob",
- path = "/Game/UMG/UI_BP/Room/RoomWaiting_Ob_BP.RoomWaiting_Ob_BP",
- asy = true,
- uiStat = {
- name = "\230\136\191\233\151\180\231\179\187\231\187\159-Ob\229\136\151\232\161\168"
- }
- },
- ui_room_ob_allstar = {
- moduleName = "client.slua.umg.room.room_ob_allstar",
- path = "/Game/UMG/UI_BP/Room/RoomWaiting_Ob_BP.RoomWaiting_Ob_BP",
- asy = true,
- uiStat = {
- name = "\229\133\168\230\176\145\232\181\155-\230\136\191\233\151\180Ob\229\136\151\232\161\168"
- },
- isMainUI = false
- },
- ui_room_change_pswd = {
- moduleName = "client.slua.umg.room.Room_Change_psrd_PopUp",
- path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
- asy = true,
- uiStat = {
- name = "\230\136\191\233\151\180\231\179\187\231\187\159-\230\148\185\229\175\134\231\160\129"
- }
- },
- ui_room_change_name = {
- moduleName = "client.slua.umg.room.Room_Change_Name_PopUp",
- path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
- uiStat = {
- 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)"
- }
- },
- ui_room_creat_bonus = {
- moduleName = "client.slua.umg.room.Room_CreatRoom_Bonus",
- path = "/Game/UMG/UI_BP/Room/Item/Room_CreatRoom_Item_1_UIBP.Room_CreatRoom_Item_1_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_create = {
- moduleName = "client.slua.umg.room.create.room_create_main",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_UIBP.Room_CreateRoom_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_create_normal_page = {
- moduleName = "client.slua.umg.room.create.room_create_normal_page",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_NormalPage.Room_CreateRoom_NormalPage",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_create_asian_game_page = {
- moduleName = "client.slua.umg.room.asian_games.room_create_asian_game_page",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AsianGamesPage.Room_CreateRoom_AsianGamesPage",
- isMainUI = false,
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- room_create_advance_page = {
- moduleName = "client.slua.umg.room.create.room_create_advance_page",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AdvancePage.Room_CreateRoom_AdvancePage",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_create_circle_page = {
- moduleName = "client.slua.umg.room.create.room_create_circle_page",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_AdvancePage.Room_CreateRoom_AdvancePage",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_option = {
- moduleName = "client.slua.umg.room.option.room_option_main",
- path = "/Game/UMG/UI_BP/Room/Room_Option_UIBP.Room_Option_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_option_advance_page = {
- moduleName = "client.slua.umg.room.option.room_option_advance_page",
- path = "/Game/UMG/UI_BP/Room/Room_Option_AdvancePage.Room_Option_AdvancePage",
- isMainUI = false,
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_list = {
- moduleName = "client.slua.umg.room.list.room_list_main",
- jumpModuleID = BP_ENUM_MODULE_ROOM_LIST,
- path = "/Game/UMG/UI_BP/Room/Room_List_UIBP.Room_List_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_list_password_popup = {
- moduleName = "client.slua.umg.room.list.room_list_password_popup",
- path = "/Game/UMG/UI_BP/Room/Room_Change_psrd_PopUp.Room_Change_psrd_PopUp",
- asy = true,
- uiStat = {
- 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"
- }
- },
- room_list_create_match_select = {
- moduleName = "client.slua.umg.room.list.room_list_create_match_select",
- path = "/Game/UMG/UI_BP/Room/Room_CreateRoom_UIBP_Item.Room_CreateRoom_UIBP_Item",
- asy = true,
- uiStat = {
- 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"
- }
- },
- RoomModeListItem_BP = {
- moduleName = "client.slua.umg.room.item.RoomModeListItem_BP",
- path = "/Game/UMG/UI_BP/Room/Item/RoomModeListItem_BP.RoomModeListItem_BP",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- 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"
- }
- },
- Room_Map_Tips = {
- moduleName = "client.slua.umg.room.item.Room_Map_Tips",
- path = "/Game/UMG/UI_BP/Room/Item/Room_Map_Tips.Room_Map_Tips",
- isSingleton = false,
- isMainUI = false,
- loadFromPool = require("client.slua.config.ClientMacros.EUIConfigPoolType").None
- },
- New_Day_Task_UIBP = {
- moduleName = "client.slua.umg.task.Task_Integration.New_Day_Task_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_Day_Task_UIBP_New.Lobby_Integration_Day_Task_UIBP_New",
- isMainUI = false,
- uiStat = {
- name = "\228\187\187\229\138\161-\230\175\143\230\151\165\228\187\187\229\138\161"
- }
- },
- Lobby_Integration_DayTask_Award_Popup_UIBP = {
- moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_DayTask_Award_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_DayTask_Award_Popup_UIBP.Lobby_Integration_DayTask_Award_Popup_UIBP",
- uiStat = {
- 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"
- }
- },
- Lobby_Integration_DayTask_Limited_Popup_UIBP = {
- moduleName = "client.slua.umg.task.Task_Integration.Lobby_Integration_DayTask_Limited_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Integration_DayTask_Limited_Popup_UIBP.Lobby_Integration_DayTask_Limited_Popup_UIBP",
- containerName = UIContainers.Top,
- uiStat = {
- 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"
- }
- },
- Task_LevelBP = {
- moduleName = "client.slua.umg.task.Task_LevelBP",
- path = "/Game/UMG/UI_BP/Task/Lobby_Task_LevelBP.Lobby_Task_LevelBP",
- jumpModuleID = BP_ENUM_MODULE_TASK_LEVEL,
- uiStat = {
- name = "\228\187\187\229\138\161-\230\136\144\233\149\191\228\187\187\229\138\161"
- }
- },
- Task_WeekBP = {
- moduleName = "client.slua.umg.task.Task_WeekBP",
- path = "/Game/UMG/UI_BP/Task/Lobby_Task_WeekBP.Lobby_Task_WeekBP",
- uiStat = {
- name = "\228\187\187\229\138\161-\230\175\143\229\145\168\228\187\187\229\138\161"
- },
- isMainUI = false
- },
- Task_MgrBP = {
- moduleName = "client.slua.umg.task.Task_MgrBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Task_New/Lobby_Task_MgrBP_New.Lobby_Task_MgrBP_New",
- jumpModuleID = BP_ENUM_MODULE_TASK,
- uiStat = {
- name = "\228\187\187\229\138\161-\228\187\187\229\138\161\233\161\181\231\173\190"
- }
- },
- New_Day_Task_Guide = {
- moduleName = "client.slua.umg.task.Task_Integration.Lobby_IntegrationTask_Guide_UIBP",
- path = "/Game/UMG/UI_BP/Task/Task_Integration/Lobby_IntegrationTask_Guide_UIBP.Lobby_IntegrationTask_Guide_UIBP",
- uiStat = {
- 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"
- }
- },
- newbie_task = {
- moduleName = "client.slua.umg.task.Lobby_NewbieTask_Main_UIBP",
- path = "/Game/UMG/UI_BP/Task/Lobby_NewbieTask_Main_UIBP.Lobby_NewbieTask_Main_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\228\187\187\229\138\161-\230\150\176\229\133\181\232\174\173\231\187\131"
- }
- },
- TaskGrowbut_UIBP = {
- moduleName = "client.slua.umg.task.Taskitem.TaskGrowbut_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/TaskGrowbut_UIBP.TaskGrowbut_UIBP",
- isMainUI = false,
- uiStat = {
- name = "\228\187\187\229\138\161-\230\136\144\233\149\191\228\187\187\229\138\161Item"
- }
- },
- newbie_task_daily_brief = {
- moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Daily_Brief_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Daily_Brief_UIBP.Lobby_NewbieTask_Daily_Brief_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- newbie_task_daily = {
- moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Daily_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Daily_UIBP.Lobby_NewbieTask_Daily_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- newbie_task_last_day = {
- moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_LastDay_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_LastDay_UIBP.Lobby_NewbieTask_LastDay_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- newbie_task_last_day_brief = {
- moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_LastDay_Brief_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_LastDay_Brief_UIBP.Lobby_NewbieTask_LastDay_Brief_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- newbie_task_item = {
- moduleName = "client.slua.umg.task.Taskitem.Lobby_NewbieTask_Item_UIBP",
- path = "/Game/UMG/UI_BP/Task/Taskitem/Lobby_NewbieTask_Item_UIBP.Lobby_NewbieTask_Item_UIBP",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- newbie_task_tips = {
- moduleName = "client.slua.umg.task.Lobby_NewbieTask_Tips_UIBP",
- path = "/Game/UMG/UI_BP/Task/Lobby_NewbieTask_Tips_UIBP.Lobby_NewbieTask_Tips_UIBP",
- uiStat = {
- 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"
- }
- },
- quick_team_up = {
- moduleName = "client.slua.umg.teamup.quick_teamup",
- path = "/Game/UMG/UI_BP/UnknowPass/UnknowPass_Teamtask_UIBP.UnknowPass_Teamtask_UIBP",
- uiStat = {
- name = "\228\187\187\229\138\161-\229\191\171\233\128\159\231\187\132\233\152\159"
- }
- },
- wardrobe_compose = {
- moduleName = "client.slua.umg.Wardrobe.compose",
- path = "/Game/UMG/UI_BP/Common/CommonUseGoods_UIBP.CommonUseGoods_UIBP",
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\229\144\136\230\136\144"
- }
- },
- wardrobe = {
- moduleName = "client.slua.umg.Wardrobe.wardrobe_main",
- path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_140_UIBP.Wardrobe_140_UIBP",
- jumpModuleID = BP_ENUM_MODULE_WARDROBE,
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\228\184\187\231\149\140\233\157\162"
- },
- useBatchOptimization = false
- },
- wardrobe_buy_item = {
- moduleName = "client.slua.umg.Wardrobe.Wardrobe_Buy_Item_14",
- path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_Buy_Item_14.Wardrobe_Buy_Item_14",
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\232\180\173\228\185\176\233\129\147\229\133\183"
- }
- },
- wardrobe_buy_rp_bag = {
- moduleName = "client.slua.umg.Wardrobe.Wardrobe_RP_UIBP_14",
- path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_RP_UIBP_14.Wardrobe_RP_UIBP_14",
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\232\180\173\228\185\176rp"
- }
- },
- fashion_bag_overview = {
- moduleName = "client.slua.umg.Wardrobe.wardrobe_fashion_bag",
- path = "/Game/UMG/UI_BP/Wardrobe/Ward_beibao_UIBP.Ward_beibao_UIBP",
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\230\151\182\232\163\133\232\131\140\229\140\133"
- }
- },
- fashion_bag_item_overview = {
- moduleName = "client.slua.umg.Wardrobe.wardrobe_fashion_bag_item_overview",
- path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_Decompose_qiangxie_UIBP.Wardrobe_Decompose_qiangxie_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Ward_beibao_Popup_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.Popup.Ward_beibao_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Wardrobe/Popup/Ward_beibao_Popup_UIBP.Ward_beibao_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Lobby_Popup_RoleInfo_Slap_UIBP = {
- moduleName = "client.slua.umg.PersonSpace.Popup.Lobby_Popup_RoleInfo_Slap_UIBP",
- path = "/Game/UMG/UI_BP/PersonSpace/Popup/Lobby_Popup_RoleInfo_Slap_UIBP.Lobby_Popup_RoleInfo_Slap_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- displaysetting = {
- moduleName = "client.slua.umg.Wardrobe.entry_icon_display_setting",
- path = "/Game/UMG/UI_BP/Wardrobe/Displayset_UIBP.Displayset_UIBP",
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-\230\152\190\231\164\186\232\174\190\231\189\174"
- }
- },
- ui_interactive_action = {
- moduleName = "client.slua.umg.Wardrobe.ui_interactive_action",
- path = "/Game/UMG/UI_BP/Wardrobe/Show_Interactive_UIBP.Show_Interactive_UIBP",
- uiStat = {
- 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"
- }
- },
- Wardrobe_ShareBackpack_Popup_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.Popup.Wardrobe_ShareBackpack_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Wardrobe/Popup/Wardrobe_ShareBackpack_Popup_UIBP.Wardrobe_ShareBackpack_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- Wardrobe_Expression_Popup_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.Popup.Wardrobe_Expression_Popup_UIBP",
- path = "/Game/UMG/UI_BP/Wardrobe/Popup/Wardrobe_Expression_Popup_UIBP.Wardrobe_Expression_Popup_UIBP",
- asy = true,
- uiStat = {
- 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"
- }
- },
- EmoteUpgrade_Popup_UIBP = {
- moduleName = "client.slua.umg.Wardrobe.Popup.EmoteUpgrade_Popup_UIBP",
- path = "/Game/UMG/UI_BP/PopupNotice/EmoteUpgrade_Popup_UIBP.EmoteUpgrade_Popup_UIBP",
- containerName = UIContainers.Top,
- asy = true,
- uiStat = {
- 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"
- }
- },
- item_tips_tiny_tips = {
- moduleName = "client.slua.umg.Wardrobe.tips.item_tips_tiny_tips",
- path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP.TipsPanel_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-item_tips_tiny_tips"
- }
- },
- item_tips_prop_tips = {
- moduleName = "client.slua.umg.Wardrobe.tips.item_tips_prop_tips",
- path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP_2.TipsPanel_UIBP_2",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-item_tips_prop_tips"
- }
- },
- item_tips_suit_tips = {
- moduleName = "client.slua.umg.Wardrobe.tips.item_tips_suit_tips",
- path = "/Game/UMG/UI_BP/Wardrobe/TipsPanel_UIBP.TipsPanel_UIBP",
- isSingleton = false,
- isMainUI = false,
- asy = true,
- uiStat = {
- name = "\228\187\147\229\186\147-item_tips_suit_tips"
- }
- },
- sub_tab_supercar_buttons = {
- moduleName = "client.slua.umg.Wardrobe.sub_tab_supercar_buttons",
- path = "/Game/UMG/UI_BP/Wardrobe/Wardrobe_CarButton_Item1.Wardrobe_CarButton_Item1",
- isMainUI = false
- },
- EmojiBubblePreview = {
- moduleName = "client.slua.umg.Wardrobe.EmojiBubblePreview",
- isSingleton = false,
- isMainUI = false,
- uiStat = {
- name = "\228\187\147\229\186\147-\232\161\168\230\131\133"
- }
- },
- item_upgrade_material_component = {
- moduleName = "client.slua.umg.upgrade.item_upgrade_material_component",
- path = "/Game/UMG/UI_Logic/Wardrobe/Item_Upgrade_Material_Component.Item_Upgrade_Material_Component",
- isSingleton = false,
- isMainUI = false
- },
- item_upgrade_material_component2 = {
- moduleName = "client.slua.umg.upgrade.item_upgrade_material_component2",
- path = "/Game/UMG/UI_Logic/Wardrobe/Item_Upgrade_Material_Comp2.Item_Upgrade_Material_Comp2",
- isSingleton = false,
- isMainUI = false
- },
- ui_ask_for_lookfor = {
- moduleName = "client.slua.umg.store.AskFor.ui_ask_for_lookfor",
- path = "/Game/UMG/UI_BP/Store/ask_for/AskForLookFor.AskForLookFor",
- uiStat = {
- name = "\231\180\162\232\166\129-\230\159\165\231\156\139\231\149\140\233\157\162"
- }
- },
- ui_ask_for_history = {
- moduleName = "client.slua.umg.store.AskFor.ui_ask_for_history",
- path = "/Game/UMG/UI_BP/Store/ask_for/MyAskForHistory.MyAskForHistory",
- uiStat = {
- 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"
- }
- },
- ingame_process_webview = {
- moduleName = "client.slua.umg.common.ingame_process_webview",
- path = "/Game/UMG/UI_BP/Common/InGameProcessWebviewSystem.InGameProcessWebviewSystem",
- uiStat = {
- name = "\229\133\172\229\133\177-\229\141\138\229\177\143\231\189\145\233\161\181"
- }
- },
- IngameRPGiveUIBP = {
- moduleName = "GameLua.Mod.BaseMod.Client.Like.QuickMenu_BP_Reward_2",
- path = "/Game/BluePrints/ControlInput/IngameUI/Reward/QuickMenu_BP_Reward_2.QuickMenu_BP_Reward_2",
- zOrder = 1,
- uiStat = {
- name = "\229\177\128\229\134\133RP\232\181\160\233\128\129"
- },
- isMainUI = false
- },
- esport_center = {
- moduleName = "client.slua.umg.esport.esport_center",
- path = "/Game/UMG/UI_BP/ESport/ESport_Center_UIBP.ESport_Center_UIBP",
- containerName = UIContainers.Top,
- zOrder = EFixedZOrder.TopZOrder
- },
- arena_main = {
- moduleName = "client.slua.umg.arena.arena_main",
- path = "/Game/UMG/UI_BP/Match/match_Evolutionary_bp.match_Evolutionary_bp",
- uiStat = {
- name = "\231\171\158\230\138\128\229\156\186-\228\184\187\231\149\140\233\157\162"
- },
- jumpModuleID = BP_ENUM_MODULE_ARENA_MAIN
- },
- arena_info = {
- moduleName = "client.slua.umg.arena.arena_info",
- path = "/Game/UMG/UI_BP/Match/Match_Item/match_Evolutionary_item.match_Evolutionary_item",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- arena_award_item = {
- moduleName = "client.slua.umg.arena.arena_award_item",
- path = "/Game/UMG/UI_BP/Match/Match_Item/match_Evolutionary_1_item.match_Evolutionary_1_item",
- isSingleton = false,
- uiStat = {
- 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"
- }
- },
- arena_weapon = {
- moduleName = "client.slua.umg.arena.arena_weapon",
- path = "/Game/UMG/UI_BP/Team_competition/WeaponSet/Team_competition_gun_UIBP.Team_competition_gun_UIBP",
- jumpModuleID = BP_ENUM_MODULE_ARENA_WEAPON,
- uiStat = {
- name = "\231\171\158\230\138\128\229\156\186-\230\158\170\230\162\176"
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement