UGCProjects/BoltGods/Script/UI/Tool/WB_ShowEnemy.lua
2025-01-04 23:00:19 +08:00

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