StaminaSystem to SharedStaminaSystem (#37199)
* Init Commit * Partial class * Hands system slipped through
This commit is contained in:
committed by
GitHub
parent
ef881fe655
commit
9c165cb5a0
7
Content.Server/Damage/Systems/StaminaSystem.cs
Normal file
7
Content.Server/Damage/Systems/StaminaSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared.Damage.Systems;
|
||||
|
||||
namespace Content.Server.Damage.Systems;
|
||||
|
||||
public sealed partial class StaminaSystem : SharedStaminaSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user