19 lines
330 B
Lua
19 lines
330 B
Lua
---@class WB_MarkEnemy_C:ObjectPositionWidget
|
|
--Edit Below--
|
|
local WB_MarkGodOfWar = { bInitDoOnce = false; };
|
|
|
|
--[==[ Construct
|
|
function WB_MarkGodOfWar:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_MarkGodOfWar:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_MarkGodOfWar:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_MarkGodOfWar; |