mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Removed import for Allocation and other unnecessary [Resolved] tag missed in last commit
This commit is contained in:
parent
e2633ae993
commit
b7dc8d49ba
@ -1,7 +1,6 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using osu.Framework.Allocation;
|
|
||||||
using osu.Framework.Extensions.ObjectExtensions;
|
using osu.Framework.Extensions.ObjectExtensions;
|
||||||
using osu.Game.Beatmaps;
|
using osu.Game.Beatmaps;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
@ -19,7 +18,6 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
{
|
{
|
||||||
private readonly OsuColour colours = new OsuColour();
|
private readonly OsuColour colours = new OsuColour();
|
||||||
|
|
||||||
[Resolved]
|
|
||||||
private IBeatmap? currentBeatmap { get; set; }
|
private IBeatmap? currentBeatmap { get; set; }
|
||||||
|
|
||||||
public void ApplyToBeatmap(IBeatmap beatmap)
|
public void ApplyToBeatmap(IBeatmap beatmap)
|
||||||
|
Loading…
Reference in New Issue
Block a user