scripts
This commit is contained in:
@@ -0,0 +1,803 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Activities.Quest
|
||||
{
|
||||
// Token: 0x0200019E RID: 414
|
||||
public class QuestRoomMusic : QuestRoomBehaviour
|
||||
{
|
||||
// Token: 0x0600533C RID: 21308 RVA: 0x00196164 File Offset: 0x00194364
|
||||
protected virtual void IAPCPKLEIKK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600533D RID: 21309 RVA: 0x00196168 File Offset: 0x00194368
|
||||
protected virtual void NDECIDFKMIL(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OCMECGJBLHO();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600533E RID: 21310 RVA: 0x001961C8 File Offset: 0x001943C8
|
||||
protected virtual void INOICBPNHNN(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600533F RID: 21311 RVA: 0x001961CC File Offset: 0x001943CC
|
||||
protected virtual void HNPIODFODIK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BNPEAKJDNDN();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005340 RID: 21312 RVA: 0x0019622C File Offset: 0x0019442C
|
||||
protected virtual void OBAHCIBPGBB(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.AGBEMEKGNIE(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005341 RID: 21313 RVA: 0x001962CC File Offset: 0x001944CC
|
||||
protected virtual void NFCLAGPJEIH(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.KDANPBHCFBK(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005342 RID: 21314 RVA: 0x0019636C File Offset: 0x0019456C
|
||||
protected virtual void HPPAALFBHAO(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OCMECGJBLHO();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005343 RID: 21315 RVA: 0x001963CC File Offset: 0x001945CC
|
||||
protected virtual void HKLFNPKGKBJ(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005344 RID: 21316 RVA: 0x0019646C File Offset: 0x0019466C
|
||||
protected virtual void FNFBNILCGON(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005345 RID: 21317 RVA: 0x001964CC File Offset: 0x001946CC
|
||||
protected virtual void OPMEIMGMCMG(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005346 RID: 21318 RVA: 0x001964D0 File Offset: 0x001946D0
|
||||
protected virtual void BBOAKKAKMLN(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005347 RID: 21319 RVA: 0x001964D4 File Offset: 0x001946D4
|
||||
protected virtual void MLFJOPKPKNH(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OCMECGJBLHO();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005348 RID: 21320 RVA: 0x00196534 File Offset: 0x00194734
|
||||
protected virtual void PDCJKHGOJMB(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005349 RID: 21321 RVA: 0x001965D4 File Offset: 0x001947D4
|
||||
protected virtual void OJEMEFFICCG(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.APONNBLPGFA(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.AGBEMEKGNIE(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600534A RID: 21322 RVA: 0x00196674 File Offset: 0x00194874
|
||||
protected virtual void HGBLNOKHBGO(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600534B RID: 21323 RVA: 0x00196714 File Offset: 0x00194914
|
||||
protected virtual void BGKCCJHFCJK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600534C RID: 21324 RVA: 0x00196718 File Offset: 0x00194918
|
||||
protected virtual void GHADOOFHMHH(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600534D RID: 21325 RVA: 0x00196778 File Offset: 0x00194978
|
||||
protected virtual void BIOLDDPCEDG(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600534E RID: 21326 RVA: 0x0019677C File Offset: 0x0019497C
|
||||
protected virtual void DBNFJIGDDLC(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.KDANPBHCFBK(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005350 RID: 21328 RVA: 0x00196824 File Offset: 0x00194A24
|
||||
protected virtual void HBAOBDLAIAP(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005351 RID: 21329 RVA: 0x00196884 File Offset: 0x00194A84
|
||||
protected virtual void MFEKBCEDODK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CGMLENOOHJA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005352 RID: 21330 RVA: 0x001968A8 File Offset: 0x00194AA8
|
||||
protected virtual void GPLGMABEMPB(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005353 RID: 21331 RVA: 0x001968AC File Offset: 0x00194AAC
|
||||
protected virtual void EMACHEKMGGC(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005354 RID: 21332 RVA: 0x0019690C File Offset: 0x00194B0C
|
||||
protected virtual void HKELJGDOAOO(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BNPEAKJDNDN();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005355 RID: 21333 RVA: 0x0019696C File Offset: 0x00194B6C
|
||||
protected virtual void EOIIAHMNFLG(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.APONNBLPGFA(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.KDANPBHCFBK(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005356 RID: 21334 RVA: 0x00196A0C File Offset: 0x00194C0C
|
||||
protected virtual void ODFEKDCOPIK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005357 RID: 21335 RVA: 0x00196A10 File Offset: 0x00194C10
|
||||
protected virtual void AMLMAFDAHOK(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.APONNBLPGFA(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005358 RID: 21336 RVA: 0x00196AB0 File Offset: 0x00194CB0
|
||||
protected virtual void PAOKGPNJGCA(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005359 RID: 21337 RVA: 0x00196B50 File Offset: 0x00194D50
|
||||
protected virtual void KHAKJEFDPDL(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600535A RID: 21338 RVA: 0x00196BB0 File Offset: 0x00194DB0
|
||||
protected virtual void OJOAONDPMPB(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600535B RID: 21339 RVA: 0x00196BB4 File Offset: 0x00194DB4
|
||||
protected virtual void OMBKIKLMHPM(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600535C RID: 21340 RVA: 0x00196BB8 File Offset: 0x00194DB8
|
||||
protected virtual void BGADJCPLJPN(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NNOHEKGJCGA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600535D RID: 21341 RVA: 0x00196BDC File Offset: 0x00194DDC
|
||||
protected override void DCNPEOOAFBA(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600535E RID: 21342 RVA: 0x00196C3C File Offset: 0x00194E3C
|
||||
protected virtual void PLLJGJBKHFF(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.AGBEMEKGNIE(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600535F RID: 21343 RVA: 0x00196CDC File Offset: 0x00194EDC
|
||||
protected virtual void FPNMFJAILKO(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.KNDOFHFGELF();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005360 RID: 21344 RVA: 0x00196D00 File Offset: 0x00194F00
|
||||
protected override void KJLCOGCOGAN(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CGMLENOOHJA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005361 RID: 21345 RVA: 0x00196D24 File Offset: 0x00194F24
|
||||
protected virtual void BEMLDHLAMOJ(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005362 RID: 21346 RVA: 0x00196D84 File Offset: 0x00194F84
|
||||
protected virtual void CDPCCNNLKBA(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005363 RID: 21347 RVA: 0x00196DE4 File Offset: 0x00194FE4
|
||||
protected override void GGPAONCCLCB(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005364 RID: 21348 RVA: 0x00196E84 File Offset: 0x00195084
|
||||
protected virtual void FOJPPJNPILP(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005365 RID: 21349 RVA: 0x00196EE4 File Offset: 0x001950E4
|
||||
protected virtual void GHPGCFGLOLL(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.APONNBLPGFA(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005366 RID: 21350 RVA: 0x00196F84 File Offset: 0x00195184
|
||||
protected virtual void AOPKNOOKJIF(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MPKAOECJHGC();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005367 RID: 21351 RVA: 0x00196FE4 File Offset: 0x001951E4
|
||||
protected virtual void OJGJDJODAKI(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.KDANPBHCFBK(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005368 RID: 21352 RVA: 0x00197084 File Offset: 0x00195284
|
||||
protected virtual void HGKFHCNBEKF(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005369 RID: 21353 RVA: 0x00197088 File Offset: 0x00195288
|
||||
protected virtual void IMLMDMNABEP(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600536A RID: 21354 RVA: 0x001970E8 File Offset: 0x001952E8
|
||||
protected virtual void MOJLECJDFJP(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600536B RID: 21355 RVA: 0x001970EC File Offset: 0x001952EC
|
||||
protected virtual void MKBFLPMOMLJ(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NNOHEKGJCGA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600536C RID: 21356 RVA: 0x00197110 File Offset: 0x00195310
|
||||
protected virtual void FJDLCEJFFNC(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.APONNBLPGFA(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 0)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600536D RID: 21357 RVA: 0x001971B0 File Offset: 0x001953B0
|
||||
protected virtual void HAJBECEEMMN(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.PMGNFHHKHBM();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600536E RID: 21358 RVA: 0x00197210 File Offset: 0x00195410
|
||||
protected virtual void BICFDDPCHOO(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CGMLENOOHJA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600536F RID: 21359 RVA: 0x00197234 File Offset: 0x00195434
|
||||
protected virtual void EJNLGPALINA(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NNOHEKGJCGA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005370 RID: 21360 RVA: 0x00197258 File Offset: 0x00195458
|
||||
protected override void NELKLKJBKII(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005371 RID: 21361 RVA: 0x0019725C File Offset: 0x0019545C
|
||||
protected virtual void KMGLJMOMHJE(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BNPEAKJDNDN();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.EMNGMEHBMCM();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005372 RID: 21362 RVA: 0x001972BC File Offset: 0x001954BC
|
||||
protected virtual void MLNPGHGMKNJ(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.BDFAMGMIFGB();
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.MAAMKJOCEBI();
|
||||
}
|
||||
if (this.hasCustomActionMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CHGOFGAPMII();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005373 RID: 21363 RVA: 0x0019731C File Offset: 0x0019551C
|
||||
protected virtual void KJNCNKFIEJC(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
base.KJLCOGCOGAN(FIIFPLCNFHJ);
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NNOHEKGJCGA();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005374 RID: 21364 RVA: 0x00197340 File Offset: 0x00195540
|
||||
protected virtual void EDHBAGFGFGP(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
if (this.hasCustomAmbience)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.NAAPPIOGIJF(this.customAmbience);
|
||||
}
|
||||
if (this.hasCustomGameplayMusic)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.OPKDBCOCHOM(this.customGameplayMusic);
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.FGLFGONCMIA();
|
||||
}
|
||||
if (this.hasCustomActionMusic && this.customActionMusic != null && this.customActionMusic.Length > 1)
|
||||
{
|
||||
FIIFPLCNFHJ.KPBODDDKDFN.BCKMLIGHCIJ.CALELNBJECI(this.customActionMusic, this.customActionExtendedMusic);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06005375 RID: 21365 RVA: 0x001973E0 File Offset: 0x001955E0
|
||||
protected virtual void GHGKBFEFDKE(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06005376 RID: 21366 RVA: 0x001973E4 File Offset: 0x001955E4
|
||||
protected virtual void CBGLEAOOPKD(QuestRoomBase FIIFPLCNFHJ)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000A94 RID: 2708
|
||||
[SerializeField]
|
||||
private bool hasCustomAmbience;
|
||||
|
||||
// Token: 0x04000A95 RID: 2709
|
||||
[SerializeField]
|
||||
private RecRoomAudioClip customAmbience;
|
||||
|
||||
// Token: 0x04000A96 RID: 2710
|
||||
[SerializeField]
|
||||
private bool hasCustomGameplayMusic;
|
||||
|
||||
// Token: 0x04000A97 RID: 2711
|
||||
[SerializeField]
|
||||
private RecRoomAudioClip customGameplayMusic;
|
||||
|
||||
// Token: 0x04000A98 RID: 2712
|
||||
[SerializeField]
|
||||
private bool hasCustomActionMusic;
|
||||
|
||||
// Token: 0x04000A99 RID: 2713
|
||||
[SerializeField]
|
||||
private RecRoomAudioClip[] customActionMusic;
|
||||
|
||||
// Token: 0x04000A9A RID: 2714
|
||||
[SerializeField]
|
||||
private RecRoomAudioClip customActionExtendedMusic;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user