Jofairden / EvenMoreModifiers

A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
https://zond.tech/emm/
Other
20 stars 10 forks source link

EMMLoader has grown too big #25

Closed Jofairden closed 5 years ago

Jofairden commented 6 years ago

The EMMLoader class has grown too big and manages too many things. A new 'Loaders' namespace should be created that handles loading individually. Similarly to recent tML refactoring, a 'Content' class should be made to hold and manage content.

Jofairden commented 5 years ago

Solved. See 655dbeab9b01c4d737f2da422c70f47be0465a7a and beyond