summaryrefslogtreecommitdiff
path: root/DSALib/DSA_Game/Dsa.cs
diff options
context:
space:
mode:
authoruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
committeruzvkl <dennis.kobert@student.kit.edu>2019-05-20 00:54:14 +0200
commited26623e17e8dfcc036f88cca6de10d5a35697ec (patch)
tree26dae8b824631e6542c876c82ce0e15260c411bc /DSALib/DSA_Game/Dsa.cs
parent2ab4051c6fe720dc47e99b0c305a0d779ee02d51 (diff)
Reorganize Code delete ZoBotanica
Diffstat (limited to 'DSALib/DSA_Game/Dsa.cs')
-rw-r--r--DSALib/DSA_Game/Dsa.cs11
1 files changed, 6 insertions, 5 deletions
diff --git a/DSALib/DSA_Game/Dsa.cs b/DSALib/DSA_Game/Dsa.cs
index 18d0b81..bcd8951 100644
--- a/DSALib/DSA_Game/Dsa.cs
+++ b/DSALib/DSA_Game/Dsa.cs
@@ -1,20 +1,21 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using DSACore.DSA_Game.Characters;
-using DSACore.DSA_Game.Save;
+using DSALib.DSA_Game.Characters;
+using DSALib.DSA_Game.Save;
using DSALib;
using DSALib.Characters;
+using DSALib.Models.Dsa;
-namespace DSACore.DSA_Game
+namespace DSALib.DSA_Game
{
public static class Dsa
{
#if DEBUG
public const string
- rootPath = ""; //"C:\\Users\\Dennis\\Source\\Repos\\DiscoBot\\DSACore\\";//"DiscoBot\\DSACore\\";
+ rootPath = ""; //"C:\\Users\\Dennis\\Source\\Repos\\DiscoBot\\DSALib\\";//"DiscoBot\\DSALib\\";
#else
- public const string rootPath = "";//"DiscoBot\\DSACore\\";
+ public const string rootPath = "";//"DiscoBot\\DSALib\\";
#endif
private static Session s_session;