Skip to content

Commit d0d1255

Browse files
create a PlayerData method category
1 parent 6732035 commit d0d1255

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MethodSystem/Methods/LiteralVariableMethods/GetPlayerDataMethod.cs renamed to MethodSystem/Methods/PlayerDataMethods/GetPlayerDataMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using SER.Helpers.Exceptions;
44
using SER.MethodSystem.BaseMethods;
55

6-
namespace SER.MethodSystem.Methods.LiteralVariableMethods;
6+
namespace SER.MethodSystem.Methods.PlayerDataMethods;
77

88
public class GetPlayerDataMethod : ReturningMethod
99
{

MethodSystem/Methods/LiteralVariableMethods/HasPlayerDataMethod.cs renamed to MethodSystem/Methods/PlayerDataMethods/HasPlayerDataMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using SER.MethodSystem.BaseMethods;
44
using SER.ValueSystem;
55

6-
namespace SER.MethodSystem.Methods.LiteralVariableMethods;
6+
namespace SER.MethodSystem.Methods.PlayerDataMethods;
77

88
public class HasPlayerDataMethod : ReturningMethod<BoolValue>
99
{

MethodSystem/Methods/LiteralVariableMethods/SetPlayerDataMethod.cs renamed to MethodSystem/Methods/PlayerDataMethods/SetPlayerDataMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using SER.MethodSystem.MethodDescriptors;
66
using SER.ValueSystem;
77

8-
namespace SER.MethodSystem.Methods.LiteralVariableMethods;
8+
namespace SER.MethodSystem.Methods.PlayerDataMethods;
99

1010
// ReSharper disable once ClassNeverInstantiated.Global
1111
public class SetPlayerDataMethod : SynchronousMethod, IAdditionalDescription

0 commit comments

Comments
 (0)