public SmallLabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
     : base(objectsGenerator, details)
 {
 }
 public LabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
 {
     this.gameObjectsGenerator = objectsGenerator;
     this.detailsConfiguration = details;
 }
Exemple #3
0
 public LabyrinthBuilder(IGameObjectsGenerator objectsGenerator, Config details)
 {
     this.gameObjectsGenerator = objectsGenerator;
     this.detailsConfiguration = details;
 }