Skip to content

Commit

Permalink
Reduce the namespace import.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Dec 7, 2024
1 parent b34e3da commit 82d6e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Karaoke/Screens/Edit/BottomBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace osu.Game.Rulesets.Karaoke.Screens.Edit;

/// <summary>
/// Copy the Component from the <see cref="osu.Game.Screens.Edit"/>
/// Copy the Component from the <see cref="Game.Screens.Edit"/>
/// </summary>
public partial class BottomBar : CompositeDrawable
{
Expand Down

0 comments on commit 82d6e8d

Please sign in to comment.