1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-11 06:37:19 +08:00

Add xmldoc for menu implying external consumption

This commit is contained in:
Dean Herbert 2025-02-06 13:41:16 +09:00
parent dd53ae0e02
commit d9b370e3a1
No known key found for this signature in database

View File

@ -19,6 +19,9 @@ namespace osu.Game.Screens.Edit
{
public partial class BookmarkController : Component, IKeyBindingHandler<GlobalAction>
{
/// <summary>
/// Bookmarks menu item (with submenu containing options). Should be added to the <see cref="Editor"/>'s global menu.
/// </summary>
public EditorMenuItem Menu { get; private set; }
[Resolved]