mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Specify why legacy version is nullable
This commit is contained in:
parent
502dcc5669
commit
947602f70a
@ -8,7 +8,7 @@ namespace osu.Game.Skinning
|
|||||||
public const decimal LATEST_VERSION = 2.7m;
|
public const decimal LATEST_VERSION = 2.7m;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
public decimal? LegacyVersion { get; internal set; }
|
public decimal? LegacyVersion { get; internal set; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user