示例#1
0
 void SlideRoutineInFeverMode(string arrow)
 {
     if (IsSometingInputed())
     {
         noteManager.FeverNoteSuccess(arrow);
     }
 }