mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove RealmBeatmap.Clone
for the time being (incorrectly implemented)
This commit is contained in:
@ -97,11 +97,6 @@ namespace osu.Game.Models
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Returns a shallow-clone of this <see cref="RealmBeatmap"/>.
|
|
||||||
/// </summary>
|
|
||||||
public RealmBeatmap Clone() => (RealmBeatmap)MemberwiseClone();
|
|
||||||
|
|
||||||
public bool AudioEquals(RealmBeatmap? other) => other != null
|
public bool AudioEquals(RealmBeatmap? other) => other != null
|
||||||
&& BeatmapSet != null
|
&& BeatmapSet != null
|
||||||
&& other.BeatmapSet != null
|
&& other.BeatmapSet != null
|
||||||
|
Reference in New Issue
Block a user