mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add spectating user state
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user