10 lines
142 B
V
10 lines
142 B
V
module datamodel
|
|
|
|
import freeflowuniverse.herolib.threefold.grid4.datamodel { Node }
|
|
|
|
pub struct NodeSim {
|
|
Node
|
|
pub mut:
|
|
cost f64 // free
|
|
}
|