Add description for lazer score version 30000001

This commit is contained in:
Dan Balasescu 2022-12-14 18:30:31 +09:00
parent 50dc76d579
commit fb85eaee95
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@ public class LegacyScoreEncoder
/// Database version in stable-compatible YYYYMMDD format.
/// Should be incremented if any changes are made to the format/usage.
/// </summary>
/// <remarks>
/// <list type="bullet">
/// <item><description>30000001: Appends <see cref="LegacyReplaySoloScoreInfo"/> to the end of scores.</description></item>
/// </list>
/// </remarks>
public const int LATEST_VERSION = 30000001;
/// <summary>