Esempio n. 1
0
 void CloseFruitNinja(bool win)
 {
     state = states.PLAYING;
     if (win)
     {
         anim.Cheer();
     }
 }