mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Remove unused DrawableOsuJudgement constructors
This commit is contained in:
parent
9dfa4249e0
commit
82c3925a37
@ -17,15 +17,6 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
|||||||
[Resolved]
|
[Resolved]
|
||||||
private OsuConfigManager config { get; set; }
|
private OsuConfigManager config { get; set; }
|
||||||
|
|
||||||
public DrawableOsuJudgement(JudgementResult result, DrawableHitObject judgedObject)
|
|
||||||
: base(result, judgedObject)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public DrawableOsuJudgement()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user