Cleanup TankChangerType.java
Indemnity83 opened this issue ยท 0 comments
This issue is here to track cleanup of the TankChangerType.java class. Its more of a reminder to myself of what direction to take than a concrete TODO list.
- Make variables public final
- Remove useless getters
- Clarify variables through documentation and name refinement where useful
- Move class into reference package (looking for feedback on this one)