コード例 #1
0
ファイル: Maze.cs プロジェクト: Redoryn/maze_generation
 public void SetAlgorithm(IMazeGeneratorAlgorithm algo)
 {
     this.algo = algo;
     this.algo = algo.Initialize(this.Height, this.Width, this);
 }
コード例 #2
0
 public void SetAlgorithm(IMazeGeneratorAlgorithm algo)
 {
     this.algo = algo;
 }