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

io.github.kryszak.gwatlin.api.guild.model.stash.GuildStashItem.kt Maven / Gradle / Ivy

The newest version!
package io.github.kryszak.gwatlin.api.guild.model.stash

import kotlinx.serialization.Serializable

/**
 * Data model for item stored in guild stash
 */
@Serializable
data class GuildStashItem(
        val id: Int,
        val count: Int
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy