コード例 #1
0
 public LabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
 {
     this.gameObjectsGenerator = objectsGenerator;
     this.detailsConfiguration = details;
 }
コード例 #2
0
 public LabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
 {
     this.gameObjectsGenerator = objectsGenerator;
     this.detailsConfiguration = details;
 }
コード例 #3
0
 public SmallLabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
     : base(objectsGenerator, details)
 {
 }
コード例 #4
0
 public SmallLabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
     : base(objectsGenerator, details)
 {
 }