using Content.Server.Temperature.Systems; namespace Content.Server.CrystallPunk.Temperature; /// /// Adds thermal energy from FlammableComponent to entities with placed on it. /// [RegisterComponent, Access(typeof(EntityHeaterSystem))] public sealed partial class CPFlammableEntityHeaterComponent : Component { }