Adds several convenience features
This commit is contained in:
@@ -6,7 +6,7 @@ namespace PkmnLib.Static.Libraries;
|
||||
/// <summary>
|
||||
/// The library for all growth rates in the game.
|
||||
/// </summary>
|
||||
public interface IReadOnlyGrowthRateLibrary
|
||||
public interface IReadOnlyGrowthRateLibrary : IEnumerable<IGrowthRate>
|
||||
{
|
||||
/// <summary>
|
||||
/// Tries to get a growth rate from the library. Returns false if the growth rate is not found.
|
||||
|
||||
Reference in New Issue
Block a user