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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user