| 123456789101112 |
- 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
- {
- }
- }
|