mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 08:57:25 +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;
|
||||
|
||||
/// <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; }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user