1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-27 11:12:59 +08:00

add readonly modifier

This commit is contained in:
Nitrous 2022-01-29 22:54:17 +08:00
parent 1087d8b1ce
commit a8eb3f95df
No known key found for this signature in database
GPG Key ID: 85EC4A6AE8F69D64

View File

@ -59,7 +59,7 @@ namespace osu.Game.Tests.Visual
protected class ModTestPlayer : TestPlayer protected class ModTestPlayer : TestPlayer
{ {
private readonly bool allowFail; private readonly bool allowFail;
private ModTestData currentTestData; private readonly ModTestData currentTestData;
protected override bool CheckModsAllowFailure() => allowFail; protected override bool CheckModsAllowFailure() => allowFail;