mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 13:07:21 +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]
|
||||
private OsuConfigManager config { get; set; }
|
||||
|
||||
public DrawableOsuJudgement(JudgementResult result, DrawableHitObject judgedObject)
|
||||
: base(result, judgedObject)
|
||||
{
|
||||
}
|
||||
|
||||
public DrawableOsuJudgement()
|
||||
{
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user