Skip to content

Commit

Permalink
Mark _versions as readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam committed Nov 2, 2024
1 parent 99bbd12 commit 17634ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoulMemory/EldenRing/EldenRing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private void ResetPointers()

#region version ================================================================================================

private Dictionary<EldenRingVersion, Version> _versions = new Dictionary<EldenRingVersion, Version>()
private readonly Dictionary<EldenRingVersion, Version> _versions = new Dictionary<EldenRingVersion, Version>()
{

{ EldenRingVersion.V1_02_0, new Version(1,2,0,0) },
Expand Down

0 comments on commit 17634ed

Please sign in to comment.