namespace Content.Server._CP14.Temperature; /// /// passively returns the solution temperature to the standard /// [RegisterComponent, Access(typeof(CP14TemperatureSystem))] public sealed partial class CP14SolutionTemperatureComponent : Component { [DataField] public float StandardTemp = 300f; }