19 lines
282 B
Lua
Raw Permalink Normal View History

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