mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Make room setting's BeatmapID non-nullable
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user