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