Make the Player class more friendly and add a test case.

This commit is contained in:
Dean Herbert
2016-10-19 18:00:35 +09:00
parent 94968a8b7c
commit a1d961dc87
4 changed files with 70 additions and 23 deletions

View File

@ -139,6 +139,7 @@
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Tests\TestCaseChatDisplay.cs" />
<Compile Include="Tests\TestCasePlayer.cs" />
<Compile Include="Tests\TestCaseGamefield.cs" />
<Compile Include="Tests\TestCaseHitObjects.cs" />
<Compile Include="Tests\TestCaseKeyCounter.cs" />