1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Rename drum roll tick judgement.

This commit is contained in:
smoogipooo 2017-03-23 19:36:58 +09:00
parent 11fb404574
commit 35f1f06ee2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
namespace osu.Game.Modes.Taiko.Judgements
{
public class TaikoDrumRollTickJudgementInfo : TaikoJudgementInfo
public class TaikoDrumRollTickJudgement : TaikoJudgement
{
/// <summary>
/// Drum roll ticks don't display judgement text.

View File

@ -49,7 +49,7 @@
<ItemGroup>
<Compile Include="Beatmaps\TaikoBeatmapConverter.cs" />
<Compile Include="Beatmaps\TaikoBeatmapProcessor.cs" />
<Compile Include="Judgements\TaikoDrumRollTickJudgementInfo.cs" />
<Compile Include="Judgements\TaikoDrumRollTickJudgement.cs" />
<Compile Include="Judgements\TaikoJudgement.cs" />
<Compile Include="Judgements\TaikoHitResult.cs" />
<Compile Include="Objects\Drawable\DrawableTaikoHitObject.cs" />