mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 17:17:20 +08:00
Merge pull request #15949 from peppy/playlist-order-documentation
Reword xmldoc of `MultiplayerPlaylistItem.PlaylistOrder` to better match actual behaviour
This commit is contained in:
commit
ffbab0014b
@ -40,8 +40,12 @@ namespace osu.Game.Online.Rooms
|
||||
public bool Expired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The order in which this <see cref="MultiplayerPlaylistItem"/> will be played, starting from 0 and increasing for items which will be played later.
|
||||
/// The order in which this <see cref="MultiplayerPlaylistItem"/> will be played relative to others.
|
||||
/// Playlist items should be played in increasing order (lower values are played first).
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is only valid for items which are not <see cref="Expired"/>. The value for expired items is undefined and should not be used.
|
||||
/// </remarks>
|
||||
[Key(8)]
|
||||
public ushort PlaylistOrder { get; set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user