1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-08 13:05:27 +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; }
/// <summary>
/// Any ruleset applicable only to the local user.
/// If not-null, a local override for this user's ruleset selection.
/// </summary>
[Key(5)]
public int? RulesetId;
/// <summary>
/// Any beatmap applicable only to the local user.
/// If not-null, a local override for this user's beatmap selection.
/// </summary>
[Key(6)]
public int? BeatmapId;