mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Rename class to match derived class
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Overlays.Music
|
||||
/// <summary>
|
||||
/// Handles <see cref="GlobalAction"/> relating to music playback, and displays a <see cref="Toast"/> via the cached <see cref="OnScreenDisplay"/> accordingly.
|
||||
/// </summary>
|
||||
public class MusicActionHandler : Component, IKeyBindingHandler<GlobalAction>
|
||||
public class MusicKeyBindingHandler : Component, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
[Resolved]
|
||||
private IBindable<WorkingBeatmap> beatmap { get; set; }
|
Reference in New Issue
Block a user