Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -13,7 +13,7 @@ using Robust.Shared.Player;
|
||||
|
||||
namespace Content.Server.Plants.Systems
|
||||
{
|
||||
public class PottedPlantHideSystem : EntitySystem
|
||||
public sealed class PottedPlantHideSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly SecretStashSystem _stashSystem = default!;
|
||||
[Dependency] private readonly PopupSystem _popupSystem = default!;
|
||||
|
||||
Reference in New Issue
Block a user