Cleanup and basic TestCase

This commit is contained in:
Dean Herbert
2017-12-13 19:56:16 +09:00
parent b9298325a3
commit 1b85952441
10 changed files with 193 additions and 42 deletions

View File

@ -52,11 +52,4 @@ namespace osu.Game.Screens.Select.Carousel
}*/
}
}
public enum CarouselItemState
{
Hidden,
NotSelected,
Selected,
}
}