CurrentBeatmap -> Beatmap

This commit is contained in:
DrabWeb
2017-05-22 12:45:40 -03:00
parent 03f6cded84
commit 2c16d9c3a7
3 changed files with 7 additions and 7 deletions

View File

@ -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