mirror of
https://github.com/ppy/osu.git
synced 2026-06-07 02:13:38 +08:00
Make Ruleset.RulesetInfo get only
This commit is contained in:
@@ -37,7 +37,7 @@ namespace osu.Game.Rulesets
|
||||
[ExcludeFromDynamicCompile]
|
||||
public abstract class Ruleset
|
||||
{
|
||||
public RulesetInfo RulesetInfo { get; internal set; }
|
||||
public RulesetInfo RulesetInfo { get; }
|
||||
|
||||
private static readonly ConcurrentDictionary<string, IMod[]> mod_reference_cache = new ConcurrentDictionary<string, IMod[]>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user