2022-11-09 07:34:07 +11:00
|
|
|
namespace Content.Shared.Damage.Components;
|
2022-07-06 18:06:12 +10:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Tracks whether an entity has ANY stamina damage for update purposes only.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ActiveStaminaComponent : Component
|
2022-07-06 18:06:12 +10:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|