mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Extract out DatFiles + Reporting namespace
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace SabreTools.Core
|
||||
namespace SabreTools.Core.Tools
|
||||
{
|
||||
public static class Converters
|
||||
{
|
||||
@@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace SabreTools.Core
|
||||
namespace SabreTools.Core.Tools
|
||||
{
|
||||
public static class Sanitizer
|
||||
{
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace SabreTools.Core
|
||||
namespace SabreTools.Core.Tools
|
||||
{
|
||||
/// <summary>
|
||||
/// Static utility functions used throughout the library
|
||||
Reference in New Issue
Block a user