Class CoordConnection
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.map.CoordConnection
-
-
Constructor Summary
Constructors Constructor Description CoordConnection(PfNode from, PfNode to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getCost()
PfNode
getFromNode()
PfNode
getToNode()
-