11
This commit is contained in:
parent
45738cfaf3
commit
fdd741ac0c
@ -741,12 +741,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user