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