1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 16:10:16 +08:00

Improve xml doc

This commit is contained in:
PC
2023-02-13 22:47:29 +03:00
Unverified
parent 46b13f2565
commit 10ab228d76
+3
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;