Mark user as quit visually on the leaderboard

This commit is contained in:
Dean Herbert
2020-12-26 11:43:10 +09:00
parent 116acc2b5e
commit 71dcbeaf7c
3 changed files with 25 additions and 2 deletions

View File

@ -10,5 +10,7 @@ namespace osu.Game.Screens.Play.HUD
BindableDouble TotalScore { get; }
BindableDouble Accuracy { get; }
BindableInt Combo { get; }
BindableBool HasQuit { get; }
}
}