Package com.prineside.tdi2.enums


package com.prineside.tdi2.enums
A hard-coded lists of different types of everything, for example, types of enemies or towers. Most of them have static "values" field which should not be modified - basically an Enum#values() but that method allocates new array each time you call it.