mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add accessor for internal model
This commit is contained in:
@@ -768,6 +768,11 @@ namespace SabreTools.DatItems
|
|||||||
SetFieldValue(NameKey, name);
|
SetFieldValue(NameKey, name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Get a clone of the current internal model
|
||||||
|
/// </summary>
|
||||||
|
public T GetInternalClone() => (_internal.Clone() as T)!;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Cloning Methods
|
#region Cloning Methods
|
||||||
|
|||||||
Reference in New Issue
Block a user