Exemplo n.º 1
0
 private void EatFruit()
 {
     sAudio.clip = fruitEat;
     sAudio.Play();
     sItem.Eaten();
     mDir.EatFruit();
 }