6
2026-01-24 12:49:55 +03:00

13 lines
307 B
C#

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