Exemple #1
0
 public StartAction(Board board, Sensors.SensorContainer sensors)
 {
     this.FEN = board.GetFEN();
     this.Sensors = sensors.GetSensorsType();
 }