mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 10:22:54 +08:00
fixup! Fix incorrect access definitions
This commit is contained in:
parent
c4b486f1d4
commit
b17ead22a3
@ -16,10 +16,10 @@ namespace osu.Game.Tournament.Tests
|
|||||||
public class TestCaseBeatmapPanel : OsuTestCase
|
public class TestCaseBeatmapPanel : OsuTestCase
|
||||||
{
|
{
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private APIAccess api { get; set; }
|
private APIAccess api { get; set; } = null;
|
||||||
|
|
||||||
[Resolved]
|
[Resolved]
|
||||||
private RulesetStore rulesets { get; set; }
|
private RulesetStore rulesets { get; set; } = null;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
|
Loading…
Reference in New Issue
Block a user