예제 #1
0
 void PlayLandSound()
 {
     audioSource.PlayOneShot(surfacemanager.GetFootstep(currentGroundInfo.collider, currentGroundInfo.point));
 }