1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:12:54 +08:00

Reword xmldoc slightly

This commit is contained in:
Dean Herbert 2021-09-10 12:58:12 +09:00
parent a2c2646230
commit 212c3c699c

View File

@ -92,8 +92,8 @@ namespace osu.Game.Beatmaps
public BeatmapSetOnlineLanguage Language { get; set; }
/// <summary>
/// The song ID of this beatmap set.
/// Non-null only if the song is from a featured artist.
/// The track ID of this beatmap set.
/// Non-null only if the track is linked to a featured artist track entry.
/// </summary>
public int? TrackId { get; set; }
}