Use IndividualCollections in PathResolver.

This commit is contained in:
Ottermandias 2022-11-17 15:22:31 +01:00
parent f8c0702432
commit 6a6eac1c3b
10 changed files with 128 additions and 245 deletions

View file

@ -172,4 +172,7 @@ public partial class ModCollection
Save();
}
}
public override string ToString()
=> Name;
}