Deli-Collective / Deli

Deli Eliminates Loader Intricacies with BepInEx plugins and custom content.
GNU General Public License v3.0
5 stars 0 forks source link

Genericized Loaders and Readers #24

Closed malicean closed 3 years ago

malicean commented 3 years ago

Readers follow a simple file -> content signature, no matter immediate or delayed. This should be genericized to allow for unified loader and reader collections.

Because this touches the inter-stage data somewhat, it might be a good idea to complete #20 beforehand.