mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Add xmldoc to SkinManager
The `<summary>` part comes from `BeatmapManager`, which I believe works correctly here as well, as this does handle the "storage and retrieval" of skins.
This commit is contained in:
parent
97dbc7f20e
commit
9e5bb146d3
@ -30,6 +30,13 @@ using osu.Game.IO.Archives;
|
|||||||
|
|
||||||
namespace osu.Game.Skinning
|
namespace osu.Game.Skinning
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Handles the storage and retrieval of <see cref="Skin"/>s.
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// This is also exposed and cached as <see cref="ISkinSource"/> on a game-wide level for general components across the game.
|
||||||
|
/// Lookups from gameplay components are instead covered by <see cref="RulesetSkinProvidingContainer"/>, and are never hit here.
|
||||||
|
/// </remarks>
|
||||||
[ExcludeFromDynamicCompile]
|
[ExcludeFromDynamicCompile]
|
||||||
public class SkinManager : ArchiveModelManager<SkinInfo, SkinFileInfo>, ISkinSource, IStorageResourceProvider
|
public class SkinManager : ArchiveModelManager<SkinInfo, SkinFileInfo>, ISkinSource, IStorageResourceProvider
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user