1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Specify why legacy version is nullable

This commit is contained in:
iiSaLMaN 2019-11-06 20:24:19 +03:00
parent 502dcc5669
commit 947602f70a

View File

@ -8,7 +8,7 @@ namespace osu.Game.Skinning
public const decimal LATEST_VERSION = 2.7m;
/// <summary>
/// Legacy version of this skin.
/// Legacy version of this skin. Null if no version was set to allow fallback to a parent skin version.
/// </summary>
public decimal? LegacyVersion { get; internal set; }
}