mirror of
https://github.com/ppy/osu.git
synced 2025-01-29 03:43:00 +08:00
Convert ModSearchContainer
to block-scoped namespace
This commit is contained in:
parent
5aca3a78da
commit
4d235105d1
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Mods;
|
namespace osu.Game.Overlays.Mods
|
||||||
|
{
|
||||||
public partial class ModSearchContainer : SearchContainer
|
public partial class ModSearchContainer : SearchContainer
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -23,3 +23,4 @@ public partial class ModSearchContainer : SearchContainer
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user