/ GUNRPG.Application / Requests / TreatWoundsRequest.cs
TreatWoundsRequest.cs
1  namespace GUNRPG.Application.Requests;
2  
3  public sealed class TreatWoundsRequest
4  {
5      public float HealthAmount { get; init; }
6  }