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