Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Server.Utility.Commands
|
||||
{
|
||||
[AnyCommand]
|
||||
class EchoCommand : IConsoleCommand
|
||||
sealed class EchoCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "echo";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user