internal GadgetModInfo(GadgetMod Mod, Assembly Assembly, GadgetModAttribute Attribute, string Name) { this.Mod = Mod; this.Assembly = Assembly; this.Attribute = Attribute; UMFName = Name; }
internal GadgetInfo(Gadget Gadget, GadgetAttribute Attribute, GadgetMod Mod) { this.Gadget = Gadget; this.Attribute = Attribute; this.Mod = Mod; ModName = Mod.Name; Gadget.Info = this; }