Example #1
0
 private void _Initialize(ITMPluginManager mgr, string path)
 {
     this.itemDictionary = new ItemDictionary(path, (Item)mgr.Offsets.ItemID);
     this.setRegistry    = new SetRegistry();
     this.setRegistry.Register(new PartyhatSet());
     this.setRegistry.Register(new HalloweenMaskSet());
     this.setRegistry.Register(new BronzeLgSet());
     this.setRegistry.Register(new IronLgSet());
     this.setRegistry.Register(new SteelLgSet());
     this.setRegistry.Register(new BlackLgSet());
     this.setRegistry.Register(new MithrilLgSet());
     this.setRegistry.Register(new AdamantLgSet());
     this.setRegistry.Register(new RuneArmourLgSet());
     this.setRegistry.Register(new DragonArmourLgSet());
     this.setRegistry.Register(new GildedArmourLgSet());
 }
Example #2
0
 public SetRegistry()
 {
     SetRegistry.Instance = this;
     this._setDictionary  = new Dictionary <Item, Set>();
 }