Pack

data class Pack(val packFormat: Int, val description: String)

Constructors

Link copied to clipboard
constructor(packFormat: Int, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "pack_format")
val packFormat: Int

Functions

Link copied to clipboard
operator fun plus(other: PackMeta.Pack): PackMeta.Pack