예제 #1
0
파일: DFS.cs 프로젝트: InessPopa/AITetris
 public void setGrid(Grid grid)
 {
     this.grid = grid;
 }