1
0
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:
smoogipooo 2017-05-03 14:02:23 +09:00
parent d11e5d0060
commit 1fa42b26e8

View File

@ -49,6 +49,10 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
}
internal DrawableHitObject()
{
}
protected List<SampleChannel> Samples = new List<SampleChannel>();
protected void PlaySamples()