SmokeVisualsComponent.cs 368 B

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