Example #1
0
 protected BasePlanner(List<List<Cell>> grid)
 {
     m_Queue = new CellQueue("Q");
 }
Example #2
0
 protected BasePlanner(List <List <Cell> > grid)
 {
     m_Queue = new CellQueue("Q");
 }