Files
tbd-station-14/Content.Client/Chemistry/Visualizers/SmokeVisualsComponent.cs
2023-02-03 15:43:53 -04:00

11 lines
360 B
C#

namespace Content.Client.Chemistry.Visualizers;
/// <summary>
/// A component that changes color to match its contained reagents.
/// Managed by <see cref="SmokeVisualizerSystem"/>.
/// Only functions with smoke at the moment.
/// </summary>
[RegisterComponent]
[Access(typeof(SmokeVisualizerSystem))]
public sealed class SmokeVisualsComponent : Component {}