Support adding experience

This commit is contained in:
2024-09-30 15:42:25 +02:00
parent e7cda474f1
commit b77f0122d7
3 changed files with 58 additions and 1 deletions

View File

@@ -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; }
}