File tree Expand file tree Collapse file tree
Exiled.API/Features/Pickups
Exiled.Events/Patches/Fixes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ namespace Exiled.API.Features.Pickups
99{
1010 using System ;
1111
12- using Exiled . API . Features . Items . FirearmModules ;
13- using Exiled . API . Features . Items . FirearmModules . Primary ;
1412 using Exiled . API . Interfaces ;
1513
1614 using InventorySystem . Items ;
Original file line number Diff line number Diff line change 1- // -----------------------------------------------------------------------
1+ // -----------------------------------------------------------------------
22// <copyright file="Scp127TryGetCurPairFix.cs" company="ExMod Team">
33// Copyright (c) ExMod Team. All rights reserved.
44// Licensed under the CC BY-SA 3.0 license.
@@ -11,8 +11,11 @@ namespace Exiled.Events.Patches.Fixes
1111 using System . Reflection . Emit ;
1212
1313 using Exiled . API . Features . Pools ;
14+
1415 using HarmonyLib ;
16+
1517 using InventorySystem . Items . Firearms . Modules . Scp127 ;
18+
1619 using UnityEngine ;
1720
1821 using static HarmonyLib . AccessTools ;
You can’t perform that action at this time.
0 commit comments