20 lines
334 B
Lua
20 lines
334 B
Lua
|
---@class WB_RankItem_C:UUserWidget
|
||
|
---@field ScrollBox_Items UScrollBox
|
||
|
--Edit Below--
|
||
|
local WB_RankItem = { bInitDoOnce = false }
|
||
|
|
||
|
--[==[ Construct
|
||
|
function WB_RankItem:Construct()
|
||
|
|
||
|
end
|
||
|
-- Construct ]==]
|
||
|
|
||
|
-- function WB_RankItem:Tick(MyGeometry, InDeltaTime)
|
||
|
|
||
|
-- end
|
||
|
|
||
|
-- function WB_RankItem:Destruct()
|
||
|
|
||
|
-- end
|
||
|
|
||
|
return WB_RankItem
|