[Structs] Add GameDescription to Rom

This commit is contained in:
Matt Nadareski
2016-08-29 12:02:25 -07:00
parent 9d8c012317
commit 220b898c83
3 changed files with 18 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ namespace SabreTools.Helper
public struct Rom : IComparable, IEquatable<Rom>
{
public string Game;
public string GameDescription;
public string Name;
public string Type;
public long Size;