mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make base DrawableHitObject<TJudgement> uninheritable.
This commit is contained in:
@ -49,6 +49,10 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
}
|
||||
}
|
||||
|
||||
internal DrawableHitObject()
|
||||
{
|
||||
}
|
||||
|
||||
protected List<SampleChannel> Samples = new List<SampleChannel>();
|
||||
|
||||
protected void PlaySamples()
|
||||
|
Reference in New Issue
Block a user