1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

Remove unused setter

This commit is contained in:
Bartłomiej Dach 2021-09-18 16:28:44 +02:00
parent 59657aca9a
commit c23354bb67
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
{
public class LegacyReverseArrow : CompositeDrawable
{
private ISkin skin { get; set; }
private ISkin skin { get; }
[Resolved(canBeNull: true)]
private DrawableHitObject drawableHitObject { get; set; }