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