ActiveSolutionHeaterComponent.cs 145 B

123456
  1. namespace Content.Server.Chemistry.Components;
  2. [RegisterComponent]
  3. public sealed partial class ActiveSolutionHeaterComponent : Component
  4. {
  5. }