1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

Always use public accessors even on legacy classes

Because of https://github.com/ppy/osu-framework/issues/3727
This commit is contained in:
Salman Ahmed 2020-08-19 08:00:57 +03:00
parent 422100192c
commit 885f8104f5

View File

@ -16,7 +16,7 @@ using osuTK.Graphics;
namespace osu.Game.Rulesets.Catch.Skinning
{
internal class LegacyComboCounter : CompositeDrawable, ICatchComboCounter
public class LegacyComboCounter : CompositeDrawable, ICatchComboCounter
{
private readonly ISkin skin;