20 lines
420 B
Lua
20 lines
420 B
Lua
---@class WB_PlayerSelectTeamItem_C:UUserWidget
|
|
---@field Common_Avatar_BP_C_0 UCommon_Avatar_BP_C
|
|
--Edit Below--
|
|
local WB_PlayerSelectTeamItem = { bInitDoOnce = false }
|
|
|
|
--[==[ Construct
|
|
function WB_PlayerSelectTeamItem:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_PlayerSelectTeamItem:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_PlayerSelectTeamItem:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_PlayerSelectTeamItem |