Files
tbd-station-14/Content.Client/Damage/Systems/StaminaSystem.cs
Princess Cheeseballs 9c165cb5a0 StaminaSystem to SharedStaminaSystem (#37199)
* Init Commit

* Partial class

* Hands system slipped through
2025-05-06 12:39:05 -04:00

8 lines
151 B
C#

using Content.Shared.Damage.Systems;
namespace Content.Client.Damage.Systems;
public sealed partial class StaminaSystem : SharedStaminaSystem
{
}