Change namespace from WoD to SabreTools

This commit is contained in:
Matt Nadareski
2016-03-29 13:48:10 -07:00
parent 63f5566f3b
commit dd4dfb9f20
9 changed files with 12 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
namespace WoD
namespace SabreTools
{
class Deheader
{