mirror of https://github.com/ppy/osu
Make field readonly
This commit is contained in:
parent
db58e4dbfe
commit
81c759f1e1
|
@ -13,7 +13,7 @@ public abstract class DatabasedConfigManager<T> : ConfigManager<T>
|
||||||
{
|
{
|
||||||
private readonly SettingsStore settings;
|
private readonly SettingsStore settings;
|
||||||
|
|
||||||
private int variant;
|
private readonly int variant;
|
||||||
|
|
||||||
private readonly List<DatabasedSetting> databasedSettings;
|
private readonly List<DatabasedSetting> databasedSettings;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue