// Token: 0x06000EF5 RID: 3829 RVA: 0x00084190 File Offset: 0x00082390
 private static bool DmSoundIsStopJingle()
 {
     return(GsSound.IsBgmStop(AppMain.dm_sound_jingle_scb));
 }
 // Token: 0x06000EF4 RID: 3828 RVA: 0x0008417F File Offset: 0x0008237F
 private static bool DmSoundIsStopStageBGM()
 {
     return(GsSound.IsBgmStop(AppMain.dm_sound_bgm_scb));
 }