Skip to content

Commit 071dd06

Browse files
Update SpawnProjectileMethod.cs
1 parent e9536da commit 071dd06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MethodSystem/Methods/ProjectileMethods/SpawnProjectileMethod.cs renamed to MethodSystem/Methods/PickupMethods/SpawnProjectileMethod.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
using InventorySystem.Items.Pickups;
2-
using JetBrains.Annotations;
1+
using JetBrains.Annotations;
32
using LabApi.Features.Wrappers;
43
using SER.ArgumentSystem.Arguments;
54
using SER.ArgumentSystem.BaseArguments;
65
using SER.Helpers.Exceptions;
76
using SER.MethodSystem.BaseMethods;
87
using SER.MethodSystem.MethodDescriptors;
98

10-
namespace SER.MethodSystem.Methods.ProjectileMethods;
9+
namespace SER.MethodSystem.Methods.PickupMethods;
1110

1211
[UsedImplicitly]
1312
public class SpawnProjectileMethod : ReferenceReturningMethod<Pickup>, ICanError

0 commit comments

Comments
 (0)