mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:43:19 +08:00
Standardise canBeNull
specification
This commit is contained in:
parent
f1fd40dcca
commit
3c201fb8e7
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user