We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50dc76d + fb85eae commit 60c8ef3Copy full SHA for 60c8ef3
osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs
@@ -25,6 +25,11 @@ public class LegacyScoreEncoder
25
/// Database version in stable-compatible YYYYMMDD format.
26
/// Should be incremented if any changes are made to the format/usage.
27
/// </summary>
28
+ /// <remarks>
29
+ /// <list type="bullet">
30
+ /// <item><description>30000001: Appends <see cref="LegacyReplaySoloScoreInfo"/> to the end of scores.</description></item>
31
+ /// </list>
32
+ /// </remarks>
33
public const int LATEST_VERSION = 30000001;
34
35
/// <summary>
0 commit comments