1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 15:30:06 +08:00

Expose LegacySkinTransformer's underlying skin for pattern-matching

This commit is contained in:
Salman Ahmed
2022-06-04 01:14:41 +03:00
Unverified
parent 45451178df
commit 045e044637
+1 -1
View File
@@ -23,7 +23,7 @@ namespace osu.Game.Skinning
/// The <see cref="ISkin"/> which is being transformed.
/// </summary>
[NotNull]
protected internal ISkin Skin { get; }
public ISkin Skin { get; }
protected LegacySkinTransformer([NotNull] ISkin skin)
{