1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Merge pull request #21637 from smoogipoo/score-encoder-doc

Add description for lazer score version 30000001
This commit is contained in:
Dean Herbert 2022-12-14 18:49:41 +09:00 committed by GitHub
commit 60c8ef3fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,11 @@ namespace osu.Game.Scoring.Legacy
/// 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>