Add hit windows to Note/HoldNote.

This commit is contained in:
smoogipooo
2017-05-03 12:53:45 +09:00
parent 5328793693
commit d11e5d0060
6 changed files with 200 additions and 3 deletions

View File

@ -48,9 +48,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Beatmaps\ManiaBeatmapConverter.cs" />
<Compile Include="Judgements\HitWindows.cs" />
<Compile Include="Judgements\ManiaJudgement.cs" />
<Compile Include="ManiaDifficultyCalculator.cs" />
<Compile Include="Objects\IHasColumn.cs" />
<Compile Include="Objects\Types\IHasColumn.cs" />
<Compile Include="Scoring\ManiaScoreProcessor.cs" />
<Compile Include="Objects\Drawable\DrawableNote.cs" />
<Compile Include="Objects\HoldNote.cs" />