1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 01:59:54 +08:00

add readonly modifier

This commit is contained in:
Nitrous
2022-01-29 22:54:17 +08:00
Unverified
parent 1087d8b1ce
commit a8eb3f95df
+1 -1
View File
@@ -59,7 +59,7 @@ namespace osu.Game.Tests.Visual
protected class ModTestPlayer : TestPlayer
{
private readonly bool allowFail;
private ModTestData currentTestData;
private readonly ModTestData currentTestData;
protected override bool CheckModsAllowFailure() => allowFail;