Add and use Relation enum

This commit is contained in:
Matt Nadareski
2020-09-03 21:59:53 -07:00
parent ad0e5a7f0f
commit 33908e4e72
9 changed files with 138 additions and 38 deletions

View File

@@ -3545,6 +3545,7 @@ namespace SabreTools.Library.DatFiles
.Replace("%size%", size);
// TODO: Add GameName logic here too?
// TODO: Figure out what I meant by the above ^
return fix;
}