Beispiel #1
0
 protected override void SetConfigSettings()
 {
     FootPrint.Initialize
     (
         MainConfig.OptPathfinderFootprintLifespan.GetValue(),
         MainConfig.OptPathfinderAnonymousFootprints.GetValue(),
         footsteps
     );
 }