21 lines
374 B
Lua
21 lines
374 B
Lua
|
---@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;
|