21 lines
487 B
Lua
21 lines
487 B
Lua
|
---@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
|