mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move Replacer to DatTools namespace
This commit is contained in:
@@ -4,11 +4,12 @@ using System.Linq;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
#endif
|
#endif
|
||||||
using SabreTools.Core.Tools;
|
using SabreTools.Core.Tools;
|
||||||
|
using SabreTools.DatFiles;
|
||||||
using SabreTools.DatItems;
|
using SabreTools.DatItems;
|
||||||
using SabreTools.DatItems.Formats;
|
using SabreTools.DatItems.Formats;
|
||||||
using SabreTools.IO.Logging;
|
using SabreTools.IO.Logging;
|
||||||
|
|
||||||
namespace SabreTools.DatFiles
|
namespace SabreTools.DatTools
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Replace fields in DatItems
|
/// Replace fields in DatItems
|
||||||
@@ -2,10 +2,11 @@ using System.Collections.Generic;
|
|||||||
using SabreTools.Core.Tools;
|
using SabreTools.Core.Tools;
|
||||||
using SabreTools.DatItems;
|
using SabreTools.DatItems;
|
||||||
using SabreTools.DatItems.Formats;
|
using SabreTools.DatItems.Formats;
|
||||||
|
using SabreTools.DatTools;
|
||||||
using SabreTools.Hashing;
|
using SabreTools.Hashing;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
namespace SabreTools.DatFiles.Test
|
namespace SabreTools.Test.DatFiles
|
||||||
{
|
{
|
||||||
public class ReplacerTests
|
public class ReplacerTests
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user