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