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:
parent
1087d8b1ce
commit
a8eb3f95df
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user