mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add paused state
This commit is contained in:
@ -15,6 +15,11 @@ namespace osu.Game.Online.Spectator
|
||||
/// </summary>
|
||||
Playing,
|
||||
|
||||
/// <summary>
|
||||
/// The spectated user is currently paused. Unused for the time being.
|
||||
/// </summary>
|
||||
Paused,
|
||||
|
||||
/// <summary>
|
||||
/// The spectated user has passed gameplay.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user