Example #1
0
 public GrassCell(Params currParams)
 {
     Params = currParams;
 }
Example #2
0
 public GrassCell(Params currParams, int rowIndex, int columnIndex)
 {
     Params      = currParams;
     RowIndex    = rowIndex;
     ColumnIndex = columnIndex;
 }