Skip to content

Commit cbe680b

Browse files
rename DeletePickup to DestroyPickup
1 parent 157eec3 commit cbe680b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/MethodSystem/Methods/PickupMethods/DeletePickupMethod.cs renamed to Code/MethodSystem/Methods/PickupMethods/DestroyPickupMethod.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
namespace SER.Code.MethodSystem.Methods.PickupMethods;
1111

1212
[UsedImplicitly]
13-
public class DeletePickupMethod : SynchronousMethod, ICanError
13+
public class DestroyPickupMethod : SynchronousMethod, ICanError
1414
{
15-
public override string Description => "Removes a pickup / grenade from the ground.";
15+
public override string Description => "Destroys a pickup / grenade from the map.";
1616

1717
public string[] ErrorReasons =>
1818
[

0 commit comments

Comments
 (0)