mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Dummy beatmap has dummy ruleset
This commit is contained in:
@ -21,6 +21,6 @@ namespace osu.Game.Database
|
||||
[Indexed]
|
||||
public bool Available { get; set; }
|
||||
|
||||
public Ruleset CreateInstance() => (Ruleset)Activator.CreateInstance(Type.GetType(InstantiationInfo));
|
||||
public virtual Ruleset CreateInstance() => (Ruleset)Activator.CreateInstance(Type.GetType(InstantiationInfo));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user