Update xmldoc

This commit is contained in:
Dean Herbert 2021-06-11 14:50:21 +09:00
parent b9050f91a4
commit debd359d2e
1 changed files with 2 additions and 2 deletions

View File

@ -49,12 +49,12 @@ public class SkinManager : ArchiveModelManager<SkinInfo, SkinFileInfo>, ISkinSou
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; }