Remove a couple specialized constructors

This commit is contained in:
Matt Nadareski
2024-03-10 21:08:34 -04:00
parent 9735a178c5
commit 91875b4eaf
3 changed files with 16 additions and 17 deletions

View File

@@ -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