Skip to content

Commit 92325da

Browse files
move Command method
1 parent 4e9c7f2 commit 92325da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/MethodSystem/Methods/ServerMethods/CommandMethod.cs renamed to Code/MethodSystem/Methods/CommandMethods/CommandMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using SER.Code.MethodSystem.MethodDescriptors;
88
using Console = GameCore.Console;
99

10-
namespace SER.Code.MethodSystem.Methods.ServerMethods;
10+
namespace SER.Code.MethodSystem.Methods.CommandMethods;
1111

1212
[UsedImplicitly]
1313
public class CommandMethod : SynchronousMethod, IAdditionalDescription

0 commit comments

Comments
 (0)