using Content.Server.Nutrition.EntitySystems; namespace Content.Server.Nutrition.Components { /// /// A disposable, single-use smokable. /// [RegisterComponent, Access(typeof(SmokingSystem))] public sealed partial class CigarComponent : Component { } }