Skip to content

Commit 60c8ef3

Browse files
authored
Merge pull request #21637 from smoogipoo/score-encoder-doc
Add description for lazer score version 30000001
2 parents 50dc76d + fb85eae commit 60c8ef3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ public class LegacyScoreEncoder
2525
/// Database version in stable-compatible YYYYMMDD format.
2626
/// Should be incremented if any changes are made to the format/usage.
2727
/// </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>
2833
public const int LATEST_VERSION = 30000001;
2934

3035
/// <summary>

0 commit comments

Comments
 (0)