Remove unnecessary mentioning in xmldoc

This commit is contained in:
iiSaLMaN 2019-11-24 04:36:34 +03:00
parent 2437cfd28c
commit b58afa3eb6

View File

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