Change a bunch of names and tooltips.

This commit is contained in:
Ottermandias 2022-07-21 22:55:19 +02:00
parent 9cb6084d31
commit 714e8e862f
4 changed files with 144 additions and 91 deletions

View file

@ -42,6 +42,9 @@ public partial class ModCollection
public bool HasUnusedSettings
=> _unusedSettings.Count > 0;
public int NumUnusedSettings
=> _unusedSettings.Count;
// Evaluates the settings along the whole inheritance tree.
public IEnumerable< ModSettings? > ActualSettings
=> Enumerable.Range( 0, _settings.Count ).Select( i => this[ i ].Settings );