2022-02-14 16:20:35 +13:00
|
|
|
namespace Content.Shared.Atmos.Components;
|
|
|
|
|
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed class PipeAppearanceComponent : Component
|
|
|
|
|
{
|
|
|
|
|
[DataField("rsi")]
|
|
|
|
|
public string RsiPath = "Structures/Piping/Atmospherics/pipe.rsi";
|
|
|
|
|
|
|
|
|
|
[DataField("baseState")]
|
2022-02-18 10:31:11 +13:00
|
|
|
public string State = "pipeConnector";
|
2022-02-14 16:20:35 +13:00
|
|
|
}
|