summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Save/Session.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-18 11:39:41 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-18 11:39:41 +0200
commit68e49d3b0936101deba1251e95b9788716c0722a (patch)
tree431d8b26148505ad8b5584fd9e7c2db644bcba15 /DiscoBot/DSA_Game/Save/Session.cs
parentba1f440d0762ab77cd3f08734043df7db5b4329e (diff)
reworked Properties, to split each fiel into a different File
Diffstat (limited to 'DiscoBot/DSA_Game/Save/Session.cs')
-rw-r--r--DiscoBot/DSA_Game/Save/Session.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/DSA_Game/Save/Session.cs b/DiscoBot/DSA_Game/Save/Session.cs
index b0a34a5..15ccc18 100644
--- a/DiscoBot/DSA_Game/Save/Session.cs
+++ b/DiscoBot/DSA_Game/Save/Session.cs
@@ -22,6 +22,8 @@ namespace DiscoBot.DSA_Game.Save
public List<ICharacter> Chars { get; set; } = new List<ICharacter>(); // list of all characters
+ public string SessionName { get; set; }
+
public static Session Load(string path = @"..\..\session.json")
{
try