Implement DrumRoll + DrumRollTick.

This commit is contained in:
smoogipooo
2017-03-17 13:56:14 +09:00
parent b399c6adbb
commit 12de3f6657
3 changed files with 144 additions and 0 deletions

View File

@ -50,6 +50,8 @@
<Compile Include="Beatmaps\TaikoBeatmapConverter.cs" />
<Compile Include="Beatmaps\TaikoBeatmapProcessor.cs" />
<Compile Include="Judgements\TaikoJudgementInfo.cs" />
<Compile Include="Objects\DrumRoll.cs" />
<Compile Include="Objects\DrumRollTick.cs" />
<Compile Include="Objects\TaikoHitType.cs" />
<Compile Include="TaikoDifficultyCalculator.cs" />
<Compile Include="Objects\Drawable\DrawableTaikoHit.cs" />