1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00
This commit is contained in:
iiSaLMaN 2019-04-20 06:44:59 +03:00 committed by GitHub
parent 8e485f3283
commit 59da78b0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@ using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Osu.Objects;
using osu.Game.Rulesets.Scoring;
using osu.Game.Rulesets.UI;
using osu.Game.Scoring;
using osuTK;
using osuTK.Graphics;
@ -41,10 +40,6 @@ namespace osu.Game.Rulesets.Osu.Mods
{
scoreProcessor.Health.ValueChanged += health => { blinds.AnimateClosedness((float)health.NewValue); };
}
public ScoreRank AdjustRank(ScoreRank rank)
{
}
/// <summary>
/// Element for the Blinds mod drawing 2 black boxes covering the whole screen which resize inside a restricted area with some leniency.