Adds several convenience features

This commit is contained in:
2024-09-30 14:20:45 +02:00
parent 257c04c98b
commit a39c77745d
9 changed files with 72 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ namespace PkmnLib.Static.Libraries;
/// <summary>
/// The library for all moves in the game.
/// </summary>
public interface IReadOnlyMoveLibrary
public interface IReadOnlyMoveLibrary : IEnumerable<IMoveData>
{
/// <summary>
/// Tries to get a move from the library. Returns false if the move is not found.