Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -8,7 +8,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Engineering.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class DisassembleOnAltVerbComponent : Component
|
||||
public sealed class DisassembleOnAltVerbComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
|
||||
@@ -7,7 +7,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Engineering.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class SpawnAfterInteractComponent : Component
|
||||
public sealed class SpawnAfterInteractComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
[DataField("prototype", customTypeSerializer: typeof(PrototypeIdSerializer<EntityPrototype>))]
|
||||
|
||||
@@ -13,7 +13,7 @@ using Robust.Shared.Map;
|
||||
namespace Content.Server.Engineering.EntitySystems
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class SpawnAfterInteractSystem : EntitySystem
|
||||
public sealed class SpawnAfterInteractSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly IMapManager _mapManager = default!;
|
||||
[Dependency] private readonly DoAfterSystem _doAfterSystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user