Files
wwdpublic/Content.Server/Punpun/PunpunComponent.cs
2024-11-21 17:49:04 +07:00

10 lines
242 B
C#

namespace Content.Server.Punpun;
[RegisterComponent]
public sealed partial class PunpunComponent : Component
{
/// How many rounds Punpun will be around for before disappearing with a note
[DataField]
public int Lifetime = 14;
}