mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Update GameData.
This commit is contained in:
parent
2f6905cf35
commit
2e935a6378
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit e4ab3e914ab8b5651cea313af367e811a253d174
|
Subproject commit 1dad8d07047be0851f518cdac2b1c8bc76a7be98
|
||||||
|
|
@ -17,10 +17,10 @@ public class CollectionStorage : IReadOnlyList<ModCollection>, IDisposable
|
||||||
private readonly ModStorage _modStorage;
|
private readonly ModStorage _modStorage;
|
||||||
|
|
||||||
/// <remarks> The empty collection is always available at Index 0. </remarks>
|
/// <remarks> The empty collection is always available at Index 0. </remarks>
|
||||||
private readonly List<ModCollection> _collections = new()
|
private readonly List<ModCollection> _collections =
|
||||||
{
|
[
|
||||||
ModCollection.Empty,
|
ModCollection.Empty,
|
||||||
};
|
];
|
||||||
|
|
||||||
public readonly ModCollection DefaultNamed;
|
public readonly ModCollection DefaultNamed;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue