[Structs, Enums] Add ItemType enum

This commit is contained in:
Matt Nadareski
2016-08-29 13:50:55 -07:00
parent 19a210562e
commit 638ba055eb
8 changed files with 51 additions and 38 deletions

View File

@@ -48,7 +48,7 @@ namespace SabreTools.Helper
{
public Machine Machine;
public string Name;
public string Type;
public ItemType Type;
public HashData HashData;
public DupeType Dupe;
public bool Nodump;