summaryrefslogtreecommitdiff
path: root/DSACore/DSA_Game
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-09-29 20:22:11 +0200
committerTrueDoctor <d-kobert@web.de>2018-09-29 20:22:11 +0200
commit33dc613fffad69c1c608e21eac6fcd3f2954ead8 (patch)
treea30876c8effdb19472873539afdbb232e8081bb8 /DSACore/DSA_Game
parent6caf0178d0132a9e70144094957a8a6dcee666e5 (diff)
added all data classes
Diffstat (limited to 'DSACore/DSA_Game')
-rw-r--r--DSACore/DSA_Game/Dsa.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/DSA_Game/Dsa.cs b/DSACore/DSA_Game/Dsa.cs
index 94de194..d47c5b6 100644
--- a/DSACore/DSA_Game/Dsa.cs
+++ b/DSACore/DSA_Game/Dsa.cs
@@ -13,7 +13,7 @@ namespace DSACore.DSA_Game
public static class Dsa
{
- public const string rootPath = "";//"DiscoBot\\DSACore\\";
+ public const string rootPath = "C:\\Users\\Dennis\\Source\\Repos\\DiscoBot\\DSACore\\";//"DiscoBot\\DSACore\\";
private static Session s_session;