We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9536da commit 071dd06Copy full SHA for 071dd06
…ojectileMethods/SpawnProjectileMethod.cs …s/PickupMethods/SpawnProjectileMethod.csMethodSystem/Methods/ProjectileMethods/SpawnProjectileMethod.cs renamed to MethodSystem/Methods/PickupMethods/SpawnProjectileMethod.cs
@@ -1,13 +1,12 @@
1
-using InventorySystem.Items.Pickups;
2
-using JetBrains.Annotations;
+using JetBrains.Annotations;
3
using LabApi.Features.Wrappers;
4
using SER.ArgumentSystem.Arguments;
5
using SER.ArgumentSystem.BaseArguments;
6
using SER.Helpers.Exceptions;
7
using SER.MethodSystem.BaseMethods;
8
using SER.MethodSystem.MethodDescriptors;
9
10
-namespace SER.MethodSystem.Methods.ProjectileMethods;
+namespace SER.MethodSystem.Methods.PickupMethods;
11
12
[UsedImplicitly]
13
public class SpawnProjectileMethod : ReferenceReturningMethod<Pickup>, ICanError
0 commit comments