using UnityEngine; public class idolVoices : MonoBehaviour { [Header("objs")] public GameObject idolVoicePrefab; public Transform idolVoiceParent; }