gCost property

HashMap<GridPoint, int> gCost
getter/setter pair

Implementation

late HashMap<GridPoint, int> gCost;