예제 #1
0
 public Global(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
예제 #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;
 }
예제 #4
0
 public GameSetting(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
 public SpellLeveled(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
예제 #6
0
 public ANpcSpawn(IOblivionMod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
예제 #7
0
 public ANpcSpawn(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
예제 #8
0
 public ASpell(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }
예제 #9
0
 public AItem(IOblivionMod mod)
     : this(mod.GetNextFormKey())
 {
 }