1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

Add loading states

This commit is contained in:
Dean Herbert
2020-12-08 18:02:14 +09:00
Unverified
parent 345352be67
commit 8eccfa476c
@@ -7,6 +7,8 @@ namespace osu.Game.Online.RealtimeMultiplayer
{
Idle,
Ready,
WaitingForLoad,
Loaded,
Playing,
Results,
}