mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09: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