WorldUploadCount

@Serializable
data class WorldUploadCount(val count: Int, val proportion: Double)

Constructors

Link copied to clipboard
constructor(count: Int, proportion: Double)

Properties

Link copied to clipboard
val count: Int

The number of times an upload has occurred on this World.

Link copied to clipboard

The proportion of uploads on this World to the total number of uploads.