Example #1
0
 // Token: 0x06000044 RID: 68 RVA: 0x000046D9 File Offset: 0x000028D9
 private static void gmPauseExecRecoverRoutine(AppMain.GMS_PAUSE_WORK pause_work, bool b_rec_snd)
 {
     AppMain.ObjObjectPauseOut();
     pause_work.flag |= 1U;
     if (b_rec_snd)
     {
         GmSound.AllResume();
     }
 }