1 2 3
package at.lorenz.mod.bazaar data class BazaarData(val apiName: String, val itemName: String, val sellPrice: Double, val buyPrice: Double)