mirror of
https://github.com/ppy/osu
synced 2025-01-04 05:12:10 +00:00
Add paused state
This commit is contained in:
parent
4c76027178
commit
c1766d8a41
@ -15,6 +15,11 @@ namespace osu.Game.Online.Spectator
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
Playing,
|
Playing,
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// The spectated user is currently paused. Unused for the time being.
|
||||||
|
/// </summary>
|
||||||
|
Paused,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The spectated user has passed gameplay.
|
/// The spectated user has passed gameplay.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user