summaryrefslogtreecommitdiff
path: root/DiscoBot/Commands/NpcCommands.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Commands/NpcCommands.cs')
-rw-r--r--DiscoBot/Commands/NpcCommands.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/DiscoBot/Commands/NpcCommands.cs b/DiscoBot/Commands/NpcCommands.cs
index f2b17b6..98f4589 100644
--- a/DiscoBot/Commands/NpcCommands.cs
+++ b/DiscoBot/Commands/NpcCommands.cs
@@ -6,6 +6,8 @@
using DiscoBot.Auxiliary;
using DiscoBot.Characters;
+ using DiscoBot.DSA_Game;
+ using DiscoBot.DSA_Game.Characters;
using Discord.Commands;
@@ -34,4 +36,4 @@
return this.ReplyAsync($"{npcName} wurde als variierte Kopie von {source} erstellt");
}
}
-}
+} \ No newline at end of file