Skip to content

Commit

Permalink
Add back removed xmldoc
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Aug 8, 2024
1 parent 60d3834 commit 88c5997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions osu.Game/Skinning/LegacySkinTransformer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace osu.Game.Skinning
{
/// <summary>
/// Transformer used to handle support of legacy features for individual rulesets.
/// </summary>
public abstract class LegacySkinTransformer : SkinTransformer
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion osu.Game/Skinning/Skin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

namespace osu.Game.Skinning
{
public abstract partial class Skin : IDisposable, ISkin
public abstract class Skin : IDisposable, ISkin
{
private readonly IStorageResourceProvider? resources;

Expand Down

0 comments on commit 88c5997

Please sign in to comment.