public GrassCell(Params currParams) { Params = currParams; }
public GrassCell(Params currParams, int rowIndex, int columnIndex) { Params = currParams; RowIndex = rowIndex; ColumnIndex = columnIndex; }