package club.mcscrims.speedhg.kit enum class KitMetaData { IN_GLADIATOR, GLADIATOR_BLOCK; fun getKey(): String { return name } }