summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Characters/NPC.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Characters/NPC.cs')
-rw-r--r--DiscoBot/DSA_Game/Characters/NPC.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DiscoBot/DSA_Game/Characters/NPC.cs b/DiscoBot/DSA_Game/Characters/NPC.cs
index c135e30..b1b8e82 100644
--- a/DiscoBot/DSA_Game/Characters/NPC.cs
+++ b/DiscoBot/DSA_Game/Characters/NPC.cs
@@ -4,6 +4,7 @@
using DiscoBot.Auxiliary;
using DiscoBot.DSA_Game.Characters;
+ using DSALib.Characters;
public class Npc : Being, ICharacter
{