コード例 #1
0
        public List <Tuple <int, int> > GeneratePath()
        {
            var path = PathGenerator.GeneratePath(this.MapRowCells, this.MapColumnCells);

            return(path);
        }