Exemplo n.º 1
0
	public void PickUpIdol(Idol id) {
		idol = id;
		hasIdol = idol.PickUp (this);
		if(hasIdol) { 
			moveSound.clip = walkClip;
			pickSound.Play (); 
		}
	}