UGCProjects/SoloKing/Script/UI/Tip/WB_SecondaryConfirmationNotice.lua

21 lines
487 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
---@class WB_SecondaryConfirmationNotice_C:UUserWidget
---@field NewButton_Close UNewButton
---@field TextBlock_Content UTextBlock
--Edit Below--
local WB_SecondaryConfirmationNotice = { bInitDoOnce = false }
--[==[ Construct
function WB_SecondaryConfirmationNotice:Construct()
end
-- Construct ]==]
-- function WB_SecondaryConfirmationNotice:Tick(MyGeometry, InDeltaTime)
-- end
-- function WB_SecondaryConfirmationNotice:Destruct()
-- end
return WB_SecondaryConfirmationNotice