mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Start adding DatItem tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user