Name is not guaranteed

This commit is contained in:
Matt Nadareski
2020-09-02 12:19:12 -07:00
parent c77bcca9ad
commit bd92f8993a
20 changed files with 1397 additions and 164 deletions

View File

@@ -15,7 +15,6 @@ namespace SabreTools.Library.DatItems
/// </summary>
public Blank()
{
Name = string.Empty;
ItemType = ItemType.Blank;
}
@@ -27,7 +26,6 @@ namespace SabreTools.Library.DatItems
{
return new Blank()
{
Name = this.Name,
ItemType = this.ItemType,
DupeType = this.DupeType,