예제 #1
0
파일: State.cs 프로젝트: Pimpeczek/ML2
 public State(int[,] board)
 {
     Values = Misc.Arr2dToArrArr(board);
 }