mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 11:35:35 +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 int variant;
|
||||
private readonly int variant;
|
||||
|
||||
private readonly List<DatabasedSetting> databasedSettings;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user