Add much of the to metadata work

This commit is contained in:
Matt Nadareski
2024-03-11 11:07:21 -04:00
parent e005b9c22c
commit 6eef11c319
4 changed files with 441 additions and 121 deletions

View File

@@ -148,6 +148,11 @@ namespace SabreTools.DatItems
return true;
}
/// <summary>
/// Get a clone of the current internal model
/// </summary>
public Models.Metadata.Machine GetInternalClone() => (_machine.Clone() as Models.Metadata.Machine)!;
#endregion
#region Constructors