Files
tbd-station-14/Content.Server/Damage/Components/ActiveStaminaComponent.cs
2022-07-06 18:06:12 +10:00

11 lines
232 B
C#

namespace Content.Server.Damage.Components;
/// <summary>
/// Tracks whether an entity has ANY stamina damage for update purposes only.
/// </summary>
[RegisterComponent]
public sealed class ActiveStaminaComponent : Component
{
}