mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
CurrentBeatmap -> Beatmap
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
public string Name { get; set; }
|
||||
public User Host { get; set; }
|
||||
public MultiplayerRoomStatus Status { get; set; }
|
||||
public BeatmapMetadata CurrentBeatmap { get; set; }
|
||||
public BeatmapMetadata Beatmap { get; set; }
|
||||
}
|
||||
|
||||
public enum MultiplayerRoomStatus
|
||||
|
Reference in New Issue
Block a user