Files
OldThink/Content.Shared/_Honk/Cunt/CuntableComponent.cs

11 lines
314 B
C#
Raw Normal View History

2024-09-04 22:39:24 +03:00
namespace Content.Shared._Honk.Cunt;
[RegisterComponent]
public sealed partial class CuntableComponent : Component
{
public const string CuntSolutionName = "cunt";
[ViewVariables] public TimeSpan NextRegenTime = TimeSpan.Zero;
[ViewVariables] public TimeSpan Duration = TimeSpan.FromSeconds(1);
}