Add loading states

This commit is contained in:
Dean Herbert 2020-12-08 18:02:14 +09:00
parent 345352be67
commit 8eccfa476c

View File

@ -7,6 +7,8 @@ namespace osu.Game.Online.RealtimeMultiplayer
{
Idle,
Ready,
WaitingForLoad,
Loaded,
Playing,
Results,
}