Move TaikoPlayfield to separate file.

This commit is contained in:
smoogipooo
2017-03-21 15:09:54 +09:00
parent 27a21cd23d
commit 10ed6ef10d
5 changed files with 493 additions and 15 deletions

View File

@ -55,6 +55,8 @@
<Compile Include="Objects\TaikoHitObject.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TaikoScoreProcessor.cs" />
<Compile Include="UI\HitTarget.cs" />
<Compile Include="UI\InputDrum.cs" />
<Compile Include="UI\TaikoHitRenderer.cs" />
<Compile Include="UI\TaikoPlayfield.cs" />
<Compile Include="TaikoRuleset.cs" />