public Global(ISkyrimMod mod, string editorID) : this( mod.GetNextFormKey(editorID), mod.SkyrimRelease) { this.EditorID = editorID; }
public Global(ISkyrimMod mod) : this( mod.GetNextFormKey(), mod.SkyrimRelease) { }
public GameSetting(ISkyrimMod mod) : this( mod.GetNextFormKey(), mod.SkyrimRelease) { }
public LensFlare(ISkyrimMod mod) : this( mod.GetNextFormKey(), mod.SkyrimRelease) { }
public APlaced(ISkyrimMod mod) : this( mod.GetNextFormKey(), mod.SkyrimRelease) { }