Skip to content

Commit

Permalink
starpowerCharge no longer needs to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapeNumber001 committed Apr 17, 2023
1 parent 93c7fc8 commit addf138
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Assets/Script/PlayMode/AbstractTrack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ public EventInfo FillSection {
protected set;
} = null;

public float starpowerCharge {
get;
protected set;
}
protected float starpowerCharge;
protected bool starpowerActive;

private int _combo = 0;
Expand Down

0 comments on commit addf138

Please sign in to comment.