1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Update xmldoc

This commit is contained in:
Dean Herbert 2021-06-11 14:50:21 +09:00
parent b9050f91a4
commit debd359d2e

View File

@ -49,12 +49,12 @@ namespace osu.Game.Skinning
protected override string ImportFromStablePath => "Skins";
/// <summary>
/// An <see cref="ISkin"/> providing the resources of the default skin.
/// The default skin.
/// </summary>
public Skin DefaultSkin { get; }
/// <summary>
/// An <see cref="ISkin"/> providing the resources of the default legacy skin.
/// The default legacy skin.
/// </summary>
public Skin DefaultLegacySkin { get; }