Пример #1
0
 internal GadgetModInfo(GadgetMod Mod, Assembly Assembly, GadgetModAttribute Attribute, string Name)
 {
     this.Mod       = Mod;
     this.Assembly  = Assembly;
     this.Attribute = Attribute;
     UMFName        = Name;
 }
Пример #2
0
 internal GadgetInfo(Gadget Gadget, GadgetAttribute Attribute, GadgetMod Mod)
 {
     this.Gadget    = Gadget;
     this.Attribute = Attribute;
     this.Mod       = Mod;
     ModName        = Mod.Name;
     Gadget.Info    = this;
 }