Update GameData.

This commit is contained in:
Ottermandias 2024-01-07 15:14:58 +01:00
parent 2f6905cf35
commit 2e935a6378
2 changed files with 4 additions and 4 deletions

View file

@ -17,10 +17,10 @@ public class CollectionStorage : IReadOnlyList<ModCollection>, IDisposable
private readonly ModStorage _modStorage;
/// <remarks> The empty collection is always available at Index 0. </remarks>
private readonly List<ModCollection> _collections = new()
{
private readonly List<ModCollection> _collections =
[
ModCollection.Empty,
};
];
public readonly ModCollection DefaultNamed;