21 lines
374 B
Lua
Raw Normal View History

2025-01-18 21:26:02 +08:00
---@class WB_PlacePonitTo_C:UUserWidget
---@field Image_0 UImage
---@field Image_1 UImage
--Edit Below--
local WB_PlacePonitTo = { bInitDoOnce = false; };
--[==[ Construct
function WB_PlacePonitTo:Construct()
end
-- Construct ]==]
-- function WB_PlacePonitTo:Tick(MyGeometry, InDeltaTime)
-- end
-- function WB_PlacePonitTo:Destruct()
-- end
return WB_PlacePonitTo;