mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
*Database -> *Store
Welcome back BeatmapManager
This commit is contained in:
@ -14,12 +14,12 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
{
|
||||
internal class TestCaseResults : TestCase
|
||||
{
|
||||
private BeatmapStore beatmaps;
|
||||
private BeatmapManager beatmaps;
|
||||
|
||||
public override string Description => @"Results after playing.";
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(BeatmapStore beatmaps)
|
||||
private void load(BeatmapManager beatmaps)
|
||||
{
|
||||
this.beatmaps = beatmaps;
|
||||
}
|
||||
|
Reference in New Issue
Block a user