Infrastruktur, Logik

This commit is contained in:
Markus Himmel
2016-08-24 16:59:10 +02:00
parent 561490e3db
commit 75e8dd0b28
4 changed files with 94 additions and 8 deletions

View File

@@ -50,6 +50,7 @@
<Compile Include="IGameStateObserver.cs" />
<Compile Include="IMoveProvider.cs" />
<Compile Include="GameMove.cs" />
<Compile Include="IReadOnlyGameState.cs" />
<Compile Include="MoveResult.cs" />
<Compile Include="MoveValidity.cs" />
<Compile Include="Occupation.cs" />