예제 #1
0
    public void OnFailure(List <Notes> failedRhythm, bool tooEarly)
    {
        Beat bestBeat = GetActiveBeat();

        if (bestBeat != null)
        {
            bestBeat.Fail();
        }
    }