6
2025-08-05 10:00:54 +03:00

8 lines
273 B
C#

namespace Content.Server._NF.DangerTether;
/// <summary>
/// If this entity is out of range of all entities with DangerTetherComponent on the same map, it will be deleted.
/// </summary>
[RegisterComponent]
public sealed partial class DangerTetheredComponent : Component;