mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -15,7 +15,7 @@ using osuTK.Input;
|
||||
|
||||
namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
public class TestSceneOverlayScrollContainer : OsuManualInputManagerTestScene
|
||||
public partial class TestSceneOverlayScrollContainer : OsuManualInputManagerTestScene
|
||||
{
|
||||
[Cached]
|
||||
private readonly OverlayColourProvider colourProvider = new OverlayColourProvider(OverlayColourScheme.Blue);
|
||||
@ -100,7 +100,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
AddAssert("invocation count is 1", () => invocationCount == 1);
|
||||
}
|
||||
|
||||
private class TestScrollContainer : OverlayScrollContainer
|
||||
private partial class TestScrollContainer : OverlayScrollContainer
|
||||
{
|
||||
public new ScrollToTopButton Button => base.Button;
|
||||
}
|
||||
|
Reference in New Issue
Block a user