mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Update to work with latest framework
This commit is contained in:
parent
99f1f88c75
commit
416772e96f
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
using osu.Game.Overlays.Mods;
|
using osu.Game.Overlays.Mods;
|
||||||
using osu.Framework.GameModes.Testing;
|
using osu.Framework.Screens.Testing;
|
||||||
using osu.Game.Modes;
|
using osu.Game.Modes;
|
||||||
using osu.Game.Graphics;
|
using osu.Game.Graphics;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
|
@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
}
|
}
|
||||||
private SpriteText text;
|
private SpriteText text;
|
||||||
private Container iconsContainer;
|
private Container iconsContainer;
|
||||||
private AudioSample sampleOn, sampleOff;
|
private SampleChannel sampleOn, sampleOff;
|
||||||
|
|
||||||
public Action<Mod> Action; // Passed the selected mod or null if none
|
public Action<Mod> Action; // Passed the selected mod or null if none
|
||||||
public Key ToggleKey;
|
public Key ToggleKey;
|
||||||
|
Loading…
Reference in New Issue
Block a user