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