Add override method to all required places

This commit is contained in:
Matt Nadareski
2022-11-03 17:02:38 -07:00
parent a6d02d8c9c
commit d35faea5a9
17 changed files with 111 additions and 58 deletions

View File

@@ -3,14 +3,13 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
using SabreTools.Core;
using SabreTools.Core.Tools;
using SabreTools.DatItems;
using SabreTools.DatItems.Formats;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Newtonsoft.Json.Serialization;
namespace SabreTools.DatFiles.Formats
{