Chillu1 / ModiBuff

Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled
Mozilla Public License 2.0
139 stars 4 forks source link

DI Config #43

Open Chillu1 opened 10 months ago

Chillu1 commented 10 months ago

Config is currently a static class that can be changed at any time. It would be nice if it was instead injected where it's needed.

The issue is that it would need to be fed through a lot of layers, up to 6.

A DI framework would shine here, but it's not worth it.