Collections; public class audio : MonoBehaviour { public AudioSource play; //點選按鈕音效public void chick() { play.Play(); } }
確定! 回上一頁