Exemple #1
0
 private void OnTriggerEnter(Collider other)
 {
     if (other.gameObject.tag == "Ground")
     {
         controller.GroundHit();
     }
 }