MineColonies

MineColonies

53M Downloads

Extract Static variables

Raycoms opened this issue · 3 comments

commented

Our static variables should be extracted out of our entity/building etc classes in a few global constant classes.

This will remove a lot of duplicated code and allows us to change constants at a more central place.

commented
commented

Love that idea. i'd be cool with working on that at some point if someone else hasn't already done it. Although the way i did it personally (with my plugin) might be different than what you're thinking

commented

Done in a lot of the most important classes already.