Add project files.
This commit is contained in:
12
LeagueAPI/Models/ChampSelect/BenchChampion.cs
Normal file
12
LeagueAPI/Models/ChampSelect/BenchChampion.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace LeagueAPI.Models.ChampSelect;
|
||||
|
||||
public record class BenchChampion
|
||||
{
|
||||
[JsonPropertyName("championId")]
|
||||
public int ChampionId { get; init; }
|
||||
|
||||
[JsonPropertyName("isPriority")]
|
||||
public bool IsPriority { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user