MonkeyModdingTroop / MonkeyLoader

A convenience and extendability focused mod loader using NuGet packages.
https://monkeymoddingtroop.github.io/MonkeyLoader/index.html
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Add ability to inject completely new items to the EnumerableInjector #10

Closed Banane9 closed 2 months ago

Banane9 commented 5 months ago

Currently, the [EnumerableInjector] only supports removing items from an enumerable, or replacing them 1:1. As such, it lacks the ability to return more items than in the original. This option should be added.