19 lines
312 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
---@class WB_TestWidget_C:UUserWidget
--Edit Below--
local WB_TestWidget = { bInitDoOnce = false; };
--[==[ Construct
function WB_TestWidget:Construct()
end
-- Construct ]==]
-- function WB_TestWidget:Tick(MyGeometry, InDeltaTime)
-- end
-- function WB_TestWidget:Destruct()
-- end
return WB_TestWidget;