UGCProjects/BoltGods/Script/UI/GameEnd/WB_GameEnd_PlayerInfo.lua

27 lines
549 B
Lua
Raw Normal View History

2025-01-04 23:00:19 +08:00
---@class WB_GameEnd_PlayerInfo_C:UUserWidget
---@field Image_Icon UImage
---@field TextBlock_Dir UTextBlock
---@field TextBlock_PlayerName UTextBlock
---@field TextBlock_Score UTextBlock
--Edit Below--
local WB_GameEnd_PlayerInfo = { bInitDoOnce = false; };
--[==[ Construct
function WB_GameEnd_PlayerInfo:Construct()
end
-- Construct ]==]
function WB_GameEnd_PlayerInfo:LuaInit()
end
-- function WB_GameEnd_PlayerInfo:Tick(MyGeometry, InDeltaTime)
-- end
-- function WB_GameEnd_PlayerInfo:Destruct()
-- end
return WB_GameEnd_PlayerInfo;