mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 22:57:42 +08:00
Make base DrawableHitObject<TJudgement> uninheritable.
This commit is contained in:
parent
d11e5d0060
commit
1fa42b26e8
@ -49,6 +49,10 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
}
|
||||
}
|
||||
|
||||
internal DrawableHitObject()
|
||||
{
|
||||
}
|
||||
|
||||
protected List<SampleChannel> Samples = new List<SampleChannel>();
|
||||
|
||||
protected void PlaySamples()
|
||||
|
Loading…
x
Reference in New Issue
Block a user