mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 01:33:47 +08:00
Convert constructor in abstract class to protected
This commit is contained in:
@@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
||||
[Resolved(canBeNull: true)]
|
||||
protected DrawableHitObject? ParentObject { get; private set; }
|
||||
|
||||
public FollowCircle()
|
||||
protected FollowCircle()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user