mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add No-Intro cloneofid tag
This commit is contained in:
@@ -208,6 +208,13 @@ namespace SabreTools.DatItems
|
||||
[XmlElement("nointroid")]
|
||||
public string NoIntroId { get; set; } = null;
|
||||
|
||||
/// <summary>
|
||||
/// No-Intro ID for the game
|
||||
/// </summary>
|
||||
[JsonProperty("nointrocloneofid", DefaultValueHandling = DefaultValueHandling.Ignore)]
|
||||
[XmlElement("nointrocloneofid")]
|
||||
public string NoIntroCloneOfId { get; set; } = null;
|
||||
|
||||
#endregion
|
||||
|
||||
// TODO: Should this be a separate object for TruRip?
|
||||
@@ -395,6 +402,7 @@ namespace SabreTools.DatItems
|
||||
Board = this.Board,
|
||||
RebuildTo = this.RebuildTo,
|
||||
NoIntroId = this.NoIntroId,
|
||||
NoIntroCloneOfId = this.NoIntroCloneOfId,
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user