mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 21:43:04 +08: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…
Reference in New Issue
Block a user