Replace Constants with Hashing

This commit is contained in:
Matt Nadareski
2024-03-06 11:23:22 -05:00
parent 243019d8f7
commit 48cbd47966
10 changed files with 11 additions and 56 deletions

View File

@@ -3,6 +3,7 @@ using System.Linq;
using SabreTools.Core;
using SabreTools.DatItems;
using SabreTools.DatItems.Formats;
using SabreTools.Hashing;
namespace SabreTools.DatFiles.Formats
{