111
This commit is contained in:
parent
4ed4849a45
commit
45738cfaf3
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user