6
StarHorizon_Public/Content.Shared/Atmos/Components/PipeAppearanceComponent.cs
2025-08-05 10:00:54 +03:00

11 lines
298 B
C#

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