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,