mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix naming
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user