Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Server.Stunnable.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class StunbatonComponent : Component
|
||||
public sealed class StunbatonComponent : Component
|
||||
{
|
||||
public bool Activated = false;
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ using Robust.Shared.Random;
|
||||
|
||||
namespace Content.Server.Stunnable
|
||||
{
|
||||
public class StunbatonSystem : EntitySystem
|
||||
public sealed class StunbatonSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly StunSystem _stunSystem = default!;
|
||||
[Dependency] private readonly StutteringSystem _stutteringSystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user