mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Name is not guaranteed
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user