namespace Content.Server._CP14.Temperature; /// /// allows you to heat the temperature of solutions depending on the number of stacks of fire /// [RegisterComponent, Access(typeof(CP14TemperatureSystem))] public sealed partial class CP14FlammableSolutionHeaterComponent : Component { [DataField] public float DegreesPerStack = 100f; }