Beispiel #1
0
 void SlideRoutineInDoubleNote(string arrow, float lockTime)
 {
     if (IsCorrectInput(arrow))
     {
         noteManager.DoubleNoteSuccess(arrow);
     }
     else if (IsDifferentInput(arrow))
     {
         noteManager.DoubleNoteFail(lockTime);
     }
 }