mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Properly annotate method to allow null
This commit is contained in:
@ -28,7 +28,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// </summary>
|
||||
/// <param name="existing">An existing control point to compare with.</param>
|
||||
/// <returns>Whether this <see cref="ControlPoint"/> is redundant when placed alongside <paramref name="existing"/>.</returns>
|
||||
public abstract bool IsRedundant(ControlPoint existing);
|
||||
public abstract bool IsRedundant(ControlPoint? existing);
|
||||
|
||||
/// <summary>
|
||||
/// Create an unbound copy of this control point.
|
||||
|
Reference in New Issue
Block a user