using Robust.Shared.GameStates; namespace Content.Shared.Smoking; /// /// Marker component used to track active burning objects. /// /// /// Right now only smoking uses this, but flammable could use it as well in the future. /// [RegisterComponent, NetworkedComponent] public sealed partial class BurningComponent : Component;