Files
ss14-wega/Content.Shared/_Wega/Vampire/Components/HolyPointComponent.cs
T
Zekins a43291233d Time to Nuke Vampire (#416)
* timetonukevampire

* snap back to vampirity

* firstfix

* fixix xif
2026-05-29 02:29:16 +03:00

14 lines
307 B
C#

namespace Content.Shared.Vampire.Components;
/// <summary>
/// A component for testing vampire arson near holy sites.
/// </summary>
[RegisterComponent]
public sealed partial class HolyPointComponent : Component
{
[DataField]
public float Range = 6f;
public float NextTimeTick { get; set; }
}