mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Mark CreateHitObjectComposer() accept null.
And add the null check in the test case.
This commit is contained in:
@ -236,7 +236,7 @@ namespace osu.Game.Rulesets
|
||||
/// <returns>A performance calculator instance for the provided score.</returns>
|
||||
public virtual PerformanceCalculator? CreatePerformanceCalculator() => null;
|
||||
|
||||
public virtual HitObjectComposer CreateHitObjectComposer() => null;
|
||||
public virtual HitObjectComposer? CreateHitObjectComposer() => null;
|
||||
|
||||
public virtual IBeatmapVerifier? CreateBeatmapVerifier() => null;
|
||||
|
||||
|
Reference in New Issue
Block a user