Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Atmos.Piping.Unary.Components
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class GasVentPumpData : IAtmosDeviceData
|
||||
public sealed class GasVentPumpData : IAtmosDeviceData
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool Dirty { get; set; }
|
||||
|
||||
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Atmos.Piping.Unary.Components
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public class GasVentScrubberData : IAtmosDeviceData
|
||||
public sealed class GasVentScrubberData : IAtmosDeviceData
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool Dirty { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user