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