mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Remove unnecessary access modifier in interface
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
a5aa32811a
commit
4d5696959b
@ -28,7 +28,7 @@ namespace osu.Game.Rulesets
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
string InstantiationInfo { get; }
|
string InstantiationInfo { get; }
|
||||||
|
|
||||||
public Ruleset? CreateInstance()
|
Ruleset? CreateInstance()
|
||||||
{
|
{
|
||||||
var type = Type.GetType(InstantiationInfo);
|
var type = Type.GetType(InstantiationInfo);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user