mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use Matching to replace NaturalSort
This commit is contained in:
@@ -6,13 +6,12 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using SabreTools.Core;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
using SabreTools.Logging;
|
||||
using NaturalSort;
|
||||
using Newtonsoft.Json;
|
||||
using SabreTools.Matching;
|
||||
|
||||
namespace SabreTools.DatFiles
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user