This commit is contained in:
yinghua 2025-01-16 13:39:33 +08:00
parent 45738cfaf3
commit fdd741ac0c

View File

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