public AdvancedTooltipSettings()
 {
     Enable    = new ToggleNode(false);
     ItemLevel = new ItemLevelSettings();
     ItemMods  = new ItemModsSettings();
     WeaponDps = new WeaponDpsSettings();
 }
Exemplo n.º 2
0
 public FastModsModule(Graphics graphics, ItemModsSettings modsSettings)
 {
     _graphics     = graphics;
     _modsSettings = modsSettings;
 }