Implement proper DrawablePage component

This commit is contained in:
Andrei Zavatski
2020-01-04 19:36:05 +03:00
parent 6fbbee3093
commit 70387c19f3
3 changed files with 126 additions and 1 deletions

View File

@ -20,6 +20,8 @@ namespace osu.Game.Graphics.UserInterface.PageSelector
{
public class PageSelector : CompositeDrawable
{
public const int HEIGHT = 20;
public readonly BindableInt CurrentPage = new BindableInt(1);
public readonly BindableInt MaxPages = new BindableInt(1);