mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 06:22:56 +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