mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Add spectating user state
This commit is contained in:
parent
d4c55070e7
commit
d5ba77b2c2
@ -55,5 +55,10 @@ namespace osu.Game.Online.Multiplayer
|
||||
/// The user is currently viewing results. This is a reserved state, and is set by the server.
|
||||
/// </summary>
|
||||
Results,
|
||||
|
||||
/// <summary>
|
||||
/// The user is currently spectating this room.
|
||||
/// </summary>
|
||||
Spectating
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user