mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +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 BeatmapID { get; set; }
|
||||||
|
|
||||||
public int? RulesetID { get; set; }
|
public int RulesetID { get; set; }
|
||||||
|
|
||||||
public string Name { get; set; } = "Unnamed room";
|
public string Name { get; set; } = "Unnamed room";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user