summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
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/DiscoBot.csproj
parent2bfbc16288454790f4c4cfa8ecace3518ee30059 (diff)
implemented session saves
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index 48aa374..f632c76 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -104,12 +104,14 @@
<Compile Include="Auxiliary\TalentEnumerableExtension.cs" />
<Compile Include="Commands\LebenUndAstral.cs" />
<Compile Include="Commands\HeldList.cs" />
+ <Compile Include="DSA_Game\Characters\SaveChar.cs" />
<Compile Include="DSA_Game\KampfTalent.cs" />
<Compile Include="Audio\Soundeffects.cs" />
<Compile Include="Auxiliary\Permissions.cs" />
<Compile Include="Commands\MiscCommands.cs" />
<Compile Include="Auxiliary\SpellCorrect.cs" />
<Compile Include="DSA_Game\Save\Properties.cs" />
+ <Compile Include="DSA_Game\Save\Session.cs" />
<Compile Include="DSA_Game\Talent.cs" />
<Compile Include="DSA_Game\Vorteil.cs" />
<Compile Include="DSA_Game\Characters\Character.cs" />