summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/data/jsonobjects/repo/InfernoMinionFuelsJson.kt
blob: 45b09dabfb21978d4fea54d9c413738c1db0cd4e (plain)
1
2
3
4
5
6
7
8
9
package at.hannibal2.skyhanni.data.jsonobjects.repo

import at.hannibal2.skyhanni.utils.NEUInternalName
import com.google.gson.annotations.Expose
import com.google.gson.annotations.SerializedName

data class InfernoMinionFuelsJson(
    @Expose @SerializedName("inferno_minion_fuels") val minionFuels: List<NEUInternalName>,
)