RecentlyUpdatedItems

@Serializable
data class RecentlyUpdatedItems(val items: Array<WorldItemRecency>? = null)

Constructors

Link copied to clipboard
constructor(items: Array<WorldItemRecency>? = null)

Properties

Link copied to clipboard

An array of item IDs, with the least/most recent first.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int