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

ModifierProperties should use the builder pattern #28

Closed Jofairden closed 5 years ago

Jofairden commented 5 years ago

See title. The current Set method is ugly. The builder pattern suits this usecase well. Make the method return the builder, fully supports inheritance too.