1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 03:02:56 +08:00

Fix post-merge errors.

This commit is contained in:
smoogipooo 2017-03-17 19:24:39 +09:00
parent 558641c317
commit ad396c65ee

View File

@ -7,7 +7,7 @@ using System.Collections.Generic;
namespace osu.Game.Modes.Taiko.Objects.Drawable namespace osu.Game.Modes.Taiko.Objects.Drawable
{ {
public abstract class DrawableHit : DrawableTaikoHitObject<TaikoHitObject> public abstract class DrawableHit : DrawableTaikoHitObject
{ {
/// <summary> /// <summary>
/// A list of keys which can result in hits for this HitObject. /// A list of keys which can result in hits for this HitObject.