19 lines
312 B
Lua
19 lines
312 B
Lua
---@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; |