Start adding DatItem tests

This commit is contained in:
Matt Nadareski
2025-01-07 16:53:57 -05:00
parent 3196c69d8e
commit bd4c3bd26f
2 changed files with 87 additions and 19 deletions

View File

@@ -509,11 +509,6 @@ namespace SabreTools.DatItems
SetFieldValue(NameKey, name);
}
/// <summary>
/// Get a clone of the current internal model
/// </summary>
public T GetInternalClone() => (_internal.Clone() as T)!;
#endregion
#region Cloning Methods
@@ -532,6 +527,11 @@ namespace SabreTools.DatItems
return clone;
}
/// <summary>
/// Get a clone of the current internal model
/// </summary>
public T GetInternalClone() => (_internal.Clone() as T)!;
#endregion
#region Comparision Methods