using Content.Shared.Temperature.Systems; namespace Content.Shared.Temperature.Components; /// /// Makes the entity always set IsHotEvent.IsHot to true, no matter what. /// [RegisterComponent, Access(typeof(AlwaysHotSystem))] public sealed partial class AlwaysHotComponent : Component { }