UnlockPerkRequest.cs
1 namespace GUNRPG.Application.Requests; 2 3 public sealed class UnlockPerkRequest 4 { 5 public string PerkName { get; init; } = string.Empty; 6 }
1 namespace GUNRPG.Application.Requests; 2 3 public sealed class UnlockPerkRequest 4 { 5 public string PerkName { get; init; } = string.Empty; 6 }