Beispiel #1
0
 public State SetNextTickLifeState(Cell cell)
 {
     var state = cell.State;
     return cell.ChangeStateTo(state.NextState());
 }