All Downloads are FREE. Search and download functionalities are using the official Maven repository.

payload.response.Items.kt Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package payload.response

import enums.IdItem
import enums.ItemUrlName
import enums.ResourceLocation


data class Items private constructor(val items: List) {
	data class Item private constructor(
		val url_name: ItemUrlName,
		val id: IdItem,
		val item_name: String,
		val thumb: ResourceLocation
	)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy