diff --git a/osu.Game/Skinning/SkinManager.cs b/osu.Game/Skinning/SkinManager.cs
index 7acc52809f..1f10177a9e 100644
--- a/osu.Game/Skinning/SkinManager.cs
+++ b/osu.Game/Skinning/SkinManager.cs
@@ -30,6 +30,13 @@ using osu.Game.IO.Archives;
namespace osu.Game.Skinning
{
+ ///
+ /// Handles the storage and retrieval of s.
+ ///
+ ///
+ /// This is also exposed and cached as on a game-wide level for general components across the game.
+ /// Lookups from gameplay components are instead covered by , and are never hit here.
+ ///
[ExcludeFromDynamicCompile]
public class SkinManager : ArchiveModelManager, ISkinSource, IStorageResourceProvider
{