1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 00:37:18 +08:00

Rename idle state

This commit is contained in:
Dean Herbert 2020-12-08 15:49:08 +09:00
parent 5a231cef15
commit 4f449ba821

View File

@ -5,7 +5,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
{
public enum MultiplayerUserState
{
Watching,
Idle,
Ready,
Playing,
Results,