mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:46:43 +08:00
Make room setting's BeatmapID non-nullable
This commit is contained in:
parent
c1c0b9a9db
commit
719b08b22f
@ -14,7 +14,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
[Serializable]
|
||||
public class MultiplayerRoomSettings : IEquatable<MultiplayerRoomSettings>
|
||||
{
|
||||
public int? BeatmapID { get; set; }
|
||||
public int BeatmapID { get; set; }
|
||||
|
||||
public int? RulesetID { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user