using System.Collections; using System.Collections.Generic; using UnityEngine; public class CreditMenu : Menu { public override void OnBackPressed() { audioController.Instance.PlaySFX("TombolClose", 0.5f); base.OnBackPressed(); } }