mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Make field readonly
This commit is contained in:
parent
db58e4dbfe
commit
81c759f1e1
@ -13,7 +13,7 @@ namespace osu.Game.Configuration
|
|||||||
{
|
{
|
||||||
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
Block a user