void OnTriggerEnter(Collider other) { if (other.gameObject.tag == "Paddle") { cauldron.Stirred(colliderIndex); } }