Implement Spotlights logic

This commit is contained in:
Andrei Zavatski
2019-09-12 06:36:17 +03:00
parent 0c6c8fdcd0
commit acdd26422d
3 changed files with 102 additions and 8 deletions

View File

@ -35,6 +35,24 @@ namespace osu.Game.Tests.Visual.Online
Scope = { BindTarget = scope },
Country = { BindTarget = countryBindable },
Ruleset = { BindTarget = ruleset },
Spotlights = new[]
{
new Spotlight
{
Id = 1,
Text = "Spotlight 1"
},
new Spotlight
{
Id = 2,
Text = "Spotlight 2"
},
new Spotlight
{
Id = 3,
Text = "Spotlight 4"
}
}
});
var country = new Country