mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 13:17:45 +08:00
Use full path
This commit is contained in:
parent
e76565dbc5
commit
cfc7664094
@ -36,7 +36,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
/// <summary>
|
||||
/// The currently selected blueprints.
|
||||
/// Should be used when operations are dealing directly with the visible blueprints.
|
||||
/// For more general selection operations, use EditorBeatmap.SelectedHitObjects instead.
|
||||
/// For more general selection operations, use <see cref="osu.Game.Screens.Edit.EditorBeatmap.SelectedHitObjects"/> instead.
|
||||
/// </summary>
|
||||
public IEnumerable<SelectionBlueprint> SelectedBlueprints => selectedBlueprints;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user