Beispiel #1
0
 public void Step(int x, int y)
 {
     _state[x, y] = _spaceStateConverter.Convert(_probe.Probe(_field, x, y));
 }