Files
tbd-station-14/Content.Client/Atmos/Components/PipeColorVisualsComponent.cs
metalgearsloth 5373fec641 Fix a bunch of warnings (#11965)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-10-16 08:44:23 -07:00

9 lines
160 B
C#

using Robust.Shared.GameObjects;
namespace Content.Client.Atmos.Components;
[RegisterComponent]
public sealed class PipeColorVisualsComponent : Component
{
}