mirror of
https://github.com/ppy/osu
synced 2025-01-01 20:02:14 +00:00
Add paused state
This commit is contained in:
parent
4c76027178
commit
c1766d8a41
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user