Example #1
0
 public static Grid getInst()
 {
     if (inst == null)
     {
         inst = new Grid(game);
     }
     return inst;
 }
Example #2
0
 public AStar(Grid.Grid grid)
 {
     this.grid = grid;
 }