mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 21:40:44 +08:00
Fix inspection
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user