예제 #1
0
 /// <summary>
 ///     Called when the club hits the ball.
 /// </summary>
 public void OnAnimationHit()
 {
     GetComponent <AudioSource>().Play();
     _ballScript.ClubAnimationEnd();
 }