1
0
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:
Vidalee 2018-05-17 19:44:09 +02:00 committed by GitHub
parent 6a1abf4084
commit 2492e34d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>