summaryrefslogtreecommitdiff
path: root/DSALib/Commands/CommandHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/CommandHandler.cs')
-rw-r--r--DSALib/Commands/CommandHandler.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/DSALib/Commands/CommandHandler.cs b/DSALib/Commands/CommandHandler.cs
index f74f87f..e63d7b8 100644
--- a/DSALib/Commands/CommandHandler.cs
+++ b/DSALib/Commands/CommandHandler.cs
@@ -1,10 +1,11 @@
using System;
-using DSACore.Auxiliary;
-using DSACore.Auxiliary.Calculator;
-using DSACore.DSA_Game;
-using DSACore.Models.Network;
+using DSALib.Auxiliary;
+using DSALib.Auxiliary.Calculator;
+using DSALib.Commands;
+using DSALib.DSA_Game;
+using DSALib.Models.Network;
-namespace DSACore.Commands
+namespace DSALib.Commands
{
public class CommandHandler
{