Esempio n. 1
0
 public Global(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Esempio n. 2
0
 public Global(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
 public SpellLeveled(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Esempio n. 4
0
 public GameSetting(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
 public SpellLeveled(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Esempio n. 6
0
 public ANpcSpawn(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Esempio n. 7
0
 public ANpcSpawn(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Esempio n. 8
0
 public ASpell(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
Esempio n. 9
0
 public AItem(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }