Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization.Manager.Attributes;
|
||||
namespace Content.Server.Recycling.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class RecyclableComponent : Component
|
||||
public sealed class RecyclableComponent : Component
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ namespace Content.Server.Recycling.Components
|
||||
// TODO: Add sound and safe beep
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(RecyclerSystem))]
|
||||
public class RecyclerComponent : Component, ISuicideAct
|
||||
public sealed class RecyclerComponent : Component, ISuicideAct
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user