1
0
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:
Bartłomiej Dach 2025-02-05 15:39:36 +01:00
parent 4cbfb51707
commit 10711e5e27
No known key found for this signature in database

View File

@ -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; }