Britbot
Node [,] Britbot.Navigator.Node.Map = new Node[Bot.Game.GetRows(), Bot.Game.GetCols()] [static]

A static array of nodes representing the map.

------------IMPORTANT: like with locations the access to this Map is Map[y,x]-------

Definition at line 36 of file Node.cs.