1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 04:52:57 +08:00

Improve xml doc

This commit is contained in:
PC 2023-02-13 22:47:29 +03:00
parent 46b13f2565
commit 10ab228d76

View File

@ -44,6 +44,9 @@ namespace osu.Game.Skinning
/// </summary>
public Skin DefaultClassicSkin { get; }
/// <summary>
/// Presents imported skin(s) to a user
/// </summary>
public Action<IEnumerable<Live<SkinInfo>>> PresentSkinsImport { get; set; }
private readonly AudioManager audio;