-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The current implementation of mod-owned data (patchers, loaders, #20) is all very fractured. There is no object that holds all of these mod-owned categories in strong association. Currently, this is not a problem because there are only a maximum of 2 mod owned objects per stage (patchers + patcher loaders). However, adding mod-owned features such as #20 may cause future problems akin to shotgun surgery.
Instead, as much data should be delegated to Deli.Mod as possible. Where not possible, there should be a stage-specific type that stores the mod data for that stage.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request