Support adding experience
This commit is contained in:
@@ -71,6 +71,9 @@ public interface ISpecies : INamedValue
|
||||
/// </summary>
|
||||
IReadOnlyList<IEvolution> EvolutionData { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The egg groups the Pokémon belongs to.
|
||||
/// </summary>
|
||||
ICollection<StringKey> EggGroups { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user