Files
osukey/osu.Game/Online/Rooms/RoomCategory.cs
2020-12-25 14:10:59 +09:00

13 lines
283 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Online.Rooms
{
public enum RoomCategory
{
Normal,
Spotlight,
Multiplayer,
}
}