Files

8 lines
151 B
C#
Raw Permalink Normal View History

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