1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 23:30:51 +08:00

Make field readonly

This commit is contained in:
KingLuigi4932
2019-06-19 19:08:18 +03:00
Unverified
parent 4fba255bd9
commit a9f87e06f8
@@ -10,7 +10,7 @@ namespace osu.Game.Tests.Visual.Online
[TestFixture]
public class TestSceneBeatmapNotAvailable : OsuTestScene
{
BeatmapNotAvailable container;
private readonly BeatmapNotAvailable container;
public TestSceneBeatmapNotAvailable()
{