Update match score display

This commit is contained in:
Dean Herbert
2020-03-07 16:22:52 +09:00
parent 3807c449bd
commit 9bd837da41
4 changed files with 37 additions and 25 deletions

View File

@ -21,6 +21,7 @@ namespace osu.Game.Tournament.Tests.Screens
typeof(TeamScoreDisplay),
typeof(TeamDisplay),
typeof(MatchHeader),
typeof(MatchScoreDisplay),
};
[BackgroundDependencyLoader]