mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -11,7 +11,7 @@ using osu.Game.Overlays;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
internal class PageEllipsis : CompositeDrawable
|
||||
internal partial class PageEllipsis : CompositeDrawable
|
||||
{
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OverlayColourProvider colourProvider)
|
||||
|
@ -11,7 +11,7 @@ using osu.Game.Resources.Localisation.Web;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
public class PageSelector : CompositeDrawable
|
||||
public partial class PageSelector : CompositeDrawable
|
||||
{
|
||||
public readonly BindableInt CurrentPage = new BindableInt { MinValue = 0, };
|
||||
|
||||
|
@ -14,7 +14,7 @@ using osu.Game.Overlays;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
public abstract class PageSelectorButton : OsuClickableContainer
|
||||
public abstract partial class PageSelectorButton : OsuClickableContainer
|
||||
{
|
||||
protected const int DURATION = 200;
|
||||
|
||||
|
@ -10,7 +10,7 @@ using osu.Game.Graphics.Sprites;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
public class PageSelectorPageButton : PageSelectorButton
|
||||
public partial class PageSelectorPageButton : PageSelectorButton
|
||||
{
|
||||
private readonly BindableBool selected = new BindableBool();
|
||||
|
||||
|
@ -14,7 +14,7 @@ using osuTK;
|
||||
|
||||
namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
{
|
||||
public class PageSelectorPrevNextButton : PageSelectorButton
|
||||
public partial class PageSelectorPrevNextButton : PageSelectorButton
|
||||
{
|
||||
private readonly bool rightAligned;
|
||||
private readonly LocalisableString text;
|
||||
|
Reference in New Issue
Block a user