mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 18:10:40 +08:00
Use private access modifier for Border field.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables.Pieces
|
||||
public readonly Bindable<FruitVisualRepresentation> VisualRepresentation = new Bindable<FruitVisualRepresentation>();
|
||||
public readonly Bindable<bool> HyperDash = new Bindable<bool>();
|
||||
|
||||
public BorderPiece Border;
|
||||
public BorderPiece Border { get; private set; }
|
||||
|
||||
public FruitPiece()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user