mirror of
https://github.com/osukey/osukey.git
synced 2025-07-08 19:59:58 +09:00
Remove useless field
This commit is contained in:
@ -24,16 +24,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables.Pieces
|
|||||||
{
|
{
|
||||||
public Func<OsuAction?> GetInitialHitAction;
|
public Func<OsuAction?> GetInitialHitAction;
|
||||||
|
|
||||||
private Color4 accentColour;
|
|
||||||
|
|
||||||
public Color4 AccentColour
|
public Color4 AccentColour
|
||||||
{
|
{
|
||||||
get => accentColour;
|
get => ball.Colour;
|
||||||
set
|
set => ball.Colour = value;
|
||||||
{
|
|
||||||
accentColour = value;
|
|
||||||
ball.Colour = value;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly Slider slider;
|
private readonly Slider slider;
|
||||||
|
Reference in New Issue
Block a user