mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 17:03:18 +08:00
Reword xmldoc slightly
This commit is contained in:
parent
a2c2646230
commit
212c3c699c
@ -92,8 +92,8 @@ namespace osu.Game.Beatmaps
|
|||||||
public BeatmapSetOnlineLanguage Language { get; set; }
|
public BeatmapSetOnlineLanguage Language { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The song ID of this beatmap set.
|
/// The track ID of this beatmap set.
|
||||||
/// Non-null only if the song is from a featured artist.
|
/// Non-null only if the track is linked to a featured artist track entry.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? TrackId { get; set; }
|
public int? TrackId { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user