Сперма

This commit is contained in:
Jabak
2024-09-04 22:39:24 +03:00
parent d1823a8267
commit b98cba38d7
7 changed files with 139 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
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);
}