mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add metadata file serialization
This commit is contained in:
@@ -95,9 +95,6 @@ namespace SabreTools.Models.Internal
|
||||
/// <remarks>NewDat</remarks>
|
||||
public const string NewDatKey = "newDat";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string NoNamespaceSchemaLocationKey = "noNamespaceSchemaLocation";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string NotesKey = "notes";
|
||||
|
||||
@@ -119,6 +116,9 @@ namespace SabreTools.Models.Internal
|
||||
/// <remarks>(none|split|merged|nonmerged|fullmerged|device|full) "split"</remarks>
|
||||
public const string SampleModeKey = "samplemode";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string SchemaLocationKey = "schemaLocation";
|
||||
|
||||
/// <remarks>string</remarks>
|
||||
public const string ScreenshotsHeightKey = "screenshotsHeight";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user