SpielStrategien mit Interface und Enum

This commit is contained in:
Daniel Herrmann
2014-06-05 11:22:06 +02:00
parent 0021f75b4d
commit e53f2657aa
5 changed files with 72 additions and 15 deletions

View File

@@ -57,10 +57,13 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="src\GameStrategy.cs" />
<Compile Include="src\IGame.cs" />
<Compile Include="src\Receiver.cs" />
<Compile Include="src\Sender.cs" />
<Compile Include="src\Dragon.cs" />
<Compile Include="src\Map.cs" />
<Compile Include="src\Skirmish.cs" />
<Compile Include="src\Tile.cs" />
<Compile Include="src\Entity.cs" />
<Compile Include="src\Player.cs" />
@@ -138,4 +141,4 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
</Project>
</Project>