Some readonly and private cleanup.

This commit is contained in:
Ottermandias 2021-02-15 13:41:10 +01:00
parent 20cb3fbb13
commit e1d2b8e89f
5 changed files with 29 additions and 30 deletions

View file

@ -11,9 +11,9 @@ namespace Penumbra.UI
private const string LabelTab = "Effective File List";
private const float TextSizePadding = 5f;
private ModManager _mods;
private (string, string)[] _fileList = null;
private float _maxGamePath = 0f;
private readonly ModManager _mods;
private (string, string)[] _fileList = null;
private float _maxGamePath = 0f;
public TabEffective(SettingsInterface ui)
{