Fix naming

This commit is contained in:
Dean Herbert
2019-11-20 15:40:35 +09:00
parent 08b8cedfdf
commit bcb1504110
2 changed files with 6 additions and 6 deletions

View File

@ -11,10 +11,10 @@ namespace osu.Game.Skinning
/// 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; }
}
public enum LegacySkinConfigurations
{
Version,
public enum LegacySetting
{
Version,
}
}
}