1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Add paused state

This commit is contained in:
Dan Balasescu 2022-02-08 20:29:53 +09:00
parent 4c76027178
commit c1766d8a41

View File

@ -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>