Files
tbd-station-14/Content.Shared/Damage/Components/ActiveStaminaComponent.cs

11 lines
240 B
C#

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