public void Update(int x, int y, DnDTile obj) { this.Grid[x, y] = obj; }
public void Update(DnDTile[,] grid) { this.Grid = grid; }