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

@@ -2,7 +2,7 @@
using System.Data.SQLite;
using System.IO;
namespace WoD.Helper
namespace SabreTools.Helper
{
class DBTools
{