19 lines
300 B
Lua
19 lines
300 B
Lua
---@class WB_UIGameBG_C:UUserWidget
|
|
--Edit Below--
|
|
local WB_UIGameBG = { bInitDoOnce = false; };
|
|
|
|
--[==[ Construct
|
|
function WB_UIGameBG:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_UIGameBG:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_UIGameBG:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_UIGameBG; |