mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move machine to same name model as DatItem
This commit is contained in:
@@ -60,6 +60,22 @@ namespace SabreTools.DatItems
|
||||
|
||||
#endregion
|
||||
|
||||
#region Accessors
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name to use for a Machine
|
||||
/// </summary>
|
||||
/// <returns>Name if available, null otherwise</returns>
|
||||
public string? GetName() => _internal.GetName();
|
||||
|
||||
/// <summary>
|
||||
/// Sets the name to use for a Machine
|
||||
/// </summary>
|
||||
/// <param name="name">Name to set for the item</param>
|
||||
public void SetName(string? name) => _internal.SetName(name);
|
||||
|
||||
#endregion
|
||||
|
||||
#region Cloning methods
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user