Fixing warnings (#8131)
This commit is contained in:
@@ -7,7 +7,7 @@ using Content.Shared.Wires;
|
||||
namespace Content.Server.Doors;
|
||||
|
||||
[DataDefinition]
|
||||
public class DoorBoltLightWireAction : BaseWireAction
|
||||
public sealed class DoorBoltLightWireAction : BaseWireAction
|
||||
{
|
||||
[DataField("color")]
|
||||
private Color _statusColor = Color.Lime;
|
||||
|
||||
@@ -6,7 +6,7 @@ using Content.Shared.Wires;
|
||||
namespace Content.Server.Doors;
|
||||
|
||||
[DataDefinition]
|
||||
public class DoorBoltWireAction : BaseWireAction
|
||||
public sealed class DoorBoltWireAction : BaseWireAction
|
||||
{
|
||||
[DataField("color")]
|
||||
private Color _statusColor = Color.Red;
|
||||
|
||||
@@ -6,7 +6,7 @@ using Content.Shared.Wires;
|
||||
namespace Content.Server.Doors;
|
||||
|
||||
[DataDefinition]
|
||||
public class DoorSafetyWireAction : BaseWireAction
|
||||
public sealed class DoorSafetyWireAction : BaseWireAction
|
||||
{
|
||||
[DataField("color")]
|
||||
private Color _statusColor = Color.Red;
|
||||
|
||||
@@ -6,7 +6,7 @@ using Content.Shared.Wires;
|
||||
namespace Content.Server.Doors;
|
||||
|
||||
[DataDefinition]
|
||||
public class DoorTimingWireAction : BaseWireAction
|
||||
public sealed class DoorTimingWireAction : BaseWireAction
|
||||
{
|
||||
[DataField("color")]
|
||||
private Color _statusColor = Color.Orange;
|
||||
|
||||
Reference in New Issue
Block a user