summaryrefslogtreecommitdiff
path: root/DSACore/Commands/FileHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Commands/FileHandler.cs')
-rw-r--r--DSACore/Commands/FileHandler.cs11
1 files changed, 5 insertions, 6 deletions
diff --git a/DSACore/Commands/FileHandler.cs b/DSACore/Commands/FileHandler.cs
index d8fb585..bce7c54 100644
--- a/DSACore/Commands/FileHandler.cs
+++ b/DSACore/Commands/FileHandler.cs
@@ -1,13 +1,12 @@
-using DSACore.DSA_Game;
+using System;
+using System.Linq;
+using System.Net;
+using DSACore.DSA_Game;
using DSACore.DSA_Game.Characters;
+using DSALib;
namespace DSACore.Commands
{
- using System;
- using System.Linq;
- using System.Net;
- using DSALib;
-
public class FileHandler
{
public static string AddChar(ulong id, string url)