summaryrefslogtreecommitdiff
path: root/DSALib/Commands/FileHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/FileHandler.cs')
-rw-r--r--DSALib/Commands/FileHandler.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/DSALib/Commands/FileHandler.cs b/DSALib/Commands/FileHandler.cs
index bce7c54..d117040 100644
--- a/DSALib/Commands/FileHandler.cs
+++ b/DSALib/Commands/FileHandler.cs
@@ -1,11 +1,12 @@
using System;
using System.Linq;
using System.Net;
-using DSACore.DSA_Game;
-using DSACore.DSA_Game.Characters;
+using DSALib.DSA_Game;
+using DSALib.DSA_Game.Characters;
using DSALib;
+using DSALib.Models.Dsa;
-namespace DSACore.Commands
+namespace DSALib.Commands
{
public class FileHandler
{