Add tests

This commit is contained in:
Dean Herbert
2019-07-04 16:53:08 +09:00
parent a20d5baa57
commit db24ac28ec
2 changed files with 60 additions and 5 deletions

View File

@ -161,6 +161,8 @@ namespace osu.Game.Screens.Play
private Visibility state;
private ScheduledDelegate scheduledHide;
public override bool IsPresent => true;
public Visibility State
{
get => state;