Merge pull request #11127 from peppy/realtime-multiplayer

Add client-side models and interfaces required for multiplayer
This commit is contained in:
Dean Herbert
2020-12-16 13:22:01 +09:00
committed by GitHub
14 changed files with 484 additions and 1 deletions

View File

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