package at.hannibal2.skyhanni.data.jsonobjects.repo import com.google.gson.annotations.Expose data class BeltsJson( @Expose val belts: Map, )