Skip to content

Commit

Permalink
Update UpdateVersion.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-n committed Jun 9, 2024
1 parent 5e6029d commit 5ecc45a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Persistence/Initialization/Updates/UpdateVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,9 @@ public enum UpdateVersion
/// The version of the <see cref="InfinityArrowSkillOnQuestCompletionPlugIn"/>.
/// </summary>
InfinityArrowSkillOnQuestCompletion = 15,

/// <summary>
/// The version of the <see cref="AddPointsPerResetAttributePlugIn"/>.
/// </summary>
AddPointsPerResetByClassAttribute = 16
}

0 comments on commit 5ecc45a

Please sign in to comment.