Пример #1
0
 public ColorRecord(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #2
0
 public Cell(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #3
0
 public ColorRecord(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #4
0
 public LeveledSpell(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #5
0
 public GameSetting(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #6
0
 public Armor(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #7
0
 public PlacedObject(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #8
0
 public SoundDescriptor(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #9
0
 public SoundDescriptor(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
 public AnimationSoundTagSet(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
 public AnimationSoundTagSet(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #12
0
 public Outfit(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #13
0
 public ImpactDataSet(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #14
0
 public ImpactDataSet(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #15
0
 public Debris(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #16
0
 public MaterialSwap(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #17
0
 public Armor(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #18
0
 public MaterialSwap(IFallout4Mod mod, string editorID)
     : this(mod.GetNextFormKey(editorID))
 {
     this.EditorID = editorID;
 }
Пример #19
0
 public PlacedObject(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #20
0
 public GameSetting(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #21
0
 public FormList(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }
Пример #22
0
 public LeveledSpell(IFallout4Mod mod)
     : this(mod.GetNextFormKey())
 {
 }