mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Convert constructor in abstract class to protected
This commit is contained in:
parent
4453b0b3e8
commit
1581f1a0ff
@ -15,7 +15,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
|
|||||||
[Resolved(canBeNull: true)]
|
[Resolved(canBeNull: true)]
|
||||||
protected DrawableHitObject? ParentObject { get; private set; }
|
protected DrawableHitObject? ParentObject { get; private set; }
|
||||||
|
|
||||||
public FollowCircle()
|
protected FollowCircle()
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user