mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
MultiplayerRoomStatus -> RoomStatus
This commit is contained in:
@ -11,11 +11,11 @@ namespace osu.Game.Online.Multiplayer
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public User Host { get; set; }
|
||||
public MultiplayerRoomStatus Status { get; set; }
|
||||
public RoomStatus Status { get; set; }
|
||||
public BeatmapMetadata Beatmap { get; set; }
|
||||
}
|
||||
|
||||
public enum MultiplayerRoomStatus
|
||||
public enum RoomStatus
|
||||
{
|
||||
[Description(@"Welcoming Players")]
|
||||
Open,
|
||||
|
Reference in New Issue
Block a user