Inheritance: MonoBehaviour
Exemplo n.º 1
0
 public void PowerupCoin()
 {
     if (!IsMuted)
     {
         CollectCoin.Play();
     }
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     coin = GetComponent<CollectCoin> ();
 }