Exemple #1
0
 public TweakableManager(IScanner scanner, TweakerOptions options)
 {
     baseManager = new BaseTweakerManager <ITweakable>(scanner, options);
     scanner?.AddProcessor(new TweakableProcessor(options));
 }