summaryrefslogtreecommitdiff
path: root/DSALib/Commands/HeldList.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Commands/HeldList.cs')
-rw-r--r--DSALib/Commands/HeldList.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/DSALib/Commands/HeldList.cs b/DSALib/Commands/HeldList.cs
index 370af34..ef29a14 100644
--- a/DSALib/Commands/HeldList.cs
+++ b/DSALib/Commands/HeldList.cs
@@ -1,11 +1,11 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
-using DSACore.Auxiliary;
-using DSACore.DSA_Game;
-using DSACore.DSA_Game.Characters;
+using DSALib.Auxiliary;
+using DSALib.DSA_Game;
+using DSALib.DSA_Game.Characters;
-namespace DSACore.Commands
+namespace DSALib.Commands
{
public class HeldList
{