mirror of
https://github.com/ppy/osu
synced 2025-01-28 00:32:59 +00:00
Add description for lazer score version 30000001
This commit is contained in:
parent
50dc76d579
commit
fb85eaee95
@ -25,6 +25,11 @@ namespace osu.Game.Scoring.Legacy
|
|||||||
/// Database version in stable-compatible YYYYMMDD format.
|
/// Database version in stable-compatible YYYYMMDD format.
|
||||||
/// Should be incremented if any changes are made to the format/usage.
|
/// Should be incremented if any changes are made to the format/usage.
|
||||||
/// </summary>
|
/// </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;
|
public const int LATEST_VERSION = 30000001;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user