1 2 3 4 5 6
package moe.nea.sharedbuild enum class MappingStyle(val identifier: String) { SEARGE("srg"), YARN("yarn"), }