using UnityEngine; public class WolfSoundEvent : MonoBehaviour { private void Start() { } private void Update() { } public void Zawyj() { GetComponent().Play(); } }