mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 07:17:18 +08:00
Add missing partial
This commit is contained in:
parent
4cbfb51707
commit
10711e5e27
@ -17,7 +17,7 @@ using osu.Game.Screens.Edit.Components.Menus;
|
||||
|
||||
namespace osu.Game.Screens.Edit
|
||||
{
|
||||
public class BookmarkController : Component, IKeyBindingHandler<GlobalAction>
|
||||
public partial class BookmarkController : Component, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
public EditorMenuItem Menu { get; private set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user