mirror of
https://github.com/ppy/osu.git
synced 2025-02-08 13:05:27 +08:00
Adjust xmldocs
This commit is contained in:
parent
17b1739ae4
commit
ca979d3542
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user