20 lines
328 B
Lua
20 lines
328 B
Lua
|
---@class WB_ShowEnemy_C:UUserWidget
|
||
|
---@field Image_0 UImage
|
||
|
--Edit Below--
|
||
|
local WB_ShowEnemy = { bInitDoOnce = false }
|
||
|
|
||
|
--[==[ Construct
|
||
|
function WB_ShowEnemy:Construct()
|
||
|
|
||
|
end
|
||
|
-- Construct ]==]
|
||
|
|
||
|
-- function WB_ShowEnemy:Tick(MyGeometry, InDeltaTime)
|
||
|
|
||
|
-- end
|
||
|
|
||
|
-- function WB_ShowEnemy:Destruct()
|
||
|
|
||
|
-- end
|
||
|
|
||
|
return WB_ShowEnemy
|