Add "type" to DatData for use with SuperDATs

This commit is contained in:
Matt Nadareski
2016-05-17 11:23:06 -07:00
parent c1c9072649
commit 48507e76b1
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ namespace SabreTools.Helper
public string Url;
public string Comment;
public string Header;
public string Type; // Generally only used for SuperDAT
public ForceMerging ForceMerging;
public ForceNodump ForceNodump;
public ForcePacking ForcePacking;