mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00: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 int variant;
|
||||
private readonly int variant;
|
||||
|
||||
private readonly List<DatabasedSetting> databasedSettings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user