Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Extinguisher;
|
||||
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(FireExtinguisherSystem))]
|
||||
public class FireExtinguisherComponent : Component
|
||||
public sealed class FireExtinguisherComponent : Component
|
||||
{
|
||||
[DataField("refillSound")] public SoundSpecifier RefillSound = new SoundPathSpecifier("/Audio/Effects/refill.ogg");
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Server.Extinguisher;
|
||||
|
||||
public class FireExtinguisherSystem : EntitySystem
|
||||
public sealed class FireExtinguisherSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!;
|
||||
[Dependency] private readonly PopupSystem _popupSystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user