summaryrefslogtreecommitdiff
path: root/DSALib/Characters/ICombatant.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSALib/Characters/ICombatant.cs')
-rw-r--r--DSALib/Characters/ICombatant.cs8
1 files changed, 1 insertions, 7 deletions
diff --git a/DSALib/Characters/ICombatant.cs b/DSALib/Characters/ICombatant.cs
index 887893c..a4ce601 100644
--- a/DSALib/Characters/ICombatant.cs
+++ b/DSALib/Characters/ICombatant.cs
@@ -1,10 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace DiscoBot.DSA_Game.Characters
+namespace DiscoBot.DSA_Game.Characters
{
public interface ICombatant
{