summaryrefslogtreecommitdiff
path: root/DiscoBot/Program.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
commitd63ffc58db0f032cf7573b2a8a7720de2d5050ab (patch)
treed9a656651251bbd1eec233265ef824bf4b0389f0 /DiscoBot/Program.cs
parent256154e2ab4244e7267ffc21959a4ce65c982783 (diff)
-General restructuring
-seperated talents and spells
Diffstat (limited to 'DiscoBot/Program.cs')
-rw-r--r--DiscoBot/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DiscoBot/Program.cs b/DiscoBot/Program.cs
index 96bbd09..3518fa9 100644
--- a/DiscoBot/Program.cs
+++ b/DiscoBot/Program.cs
@@ -12,6 +12,7 @@ namespace DiscoBot
{
using DiscoBot.Audio;
using DiscoBot.Commands;
+ using DiscoBot.DSA_Game;
public class Program
{