SlotGroup¶
data class SlotGroup(
var x: Int = 0,
var y: Int = 0,
var width: Int = 0,
var height: Int = 0,
var slots: MutableSet<IntCoordinates> = mutableSetOf()
)
Constructors¶
SlotGroup¶
constructor(
x: Int = 0,
y: Int = 0,
width: Int = 0,
height: Int = 0,
slots: MutableSet<IntCoordinates> = mutableSetOf()
)
Properties¶
height¶
slots¶
var slots: MutableSet<IntCoordinates>