Walkable

io.indigoengine.roguelike.starterkit.utils.GridSquare$.Walkable
final case class Walkable(index: Int, coords: Point, score: Int) extends GridSquare

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GridSquare
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withScore(newScore: Int): Walkable

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product