namespace Content.Server.Atmos.Components; [RegisterComponent] public sealed class TemperatureProtectionComponent : Component { /// /// How much to multiply temperature deltas by. /// [DataField("coefficient")] public float Coefficient = 1.0f; }