mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Make RulesetID non-nullable
This commit is contained in:
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user