Stamina damage (#9230)
This commit is contained in:
10
Content.Server/Damage/Components/ActiveStaminaComponent.cs
Normal file
10
Content.Server/Damage/Components/ActiveStaminaComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user