mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 17:27:48 +08:00
Add back removed xmldoc
This commit is contained in:
parent
60d383448f
commit
88c5997cb3
@ -8,6 +8,9 @@ using static osu.Game.Skinning.SkinConfiguration;
|
||||
|
||||
namespace osu.Game.Skinning
|
||||
{
|
||||
/// <summary>
|
||||
/// Transformer used to handle support of legacy features for individual rulesets.
|
||||
/// </summary>
|
||||
public abstract class LegacySkinTransformer : SkinTransformer
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -25,7 +25,7 @@ using osu.Game.Screens.Play.HUD;
|
||||
|
||||
namespace osu.Game.Skinning
|
||||
{
|
||||
public abstract partial class Skin : IDisposable, ISkin
|
||||
public abstract class Skin : IDisposable, ISkin
|
||||
{
|
||||
private readonly IStorageResourceProvider? resources;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user