Move pipe visualizers to systems. (#6565)
This commit is contained in:
11
Content.Shared/Atmos/Components/PipeAppearanceComponent.cs
Normal file
11
Content.Shared/Atmos/Components/PipeAppearanceComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Content.Shared.Atmos.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class PipeAppearanceComponent : Component
|
||||
{
|
||||
[DataField("rsi")]
|
||||
public string RsiPath = "Structures/Piping/Atmospherics/pipe.rsi";
|
||||
|
||||
[DataField("baseState")]
|
||||
public string BaseState = "pipeConnector";
|
||||
}
|
||||
Reference in New Issue
Block a user