1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:43:10 +08:00

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,
}