Ejemplo n.º 1
0
 public Settings()
 {
     HotKeys            = new HotKeySettings();
     HotKeys.PasteStats = "Control+Shift+V";
     Opacity            = 1.0;
     OnlyBosses         = false;
     IgnoreOneshots     = true;
     UseRaw             = false;
 }
Ejemplo n.º 2
0
 public Settings()
 {
     HotKeys            = new HotKeySettings();
     HotKeys.PasteStats = "Control+Shift+V";
     Opacity            = 1.0;
 }
Ejemplo n.º 3
0
 public Settings()
 {
     HotKeys = new HotKeySettings();
     HotKeys.PasteStats = "Control+Shift+V";
     Opacity = 1.0;
 }