1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 03:42:56 +08:00

Fix inspection

This commit is contained in:
Dan Balasescu 2024-12-24 20:22:16 +09:00
parent b4f35f330c
commit a2dc16f8df
No known key found for this signature in database

View File

@ -15,7 +15,7 @@ using osu.Game.Screens.Select;
namespace osu.Game.Screens.OnlinePlay
{
public class FooterButtonFreeStyle : FooterButton, IHasCurrentValue<bool>
public partial class FooterButtonFreeStyle : FooterButton, IHasCurrentValue<bool>
{
private readonly BindableWithCurrent<bool> current = new BindableWithCurrent<bool>();