Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -14,7 +14,7 @@ using Timer = Robust.Shared.Timing.Timer;
|
||||
namespace Content.Server.Mind.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
public class MakeSentientCommand : IConsoleCommand
|
||||
public sealed class MakeSentientCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "makesentient";
|
||||
public string Description => "Makes an entity sentient (able to be controlled by a player)";
|
||||
|
||||
@@ -9,7 +9,7 @@ using Robust.Shared.IoC;
|
||||
namespace Content.Server.Mind.Commands
|
||||
{
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public class MindInfoCommand : IConsoleCommand
|
||||
public sealed class MindInfoCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "mindinfo";
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ using Robust.Shared.IoC;
|
||||
namespace Content.Server.Mind.Commands;
|
||||
|
||||
[AdminCommand(AdminFlags.VarEdit)]
|
||||
public class RenameCommand : IConsoleCommand
|
||||
public sealed class RenameCommand : IConsoleCommand
|
||||
{
|
||||
public string Command => "rename";
|
||||
public string Description => "Renames an entity and its cloner entries, ID cards, and PDAs.";
|
||||
|
||||
Reference in New Issue
Block a user