Ejemplo n.º 1
0
 public void SetType(int x, int y, int type)
 {
     Node.SetType(Grid.GetNode(grid, x, y), type);
 }