Ejemplo n.º 1
0
 private AutoAnglerSettings(string path)
     : base(path)
 {
     Instance = this;
     Load();
 }
Ejemplo n.º 2
0
 static AutoAnglerSettings()
 {
     Instance = new AutoAnglerSettings(Path.Combine(CharacterSettingsDirectory, "AutoAngler.xml"));
 }