Add initial hook-up to spectator backend

This commit is contained in:
Dean Herbert
2020-12-16 13:00:19 +09:00
parent 72d296f412
commit fb795f6bfd
2 changed files with 75 additions and 1 deletions

View File

@ -232,7 +232,7 @@ namespace osu.Game.Tests.Visual.Gameplay
public class TestSpectatorStreamingClient : SpectatorStreamingClient
{
public readonly User StreamingUser = new User { Id = 1234, Username = "Test user" };
public readonly User StreamingUser = new User { Id = 55, Username = "Test user" };
public new BindableList<int> PlayingUsers => (BindableList<int>)base.PlayingUsers;