mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove a couple specialized constructors
This commit is contained in:
@@ -169,12 +169,6 @@ namespace SabreTools.DatItems
|
||||
_machine[fieldName] = machine[fieldName];
|
||||
}
|
||||
}
|
||||
|
||||
public Machine(string name, string description)
|
||||
{
|
||||
SetFieldValue<string?>(Models.Metadata.Machine.NameKey, name);
|
||||
SetFieldValue<string?>(Models.Metadata.Machine.DescriptionKey, description);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user