Add score display

This commit is contained in:
Dean Herbert
2018-11-15 21:28:42 +09:00
parent 54b87e9c93
commit 46e163ec5e
10 changed files with 277 additions and 38 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Tournament.Screens
}
[BackgroundDependencyLoader]
private void load(FileBasedIPC ipc)
private void load(MatchIPCInfo ipc)
{
ipc.Beatmap.BindValueChanged(beatmapChanged, true);
ipc.Mods.BindValueChanged(modsChanged, true);