mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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 List<SampleChannel> Samples = new List<SampleChannel>();
|
||||||
|
|
||||||
protected void PlaySamples()
|
protected void PlaySamples()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user