valantonini/AStar

Documentation update

Closed this issue · 1 comments

var tiles = new short[] { { 1, 0, 1 }, { 1, 0, 1 }, { 1, 1, 1 }, };

For
var tiles = new short[,] { { 1, 0, 1 }, { 1, 0, 1 }, { 1, 1, 1 }, };

Thanks very much @etherny