1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 02:40:04 +08:00

simplify nullability annotation

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Olivier Schipper
2024-06-03 13:23:39 +02:00
committed by GitHub
Unverified
parent ca41c84ba2
commit 77b47ad2b4
@@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
private readonly Cached<SliderPath> fullPathCache = new Cached<SliderPath>();
[Resolved(CanBeNull = true)]
[Resolved]
private EditorBeatmap? editorBeatmap { get; set; }
[Resolved]