Beispiel #1
0
 public ToolGene(ZeldaConfiguration configuration)
     : base(configuration)
 {
     this.toolType     = configuration.RandomToolType();
     this.toolLocation = configuration.RandomLocation();
 }
Beispiel #2
0
 public int RandomLocation()
 {
     return(configuration.RandomLocation());
 }