World

@Serializable
data class World(val id: Int, val name: String)

ID and name of a world supported by the Universalis API

Constructors

Link copied to clipboard
constructor(id: Int, name: String)

Properties

Link copied to clipboard
val id: Int

ID of a world supported by the Universalis API

Link copied to clipboard

Name of a world supported by the Universalis API