21 lines
374 B
Lua
21 lines
374 B
Lua
|
---@class WB_TipLineOfDefense_C:UUserWidget
|
||
|
---@field CanvasPanel_Main UCanvasPanel
|
||
|
--Edit Below--
|
||
|
local WB_TipPassageway = { bInitDoOnce = false; };
|
||
|
|
||
|
--[==[ Construct
|
||
|
function WB_TipPassageway:Construct()
|
||
|
|
||
|
end
|
||
|
-- Construct ]==]
|
||
|
|
||
|
-- function WB_TipPassageway:Tick(MyGeometry, InDeltaTime)
|
||
|
|
||
|
-- end
|
||
|
|
||
|
-- function WB_TipPassageway:Destruct()
|
||
|
|
||
|
-- end
|
||
|
|
||
|
|
||
|
return WB_TipPassageway;
|