Exemple #1
0
 public Global(ISkyrimMod mod, string editorID)
     : this(
         mod.GetNextFormKey(editorID),
         mod.SkyrimRelease)
 {
     this.EditorID = editorID;
 }
Exemple #2
0
 public Global(ISkyrimMod mod)
     : this(
         mod.GetNextFormKey(),
         mod.SkyrimRelease)
 {
 }
 public GameSetting(ISkyrimMod mod)
     : this(
         mod.GetNextFormKey(),
         mod.SkyrimRelease)
 {
 }
Exemple #4
0
 public LensFlare(ISkyrimMod mod)
     : this(
         mod.GetNextFormKey(),
         mod.SkyrimRelease)
 {
 }
Exemple #5
0
 public APlaced(ISkyrimMod mod)
     : this(
         mod.GetNextFormKey(),
         mod.SkyrimRelease)
 {
 }