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