Resolves SmokeVisualizer is Obsolete (#13881)

This commit is contained in:
TemporalOroboros
2023-02-03 11:43:53 -08:00
committed by GitHub
parent 0edbc21ce8
commit a8fd975edd
4 changed files with 33 additions and 30 deletions

View File

@@ -0,0 +1,10 @@
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 {}