/// <summary>
 /// Fills dirt blocks in the custom grid object.
 /// </summary>
 public void FillDirt()
 {
     grid.FillDirt();
 }