mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename last remaining BeatmapInfo Beatmap
usage
This commit is contained in:
@ -150,7 +150,8 @@ namespace osu.Game.Scoring
|
||||
public int BeatmapInfoID { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public virtual BeatmapInfo Beatmap { get; set; }
|
||||
[Column("Beatmap")]
|
||||
public virtual BeatmapInfo BeatmapInfo { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public long? OnlineScoreID { get; set; }
|
||||
@ -252,7 +253,7 @@ namespace osu.Game.Scoring
|
||||
return clone;
|
||||
}
|
||||
|
||||
public override string ToString() => $"{User} playing {Beatmap}";
|
||||
public override string ToString() => $"{User} playing {BeatmapInfo}";
|
||||
|
||||
public bool Equals(ScoreInfo other)
|
||||
{
|
||||
|
Reference in New Issue
Block a user