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

Split IUnit/Interface segregation principle #7

Closed Chillu1 closed 1 year ago

Chillu1 commented 1 year ago

Split IUnit into many interfaces, to not force the user to implement all of them.

Without excessive casting, or code generation.

Chillu1 commented 1 year ago

Decided on excessive casting, probably worth that 20% performance cost over dead code in user unit class.