summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-07-09 00:48:46 +0200
committerTrueDoctor <d-kobert@web.de>2018-07-09 00:48:46 +0200
commitac3f4ef1a70c4cdb538a0f0629c97bf34871a58b (patch)
tree19ba132dd5d5ca5a53830176c64f7a864b626c3c /DiscoBot/DiscoBot.csproj
parentdeb3640255abe60289e042944abf66bedcf1184e (diff)
Revert "Revert "Reworked inheritance structure""
This reverts commit deb3640255abe60289e042944abf66bedcf1184e.
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index e0f8668..efadae4 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -104,7 +104,10 @@
<Compile Include="Auxiliary\TalentEnumerableExtension.cs" />
<Compile Include="Commands\LebenUndAstral.cs" />
<Compile Include="Commands\HeldList.cs" />
+ <Compile Include="DSA_Game\Characters\Being.cs" />
+ <Compile Include="DSA_Game\Characters\Combatant.cs" />
<Compile Include="DSA_Game\Characters\SaveChar.cs" />
+ <Compile Include="DSA_Game\Characters\Entity.cs" />
<Compile Include="DSA_Game\KampfTalent.cs" />
<Compile Include="Audio\Soundeffects.cs" />
<Compile Include="Auxiliary\Permissions.cs" />