mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Finally move Setter to Filtering namespace
This commit is contained in:
@@ -2,16 +2,16 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using SabreTools.Core.Filter;
|
||||
using SabreTools.Core.Tools;
|
||||
using SabreTools.DatFiles;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
using SabreTools.IO.Logging;
|
||||
|
||||
namespace SabreTools.DatFiles
|
||||
namespace SabreTools.Filtering
|
||||
{
|
||||
/// <summary>
|
||||
/// Set fields on DatItems
|
||||
/// </summary>
|
||||
/// TODO: Figure out how to get this into the Filtering namespace
|
||||
public class Setter
|
||||
{
|
||||
#region Fields
|
||||
@@ -1,7 +1,7 @@
|
||||
using SabreTools.Core.Filter;
|
||||
using SabreTools.DatFiles;
|
||||
using SabreTools.DatItems;
|
||||
using SabreTools.DatItems.Formats;
|
||||
using SabreTools.Filtering;
|
||||
using Xunit;
|
||||
|
||||
namespace SabreTools.Test.DatFiles
|
||||
|
||||
Reference in New Issue
Block a user