AtIndex

@Serializable
@SerialName(value = "AtIndex")
data class AtIndex(val index: Int) : AddTilesEventSchema.InsertionPosition

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int