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:
parent
558641c317
commit
ad396c65ee
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user