mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 17:04:35 +08:00
Standardise canBeNull specification
This commit is contained in:
@@ -23,7 +23,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
private OsuTextFlowContainer multiAccountExplanationText;
|
||||
private LinkFlowContainer furtherAssistance;
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
[Resolved(canBeNull: true)]
|
||||
private IAPIProvider api { get; set; }
|
||||
|
||||
[Resolved(canBeNull: true)]
|
||||
|
||||
Reference in New Issue
Block a user