Files
tbd-station-14/Content.Shared/Atmos/Components/PipeAppearanceComponent.cs
2023-08-07 13:44:53 +10:00

11 lines
290 B
C#

using Robust.Shared.Utility;
namespace Content.Shared.Atmos.Components;
[RegisterComponent]
public sealed class PipeAppearanceComponent : Component
{
[DataField("sprite")]
public SpriteSpecifier.Rsi Sprite = new(new("Structures/Piping/Atmospherics/pipe.rsi"), "pipeConnector");
}