Exemple #1
0
 public Cell(int id)
 {
     TypeofCell = TypeofCell.Null;
     Id         = id;
 }
 public void MakeMotion(int cellid, TypeofCell typeofCell)
 {
     Cells[cellid].TypeofCell = typeofCell;
 }