mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Fix post-merge errors.
This commit is contained in:
parent
91775b33e3
commit
a2d07acb4b
@ -10,7 +10,7 @@ using System;
|
|||||||
|
|
||||||
namespace osu.Game.Modes.Taiko.Objects.Drawable
|
namespace osu.Game.Modes.Taiko.Objects.Drawable
|
||||||
{
|
{
|
||||||
public class DrawableBash : DrawableTaikoHitObject
|
public class DrawableBash : DrawableTaikoHitObject<Bash>
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A list of keys which this HitObject will accept. These are the standard Taiko keys for now.
|
/// A list of keys which this HitObject will accept. These are the standard Taiko keys for now.
|
||||||
@ -23,8 +23,8 @@ namespace osu.Game.Modes.Taiko.Objects.Drawable
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private int userHits;
|
private int userHits;
|
||||||
|
|
||||||
public DrawableBash(TaikoHitObject hitObject)
|
public DrawableBash(Bash bash)
|
||||||
: base(hitObject)
|
: base(bash)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user