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