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

Improved Modifier Recipes #17

Closed Chillu1 closed 11 months ago

Chillu1 commented 11 months ago

Refactor modifier recipe adding, to two ways: Inheritance (current way), and feeding them directly.

Fix register hack for adding mixed modifiers in integration tests.

https://github.com/Chillu1/ModiBuff/blob/93b6910ef6a6494987dadb6b3dbafe7d0250d44b/ModiBuff/ModiBuff/Core/Modifier/Creation/Recipe/ModifierRecipes.cs#L39-L57