1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 06:22:55 +08:00

Adjust xmldocs

This commit is contained in:
Dan Balasescu 2025-01-27 18:32:12 +09:00
parent 17b1739ae4
commit ca979d3542
No known key found for this signature in database

View File

@ -38,13 +38,13 @@ namespace osu.Game.Online.Multiplayer
public MatchUserState? MatchState { get; set; } public MatchUserState? MatchState { get; set; }
/// <summary> /// <summary>
/// Any ruleset applicable only to the local user. /// If not-null, a local override for this user's ruleset selection.
/// </summary> /// </summary>
[Key(5)] [Key(5)]
public int? RulesetId; public int? RulesetId;
/// <summary> /// <summary>
/// Any beatmap applicable only to the local user. /// If not-null, a local override for this user's beatmap selection.
/// </summary> /// </summary>
[Key(6)] [Key(6)]
public int? BeatmapId; public int? BeatmapId;