34 lines
957 B
Lua
34 lines
957 B
Lua
---@class WB_ShowVSPlayerInfo_C:UUserWidget
|
|
---@field ShowPK UWidgetAnimation
|
|
---@field Common_Avatar_BP_C_Enemy UCommon_Avatar_BP_C
|
|
---@field Common_Avatar_BP_C_Self UCommon_Avatar_BP_C
|
|
---@field Image_EnemyDan UImage
|
|
---@field Image_EnemyHead UImage
|
|
---@field Image_SelfDan UImage
|
|
---@field Image_SelfHead UImage
|
|
---@field TextBlock_EnemyHideScore UTextBlock
|
|
---@field TextBlock_EnemyName UTextBlock
|
|
---@field TextBlock_EnemyScore UTextBlock
|
|
---@field TextBlock_SelfHideScore UTextBlock
|
|
---@field TextBlock_SelfName UTextBlock
|
|
---@field TextBlock_SelfScore UTextBlock
|
|
---@field WidgetSwitcher_0 UWidgetSwitcher
|
|
---@field WidgetSwitcher_1 UWidgetSwitcher
|
|
--Edit Below--
|
|
local WB_ShowVSPlayerInfo = { bInitDoOnce = false }
|
|
|
|
--[==[ Construct
|
|
function WB_ShowVSPlayerInfo:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_ShowVSPlayerInfo:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_ShowVSPlayerInfo:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_ShowVSPlayerInfo |