34 lines
921 B
Lua
34 lines
921 B
Lua
---@class WB_Settlement_C:UUserWidget
|
|
---@field Button_AutoReturnToLobby UButton
|
|
---@field Button_share UButton
|
|
---@field CanvasPanel_Result UCanvasPanel
|
|
---@field Image_Left UImage
|
|
---@field Image_Right UImage
|
|
---@field Image_titlebg UImage
|
|
---@field TextBlock_AutoReturnToLobby UTextBlock
|
|
---@field TextBlock_LeftName UTextBlock
|
|
---@field TextBlock_LeftScore UTextBlock
|
|
---@field TextBlock_Levels2_2 UTextBlock
|
|
---@field TextBlock_RightName UTextBlock
|
|
---@field TextBlock_RightScore UTextBlock
|
|
---@field VerticalBox_Left UVerticalBox
|
|
---@field VerticalBox_Right UVerticalBox
|
|
---@field WidgetSwitcher_Win UWidgetSwitcher
|
|
--Edit Below--
|
|
local WB_TeamSettlement2 = { bInitDoOnce = false; };
|
|
|
|
--[==[ Construct
|
|
function WB_TeamSettlement2:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_TeamSettlement2:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_TeamSettlement2:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_TeamSettlement2; |