Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -11,7 +11,7 @@ using Robust.Shared.Prototypes;
|
||||
namespace Content.Server.Administration.Commands.Station;
|
||||
|
||||
[AdminCommand(AdminFlags.Round)]
|
||||
public class AdjustStationJobCommand : IConsoleCommand
|
||||
public sealed class AdjustStationJobCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "adjstationjob";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Server.Administration.Commands.Station;
|
||||
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public class ListStationJobsCommand : IConsoleCommand
|
||||
public sealed class ListStationJobsCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "lsstationjobs";
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.GameObjects;
|
||||
namespace Content.Server.Administration.Commands.Station;
|
||||
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public class ListStationsCommand : IConsoleCommand
|
||||
public sealed class ListStationsCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "lsstations";
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ using Robust.Shared.Localization;
|
||||
namespace Content.Server.Administration.Commands.Station;
|
||||
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public class RenameStationCommand : IConsoleCommand
|
||||
public sealed class RenameStationCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "renamestation";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user