1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 20:24:01 +08:00

Add note about LATEST_VERSION cross-project usage

This commit is contained in:
Dean Herbert
2025-07-01 19:19:18 +09:00
Unverified
parent 64702950e5
commit 68ab89a8f1
@@ -16,6 +16,8 @@ namespace osu.Game.Beatmaps.Formats
public abstract class LegacyDecoder<T> : Decoder<T>
where T : new()
{
// If this is updated, a new release of `osu-server-beatmap-submission` is required with updated packages.
// See usage at https://github.com/ppy/osu-server-beatmap-submission/blob/master/osu.Server.BeatmapSubmission/Services/BeatmapPackageParser.cs#L96-L97.
public const int LATEST_VERSION = 14;
public const int MAX_COMBO_COLOUR_COUNT = 8;