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