Remove SkinConfiguration subclasses and allow configuration parsing for all skin types

This commit is contained in:
Dean Herbert
2021-10-22 14:41:59 +09:00
parent 82d0a6515f
commit 93482414d6
20 changed files with 92 additions and 96 deletions

View File

@ -481,7 +481,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
/// </summary>
/// <remarks>
/// Layered hit samples are automatically added in all modes (except osu!mania), but can be disabled
/// using the <see cref="LegacySkinConfiguration.LegacySetting.LayeredHitSounds"/> skin config option.
/// using the <see cref="SkinConfiguration.LegacySetting.LayeredHitSounds"/> skin config option.
/// </remarks>
public readonly bool IsLayered;