2021-09-26 15:19:00 +02:00
|
|
|
using Content.Server.Nutrition.EntitySystems;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Nutrition.Components
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// A disposable, single-use smokable.
|
|
|
|
|
/// </summary>
|
2022-06-07 15:26:28 +02:00
|
|
|
[RegisterComponent, Access(typeof(SmokingSystem))]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class CigarComponent : Component
|
2021-09-26 15:19:00 +02:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|