menu
devilf_engine package
documentation
util/df_astar.dart
DFMapNode
DFMapNode.new constructor
DFMapNode.new constructor
dark_mode
light_mode
DFMapNode
constructor
DFMapNode
(
int
x
,
int
y
)
Implementation
DFMapNode(int x, int y) { this.position = new DFMapPosition(x, y); }
devilf_engine package
documentation
util/df_astar
DFMapNode
DFMapNode.new constructor
DFMapNode class