---@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;