mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 16:27:21 +08:00
Annotate Playfield.Mods
as maybe-null
This commit is contained in:
parent
5ce2d6f54a
commit
6ebde9a747
@ -93,6 +93,7 @@ namespace osu.Game.Rulesets.UI
|
||||
public readonly BindableBool DisplayJudgements = new BindableBool(true);
|
||||
|
||||
[Resolved(CanBeNull = true)]
|
||||
[CanBeNull]
|
||||
protected IReadOnlyList<Mod> Mods { get; private set; }
|
||||
|
||||
private readonly HitObjectEntryManager entryManager = new HitObjectEntryManager();
|
||||
|
Loading…
x
Reference in New Issue
Block a user