mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Remove pointless constructor in RulesetInfo
This commit is contained in:
@ -37,14 +37,6 @@ namespace osu.Game.Rulesets
|
||||
{
|
||||
}
|
||||
|
||||
public RulesetInfo(int? onlineID, string name, string shortName, bool available)
|
||||
{
|
||||
OnlineID = onlineID ?? -1;
|
||||
Name = name;
|
||||
ShortName = shortName;
|
||||
Available = available;
|
||||
}
|
||||
|
||||
public bool Available { get; set; }
|
||||
|
||||
public bool Equals(RulesetInfo? other)
|
||||
|
Reference in New Issue
Block a user