UGCProjects/GodOfWar/Script/UI/Tip/WB_GodOfWarDescend.lua

19 lines
342 B
Lua
Raw Normal View History

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