Auto comp (#6416)
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Content.Server.Atmos.Piping.Components
|
||||
[RegisterComponent]
|
||||
public class AtmosDeviceComponent : Component
|
||||
{
|
||||
public override string Name => "AtmosDevice";
|
||||
|
||||
/// <summary>
|
||||
/// Whether this device requires being anchored to join an atmosphere.
|
||||
/// </summary>
|
||||
|
||||
@@ -10,8 +10,6 @@ namespace Content.Server.Atmos.Piping.Components
|
||||
[RegisterComponent]
|
||||
public class AtmosPipeColorComponent : Component
|
||||
{
|
||||
public override string Name => "AtmosPipeColor";
|
||||
|
||||
[DataField("color")]
|
||||
public Color Color { get; set; } = Color.White;
|
||||
|
||||
|
||||
@@ -7,8 +7,6 @@ namespace Content.Server.Atmos.Piping.Components
|
||||
[RegisterComponent]
|
||||
public class AtmosUnsafeUnanchorComponent : Component
|
||||
{
|
||||
public override string Name => "AtmosUnsafeUnanchor";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("enabled")]
|
||||
public bool Enabled { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user