This commit is contained in:
yinghua 2025-01-16 13:39:09 +08:00
parent 4ed4849a45
commit 45738cfaf3
4 changed files with 0 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -707,12 +707,6 @@ function ItemTool.GetDefineIDBySocketType(Weapon, InType)
return nil;
end
---@param InWeapon ASTExtraShootWeapon
---@param InPartId int32
function ItemTool.WeaponAddPart(InWeapon, InPartId)
InWeapon:RPC_ServerEquipAttachment(InPartId);
end
function ItemTool.AddRangeItems(InPawn, Begin, End)
for i = Begin, End do
if UGCItemSystem.IsUGCItem(i) then

View File

@ -1,6 +1,5 @@
---@class WB_Main_C:UAEUserWidget
---@field ShowKDAInfo UWidgetAnimation
---@field Button_FaceNotice UButton
---@field Button_Score UButton
---@field Button_Test UButton
---@field Button_Test_Custom UButton