mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 12:32:58 +08:00
Add random pass/play count data in test scene
This commit is contained in:
parent
9d236c503d
commit
a252c4cad5
@ -71,7 +71,9 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
Fails = Enumerable.Range(1, 100).Select(_ => RNG.Next(10)).ToArray(),
|
||||
Retries = Enumerable.Range(-2, 100).Select(_ => RNG.Next(10)).ToArray(),
|
||||
}
|
||||
},
|
||||
PassCount = RNG.Next(0, 999),
|
||||
PlayCount = RNG.Next(1000, 1999),
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user