19 lines
300 B
Lua
Raw Permalink Normal View History

2025-01-04 23:00:19 +08:00
---@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;