24 lines
444 B
Lua
Raw Permalink Normal View History

2025-01-18 21:26:02 +08:00
---@class WB_SetRot_C:UUserWidget
---@field Button_Reset UButton
---@field Image_0 UImage
---@field Slider_Yaw USlider
---@field TextBlock_Axle UTextBlock
---@field TextBlock_Yaw UTextBlock
--Edit Below--
local WB_SetRot = { bInitDoOnce = false; };
--[==[ Construct
function WB_SetRot:Construct()
end
-- Construct ]==]
-- function WB_SetRot:Tick(MyGeometry, InDeltaTime)
-- end
-- function WB_SetRot:Destruct()
-- end
return WB_SetRot;