using System.Collections; using System.Collections.Generic; using UnityEngine; public class AnimasiTombol : MonoBehaviour { // Start is called before the first frame update public void Animasi() { GetComponent().Play("btn_bermain"); KumpulanSuara.instance.Panggil_Sfx(0); } }