ARAM balance data from aramonly.com
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using LeagueAPI.ARAM;
|
||||
|
||||
namespace LeagueAPI.Models.DDragon.Champions;
|
||||
|
||||
@@ -41,5 +42,5 @@ public record ChampionData
|
||||
public ChampionDataStats? Stats { get; init; }
|
||||
|
||||
[JsonIgnore]
|
||||
public Dictionary<string, double> AramBalance { get; set; } = [];
|
||||
public AramChampion? AramBalance { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user