19 lines
306 B
Lua
Raw Normal View History

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