Example #1
0
 public void cansancioStart()
 {
     ani_cansancio.Begin();
     if (state == false)
     {
         s.tiredSound();
     }
     state = true;
 }