summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Dsa.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-19 14:25:14 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-19 14:25:14 +0200
commit1ef4aa027b6c77a45e7d895f4efcd074e3afaf88 (patch)
treec396a6ff5b67ffeba3108cb0b219e9978db2e63a /DiscoBot/DSA_Game/Dsa.cs
parentde22a0719079c5ba23e6ae9a39c921940c4bebed (diff)
Implemented session saves
Diffstat (limited to 'DiscoBot/DSA_Game/Dsa.cs')
-rw-r--r--DiscoBot/DSA_Game/Dsa.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/DSA_Game/Dsa.cs b/DiscoBot/DSA_Game/Dsa.cs
index 5b4833b..f1ed069 100644
--- a/DiscoBot/DSA_Game/Dsa.cs
+++ b/DiscoBot/DSA_Game/Dsa.cs
@@ -22,7 +22,7 @@
public static List<Talent> Talente { get; set; } = new List<Talent>();
- public static Session Session { get; set; }
+ public static Session Session { get; set; } = new Session();
public static void Startup()
{