SpawnLocation

class SpawnLocation

Represents a player spawn location in 3D space

Author

Interfiber

Constructors

SpawnLocation
Link copied to clipboard
fun SpawnLocation()

Properties

spawnX
Link copied to clipboard
var spawnX: Double = 0.0
X location of the spawn
spawnY
Link copied to clipboard
var spawnY: Double = 0.0
Y location of the spawn
spawnZ
Link copied to clipboard
var spawnZ: Double = 0.0
Z location of the spawn