summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Save/Properties.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-15 21:58:34 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-15 21:58:34 +0200
commitba1f440d0762ab77cd3f08734043df7db5b4329e (patch)
tree23d8c796ce19e6475ba4a0673ec24daa35384442 /DiscoBot/DSA_Game/Save/Properties.cs
parent2bfbc16288454790f4c4cfa8ecace3518ee30059 (diff)
implemented session saves
Diffstat (limited to 'DiscoBot/DSA_Game/Save/Properties.cs')
-rw-r--r--DiscoBot/DSA_Game/Save/Properties.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/DiscoBot/DSA_Game/Save/Properties.cs b/DiscoBot/DSA_Game/Save/Properties.cs
index 5d99a56..fe2f798 100644
--- a/DiscoBot/DSA_Game/Save/Properties.cs
+++ b/DiscoBot/DSA_Game/Save/Properties.cs
@@ -34,10 +34,7 @@ namespace DiscoBot.DSA_Game.Save
}
public void Serialize(string path = @"..\..\Properties.json")
- {/*
- var stream = new StreamWriter(path); // Load properties file
- var reader = new JsonTextWriter(stream); // create stream reader*/
-
+ {
try
{
File.WriteAllText(path, JsonConvert.SerializeObject(this, Formatting.Indented)); // Deserialize Data and create CommandInfo Struct