Skip to content

Commit 157eec3

Browse files
rename Pickup to CreatePickup
1 parent b38a5ca commit 157eec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/MethodSystem/Methods/PickupMethods/PickupMethod.cs renamed to Code/MethodSystem/Methods/PickupMethods/CreatePickupMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace SER.Code.MethodSystem.Methods.PickupMethods;
1111

1212
[UsedImplicitly]
13-
public class PickupMethod : ReferenceReturningMethod<Pickup>
13+
public class CreatePickupMethod : ReferenceReturningMethod<Pickup>
1414
{
1515
public override string Description => "Creates a new item pickup to later spawn.";
1616

0 commit comments

Comments
 (0)