mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Make RulesetID non-nullable
This commit is contained in:
parent
d3b2e2b36e
commit
aedb18b9f2
@ -16,7 +16,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
{
|
||||
public int BeatmapID { get; set; }
|
||||
|
||||
public int? RulesetID { get; set; }
|
||||
public int RulesetID { get; set; }
|
||||
|
||||
public string Name { get; set; } = "Unnamed room";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user