Finish writing ConvertToMetadata and making fixes related

This commit is contained in:
Matt Nadareski
2025-01-11 23:03:32 -05:00
parent 1763796f9f
commit 41ab9826a3
4 changed files with 294 additions and 237 deletions

View File

@@ -608,6 +608,7 @@ namespace SabreTools.DatItems
/// <summary>
/// Get a clone of the current internal model
/// </summary>
/// TODO: Make virtual so individuals can handle conversion
public T GetInternalClone() => (_internal.Clone() as T)!;
#endregion