1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Add realtime to room categories

This commit is contained in:
Dean Herbert 2020-12-11 14:10:45 +09:00
parent 3fb41a20b5
commit c1c0b9a9db

View File

@ -6,6 +6,7 @@ namespace osu.Game.Online.Multiplayer
public enum RoomCategory
{
Normal,
Spotlight
Spotlight,
Realtime,
}
}