Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Server.Botany.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
#pragma warning disable 618
|
||||
public class PlantHolderComponent : Component, IInteractUsing, IInteractHand, IActivate, IExamine
|
||||
public sealed class PlantHolderComponent : Component, IInteractUsing, IInteractHand, IActivate, IExamine
|
||||
#pragma warning restore 618
|
||||
{
|
||||
public const float HydroponicsSpeedMultiplier = 1f;
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.Maths;
|
||||
|
||||
namespace Content.Server.Botany.Systems;
|
||||
|
||||
public partial class BotanySystem
|
||||
public sealed partial class BotanySystem
|
||||
{
|
||||
public void ProduceGrown(EntityUid uid, ProduceComponent produce)
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Server.Botany.Systems;
|
||||
|
||||
public partial class BotanySystem
|
||||
public sealed partial class BotanySystem
|
||||
{
|
||||
public void InitializeSeeds()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user