mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 07:42:58 +08:00
resolving codefactor styling issues
This commit is contained in:
parent
6a1abf4084
commit
2492e34d3f
@ -166,7 +166,6 @@ namespace osu.Game.Rulesets.UI
|
||||
public abstract class RulesetContainer<TObject> : RulesetContainer
|
||||
where TObject : HitObject
|
||||
{
|
||||
|
||||
public event Action<Judgement> OnJudgement;
|
||||
public event Action<Judgement> OnJudgementRemoved;
|
||||
|
||||
@ -214,7 +213,6 @@ namespace osu.Game.Rulesets.UI
|
||||
applyMods(Mods, config);
|
||||
|
||||
loadObjects();
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user