Exemplo n.º 1
0
        public void OnTriggerEnter(Collider other)
        {
            if (other.name == parent.name)
            {
                return;
            }

            parent.MouthCollision(other);
        }