Auto comp (#6416)
This commit is contained in:
@@ -7,8 +7,6 @@ namespace Content.Server.Atmos.Piping.Binary.Components
|
||||
[RegisterComponent]
|
||||
public class GasPortComponent : Component
|
||||
{
|
||||
public override string Name => "GasPort";
|
||||
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("pipe")]
|
||||
public string PipeName { get; set; } = "connected";
|
||||
|
||||
Reference in New Issue
Block a user