summaryrefslogtreecommitdiff
path: root/DiscoBot/DiscoBot.csproj
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-03 23:16:17 +0200
commitd63ffc58db0f032cf7573b2a8a7720de2d5050ab (patch)
treed9a656651251bbd1eec233265ef824bf4b0389f0 /DiscoBot/DiscoBot.csproj
parent256154e2ab4244e7267ffc21959a4ce65c982783 (diff)
-General restructuring
-seperated talents and spells
Diffstat (limited to 'DiscoBot/DiscoBot.csproj')
-rw-r--r--DiscoBot/DiscoBot.csproj16
1 files changed, 9 insertions, 7 deletions
diff --git a/DiscoBot/DiscoBot.csproj b/DiscoBot/DiscoBot.csproj
index 044eb45..7ad3e0c 100644
--- a/DiscoBot/DiscoBot.csproj
+++ b/DiscoBot/DiscoBot.csproj
@@ -150,14 +150,15 @@
<Compile Include="Audio\AudioModule.cs" />
<Compile Include="Audio\AudioService.cs" />
<Compile Include="Auxiliary\Dice.cs" />
- <Compile Include="Auxiliary\KampfTalent.cs" />
+ <Compile Include="Auxiliary\TalentEnumerableExtension.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="Auxiliary\Talent.cs" />
- <Compile Include="Auxiliary\Vorteil.cs" />
- <Compile Include="Characters\Character.cs" />
+ <Compile Include="DSA_Game\Talent.cs" />
+ <Compile Include="DSA_Game\Vorteil.cs" />
+ <Compile Include="DSA_Game\Characters\Character.cs" />
<Compile Include="Auxiliary\CommandExtension.cs" />
<Compile Include="Commands\CommandTypes.cs" />
<Compile Include="Commands\FileHandler.cs" />
@@ -166,10 +167,11 @@
<Compile Include="Commands\NpcCommands.cs" />
<Compile Include="Commands\ProbenTest.cs" />
<Compile Include="Audio\Voice.cs" />
- <Compile Include="Characters\ICharacter.cs" />
+ <Compile Include="DSA_Game\Characters\ICharacter.cs" />
<Compile Include="Auxiliary\RandomMisc.cs" />
- <Compile Include="Characters\NPC.cs" />
- <Compile Include="Dsa.cs" />
+ <Compile Include="DSA_Game\Characters\NPC.cs" />
+ <Compile Include="DSA_Game\Dsa.cs" />
+ <Compile Include="DSA_Game\Zauber.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Settings.Designer.cs">