summaryrefslogtreecommitdiff
path: root/DiscoBot/DSA_Game/Save/Session.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/DSA_Game/Save/Session.cs')
-rw-r--r--DiscoBot/DSA_Game/Save/Session.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/DSA_Game/Save/Session.cs b/DiscoBot/DSA_Game/Save/Session.cs
index 15ccc18..ed9c18d 100644
--- a/DiscoBot/DSA_Game/Save/Session.cs
+++ b/DiscoBot/DSA_Game/Save/Session.cs
@@ -20,7 +20,7 @@ namespace DiscoBot.DSA_Game.Save
public Dictionary<string, string> Relation { get; set; } = new Dictionary<string, string>(); // dictionary to match the char
- public List<ICharacter> Chars { get; set; } = new List<ICharacter>(); // list of all characters
+ public List<SaveChar> Chars { get; set; } = new List<SaveChar>(); // list of all characters
public string SessionName { get; set; }