InvLocation

data class InvLocation(val x: Int, val y: Int)

Descartes coordinate system for inventories

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int