1
0
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:
Bartłomiej Dach 2022-11-30 20:00:25 +01:00
parent 5ce2d6f54a
commit 6ebde9a747
No known key found for this signature in database

View File

@ -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();