Adds several convenience features
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user