mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +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; }
|
||||
|
||||
/// <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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user