mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Resolve CA1805 inspections
"Member is explicitly initialized to its default value"
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Tests.Visual
|
||||
/// <summary>
|
||||
/// Whether custom test steps are provided. Custom tests should invoke <see cref="CreateTest"/> to create the test steps.
|
||||
/// </summary>
|
||||
protected virtual bool HasCustomSteps { get; } = false;
|
||||
protected virtual bool HasCustomSteps => false;
|
||||
|
||||
protected TestPlayer Player;
|
||||
|
||||
|
Reference in New Issue
Block a user