1
0
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:
KingLuigi4932 2019-06-19 19:08:18 +03:00
parent 4fba255bd9
commit a9f87e06f8

View File

@ -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()
{ {