mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +08:00
Make field readonly
This commit is contained in:
parent
4fba255bd9
commit
a9f87e06f8
@ -10,7 +10,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneBeatmapNotAvailable : OsuTestScene
|
public class TestSceneBeatmapNotAvailable : OsuTestScene
|
||||||
{
|
{
|
||||||
BeatmapNotAvailable container;
|
private readonly BeatmapNotAvailable container;
|
||||||
|
|
||||||
public TestSceneBeatmapNotAvailable()
|
public TestSceneBeatmapNotAvailable()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user