scripts
This commit is contained in:
@@ -0,0 +1,1205 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.AI
|
||||
{
|
||||
// Token: 0x02000B6C RID: 2924
|
||||
[RequireComponent(typeof(MaintainWorldSpaceOffset))]
|
||||
public class EnemyCombatUI : MonoBehaviour
|
||||
{
|
||||
// Token: 0x06016179 RID: 90489 RVA: 0x0061AA50 File Offset: 0x00618C50
|
||||
private void DCHNICPLOJI(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.JGPCAILPANB() != null && OELGAHAMCLH == this.JGPCAILPANB())
|
||||
{
|
||||
this.NNCCABOJNMA.HCAGFPFEKPD(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601617A RID: 90490 RVA: 0x0061AAA0 File Offset: 0x00618CA0
|
||||
public Enemy NIDCCAHFONH()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x0601617B RID: 90491 RVA: 0x0061AAA8 File Offset: 0x00618CA8
|
||||
private void NKLBFOPAECO(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.DALCHBFNMHO() != null && OELGAHAMCLH == this.LOFCBMJPLEI())
|
||||
{
|
||||
this.NNCCABOJNMA.FNCAABNAFMN(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601617C RID: 90492 RVA: 0x0061AAF8 File Offset: 0x00618CF8
|
||||
private void KBKDGLCPOBF(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.NIDCCAHFONH() != null && OELGAHAMCLH == this.CEFHMDIPILB())
|
||||
{
|
||||
this.NNCCABOJNMA.HCAGFPFEKPD(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601617D RID: 90493 RVA: 0x0061AB48 File Offset: 0x00618D48
|
||||
public void HHOMCLKENHF()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.OMCNJCHPBPF();
|
||||
}
|
||||
|
||||
// Token: 0x0601617E RID: 90494 RVA: 0x0061AB70 File Offset: 0x00618D70
|
||||
public Enemy LKHGPOLKHCJ()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x0601617F RID: 90495 RVA: 0x0061AB78 File Offset: 0x00618D78
|
||||
private void MPJHAPEGAAI(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.OLGNCPJDCJL() != null && OELGAHAMCLH == this.CEFHMDIPILB())
|
||||
{
|
||||
this.NNCCABOJNMA.CHGDMBILMPL(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF == null || FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06016180 RID: 90496 RVA: 0x0061ABC8 File Offset: 0x00618DC8
|
||||
private void LMAJMHGEPDB()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Found ");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Waiting for AvailableRegions. State: ");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.KBKDGLCPOBF;
|
||||
}
|
||||
|
||||
// Token: 0x06016181 RID: 90497 RVA: 0x0061AC5C File Offset: 0x00618E5C
|
||||
private void ILNOFPMNPKH()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.FENDCCBIHKG;
|
||||
}
|
||||
|
||||
// Token: 0x06016182 RID: 90498 RVA: 0x0061AC70 File Offset: 0x00618E70
|
||||
public Enemy MFCEIGEFEMF()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x06016183 RID: 90499 RVA: 0x0061AC78 File Offset: 0x00618E78
|
||||
public void MBIGFAOPFBD()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.DPCAEAEELBP();
|
||||
}
|
||||
|
||||
// Token: 0x06016184 RID: 90500 RVA: 0x0061ACA0 File Offset: 0x00618EA0
|
||||
public bool JOBDKCMKBGD()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x17000960 RID: 2400
|
||||
// (get) Token: 0x060161E4 RID: 90596 RVA: 0x0061C684 File Offset: 0x0061A884
|
||||
// (set) Token: 0x06016185 RID: 90501 RVA: 0x0061ACC8 File Offset: 0x00618EC8
|
||||
public Enemy IAKOIACHLBM
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
set
|
||||
{
|
||||
this.FFFPLFHIKAJ = value;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.ResetHealth(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06016186 RID: 90502 RVA: 0x0061AD84 File Offset: 0x00618F84
|
||||
private void LNKPKHFACHE()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "gizmos");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "mute");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.LFPNBLPAONA;
|
||||
}
|
||||
|
||||
// Token: 0x06016187 RID: 90503 RVA: 0x0061AE18 File Offset: 0x00619018
|
||||
public void JCEEJPJNLLE()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x06016188 RID: 90504 RVA: 0x0061AE40 File Offset: 0x00619040
|
||||
public bool OJEOKKJBELM()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x06016189 RID: 90505 RVA: 0x0061AE68 File Offset: 0x00619068
|
||||
public Enemy IHNMNCJHJBB()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x0601618A RID: 90506 RVA: 0x0061AE70 File Offset: 0x00619070
|
||||
public bool CHDIINEKEPH()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x0601618B RID: 90507 RVA: 0x0061AE98 File Offset: 0x00619098
|
||||
private void OMMLJHFEDJA()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.MPJHAPEGAAI;
|
||||
}
|
||||
|
||||
// Token: 0x0601618C RID: 90508 RVA: 0x0061AEAC File Offset: 0x006190AC
|
||||
private void KJMPKKMGCLA()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.KBKDGLCPOBF;
|
||||
}
|
||||
|
||||
// Token: 0x0601618D RID: 90509 RVA: 0x0061AEC0 File Offset: 0x006190C0
|
||||
public bool KKIGBOONODN()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x0601618E RID: 90510 RVA: 0x0061AEE8 File Offset: 0x006190E8
|
||||
public void OCEHHEEOIBF()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.NABAEJGGMDI();
|
||||
}
|
||||
|
||||
// Token: 0x0601618F RID: 90511 RVA: 0x0061AF10 File Offset: 0x00619110
|
||||
private void COIENIPFOIN()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.NKLBFOPAECO;
|
||||
}
|
||||
|
||||
// Token: 0x06016190 RID: 90512 RVA: 0x0061AF24 File Offset: 0x00619124
|
||||
public void LMPCKHNONMC()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeOut();
|
||||
}
|
||||
|
||||
// Token: 0x06016191 RID: 90513 RVA: 0x0061AF4C File Offset: 0x0061914C
|
||||
public void JDLKLEIPKDG()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.AFIICJMEGJC();
|
||||
}
|
||||
|
||||
// Token: 0x06016192 RID: 90514 RVA: 0x0061AF74 File Offset: 0x00619174
|
||||
private void PGIAPNBIIJG()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.OMIACDICKGJ;
|
||||
}
|
||||
|
||||
// Token: 0x06016193 RID: 90515 RVA: 0x0061AF88 File Offset: 0x00619188
|
||||
private void OFOPHGFIAJM()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Currently, the limit of users is reached for this title. Try again later. Disconnecting");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "HandleEventLeave for player ID: ");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.NKLBFOPAECO;
|
||||
}
|
||||
|
||||
// Token: 0x06016194 RID: 90516 RVA: 0x0061B01C File Offset: 0x0061921C
|
||||
private void OnDestroy()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.LFPNBLPAONA;
|
||||
}
|
||||
|
||||
// Token: 0x06016195 RID: 90517 RVA: 0x0061B030 File Offset: 0x00619230
|
||||
private void OMIACDICKGJ(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.OLGNCPJDCJL() != null && OELGAHAMCLH == this.IAKOIACHLBM)
|
||||
{
|
||||
this.NNCCABOJNMA.CHGDMBILMPL(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF == null || FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06016196 RID: 90518 RVA: 0x0061B080 File Offset: 0x00619280
|
||||
private void ANMNPIKLJDH()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "PARTIAL_SCREEN_DESATURATION");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "<color=\"");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.KBKDGLCPOBF;
|
||||
}
|
||||
|
||||
// Token: 0x06016197 RID: 90519 RVA: 0x0061B114 File Offset: 0x00619314
|
||||
public void NONBMFOKJML(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.ResetHealth(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06016198 RID: 90520 RVA: 0x0061B1D0 File Offset: 0x006193D0
|
||||
public void NCODDPBNKMA()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.CNJDPPIKLGM();
|
||||
}
|
||||
|
||||
// Token: 0x06016199 RID: 90521 RVA: 0x0061B1F8 File Offset: 0x006193F8
|
||||
public bool GENKMMHLFOF()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x0601619A RID: 90522 RVA: 0x0061B220 File Offset: 0x00619420
|
||||
public void OPNPMAIEOMB()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x0601619B RID: 90523 RVA: 0x0061B248 File Offset: 0x00619448
|
||||
public void GJEOFOKMACF(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.LAGHLKCKILP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0601619C RID: 90524 RVA: 0x0061B304 File Offset: 0x00619504
|
||||
public void PCHGHCDCMOG()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.AGKOBCPEJCN();
|
||||
}
|
||||
|
||||
// Token: 0x0601619D RID: 90525 RVA: 0x0061B32C File Offset: 0x0061952C
|
||||
public void OPHLODNJFEC()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.AFIICJMEGJC();
|
||||
}
|
||||
|
||||
// Token: 0x0601619E RID: 90526 RVA: 0x0061B354 File Offset: 0x00619554
|
||||
public void MLCDKJBGNBF()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeOut();
|
||||
}
|
||||
|
||||
// Token: 0x0601619F RID: 90527 RVA: 0x0061B37C File Offset: 0x0061957C
|
||||
private void BDKMGEHDIIH()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "network_join_room");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + ")");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.HJLJFHJAGMB;
|
||||
}
|
||||
|
||||
// Token: 0x060161A0 RID: 90528 RVA: 0x0061B410 File Offset: 0x00619610
|
||||
public void MMBGIABHMND(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.CNDFKLNKEKP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161A1 RID: 90529 RVA: 0x0061B4CC File Offset: 0x006196CC
|
||||
public void CHBICFECNKF()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x060161A2 RID: 90530 RVA: 0x0061B4F4 File Offset: 0x006196F4
|
||||
public void NHOAGGGLLEE()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.DPCAEAEELBP();
|
||||
}
|
||||
|
||||
// Token: 0x060161A3 RID: 90531 RVA: 0x0061B51C File Offset: 0x0061971C
|
||||
public void AEKOGNAJNLH()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.DPCAEAEELBP();
|
||||
}
|
||||
|
||||
// Token: 0x060161A4 RID: 90532 RVA: 0x0061B544 File Offset: 0x00619744
|
||||
public void KPCCKFJCKKF(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.GHKACDIJAPH(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161A5 RID: 90533 RVA: 0x0061B600 File Offset: 0x00619800
|
||||
public Enemy OLGNCPJDCJL()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161A6 RID: 90534 RVA: 0x0061B608 File Offset: 0x00619808
|
||||
public void BNPMIDHHIEC()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.NABAEJGGMDI();
|
||||
}
|
||||
|
||||
// Token: 0x060161A7 RID: 90535 RVA: 0x0061B630 File Offset: 0x00619830
|
||||
public bool NGGFKEMJMPN()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161A8 RID: 90536 RVA: 0x0061B658 File Offset: 0x00619858
|
||||
private void OKPLKICDOJL()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.AGJJHBBIAFM;
|
||||
}
|
||||
|
||||
// Token: 0x060161A9 RID: 90537 RVA: 0x0061B66C File Offset: 0x0061986C
|
||||
public void ONPEMOJFLFI()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.AGKOBCPEJCN();
|
||||
}
|
||||
|
||||
// Token: 0x060161AA RID: 90538 RVA: 0x0061B694 File Offset: 0x00619894
|
||||
private void AGJJHBBIAFM(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.LOFCBMJPLEI() != null && OELGAHAMCLH == this.OLGNCPJDCJL())
|
||||
{
|
||||
this.NNCCABOJNMA.HCAGFPFEKPD(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161AB RID: 90539 RVA: 0x0061B6E4 File Offset: 0x006198E4
|
||||
private void HJLJFHJAGMB(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.KGNGNFENPKD() != null && OELGAHAMCLH == this.LKHGPOLKHCJ())
|
||||
{
|
||||
this.NNCCABOJNMA.FNCAABNAFMN(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161AC RID: 90540 RVA: 0x0061B734 File Offset: 0x00619934
|
||||
private void LNOLDHDMPBH(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.NIDCCAHFONH() != null && OELGAHAMCLH == this.NIDCCAHFONH())
|
||||
{
|
||||
this.NNCCABOJNMA.HCAGFPFEKPD(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF == null || FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161AD RID: 90541 RVA: 0x0061B784 File Offset: 0x00619984
|
||||
public Enemy NOECLHCGCOI()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161AE RID: 90542 RVA: 0x0061B78C File Offset: 0x0061998C
|
||||
public void OILBPJJNMJM()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.NABAEJGGMDI();
|
||||
}
|
||||
|
||||
// Token: 0x060161AF RID: 90543 RVA: 0x0061B7B4 File Offset: 0x006199B4
|
||||
public void DFDCBCACMGO()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.AFIICJMEGJC();
|
||||
}
|
||||
|
||||
// Token: 0x060161B0 RID: 90544 RVA: 0x0061B7DC File Offset: 0x006199DC
|
||||
private void IPAPMGBLCNF()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "RpcKickedFromParty");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "PlayerCombatUI");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.MPJHAPEGAAI;
|
||||
}
|
||||
|
||||
// Token: 0x060161B1 RID: 90545 RVA: 0x0061B870 File Offset: 0x00619A70
|
||||
public void HFFIJJMACDE()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.OJDEGHDFNPF();
|
||||
}
|
||||
|
||||
// Token: 0x060161B2 RID: 90546 RVA: 0x0061B898 File Offset: 0x00619A98
|
||||
public void LABEAECGACP()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.CNJDPPIKLGM();
|
||||
}
|
||||
|
||||
// Token: 0x060161B3 RID: 90547 RVA: 0x0061B8C0 File Offset: 0x00619AC0
|
||||
public bool FJNBCCPOLCJ()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161B4 RID: 90548 RVA: 0x0061B8E8 File Offset: 0x00619AE8
|
||||
private void BOPLFCBMKEL()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "TeleportPoint: Invalid scene name to switch to: ");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "_UAxis");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.KBKDGLCPOBF;
|
||||
}
|
||||
|
||||
// Token: 0x060161B5 RID: 90549 RVA: 0x0061B97C File Offset: 0x00619B7C
|
||||
private void JHCLJIABPPJ()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "time");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "ERROR You have missing MonoBehaviours on your gameobjects!");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.LFPNBLPAONA;
|
||||
}
|
||||
|
||||
// Token: 0x060161B6 RID: 90550 RVA: 0x0061BA10 File Offset: 0x00619C10
|
||||
public void OGDJDMHFDBJ()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.NABAEJGGMDI();
|
||||
}
|
||||
|
||||
// Token: 0x060161B7 RID: 90551 RVA: 0x0061BA38 File Offset: 0x00619C38
|
||||
public void CGFFPJIFHAN(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.CNDFKLNKEKP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161B8 RID: 90552 RVA: 0x0061BAF4 File Offset: 0x00619CF4
|
||||
public void DAJOOCIBMBA(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.LAGHLKCKILP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161B9 RID: 90553 RVA: 0x0061BBB0 File Offset: 0x00619DB0
|
||||
public void MCPDLBNBKNE()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.OMCNJCHPBPF();
|
||||
}
|
||||
|
||||
// Token: 0x060161BA RID: 90554 RVA: 0x0061BBD8 File Offset: 0x00619DD8
|
||||
public Enemy LFHIFJHNBJA()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161BB RID: 90555 RVA: 0x0061BBE0 File Offset: 0x00619DE0
|
||||
private void ANLNFGNBFBB()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Are you sure you want to only play with other PlayStation users?");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "' - ");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.AGJJHBBIAFM;
|
||||
}
|
||||
|
||||
// Token: 0x060161BC RID: 90556 RVA: 0x0061BC74 File Offset: 0x00619E74
|
||||
private void KNKBCPDNDAL()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.LNOLDHDMPBH;
|
||||
}
|
||||
|
||||
// Token: 0x060161BD RID: 90557 RVA: 0x0061BC88 File Offset: 0x00619E88
|
||||
public Enemy LOFCBMJPLEI()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161BE RID: 90558 RVA: 0x0061BC90 File Offset: 0x00619E90
|
||||
public void BFNOIKKGEDF(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.JPDMBFEEPMM(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161BF RID: 90559 RVA: 0x0061BD4C File Offset: 0x00619F4C
|
||||
public bool DMJMALPGCIE()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161C0 RID: 90560 RVA: 0x0061BD74 File Offset: 0x00619F74
|
||||
private void FHNHLAFFFIE()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.FENDCCBIHKG;
|
||||
}
|
||||
|
||||
// Token: 0x060161C1 RID: 90561 RVA: 0x0061BD88 File Offset: 0x00619F88
|
||||
public void PFMEDJMNPBJ(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.LAGHLKCKILP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161C2 RID: 90562 RVA: 0x0061BE44 File Offset: 0x0061A044
|
||||
public void DFIPDAHJPPJ()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.DPCAEAEELBP();
|
||||
}
|
||||
|
||||
// Token: 0x060161C3 RID: 90563 RVA: 0x0061BE6C File Offset: 0x0061A06C
|
||||
public void FadeIn()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeIn();
|
||||
}
|
||||
|
||||
// Token: 0x060161C4 RID: 90564 RVA: 0x0061BE94 File Offset: 0x0061A094
|
||||
public void ECFACMHENPN(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.LAGHLKCKILP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161C5 RID: 90565 RVA: 0x0061BF50 File Offset: 0x0061A150
|
||||
public void AJJDFMOPLNA()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeIn();
|
||||
}
|
||||
|
||||
// Token: 0x060161C6 RID: 90566 RVA: 0x0061BF78 File Offset: 0x0061A178
|
||||
private void KHENCKEEPDB()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + ": ");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Memory was not allocated for the encoder");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.GHPEEHEPKNN;
|
||||
}
|
||||
|
||||
// Token: 0x060161C7 RID: 90567 RVA: 0x0061C00C File Offset: 0x0061A20C
|
||||
public void EGCEMIPJFGG()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.CNJDPPIKLGM();
|
||||
}
|
||||
|
||||
// Token: 0x060161C8 RID: 90568 RVA: 0x0061C034 File Offset: 0x0061A234
|
||||
public void GNGDALHDIAE()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.DPCAEAEELBP();
|
||||
}
|
||||
|
||||
// Token: 0x060161C9 RID: 90569 RVA: 0x0061C05C File Offset: 0x0061A25C
|
||||
public void PCDIGAJGOBC()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.OMCNJCHPBPF();
|
||||
}
|
||||
|
||||
// Token: 0x060161CA RID: 90570 RVA: 0x0061C084 File Offset: 0x0061A284
|
||||
public Enemy KMJIDPFKKIH()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161CB RID: 90571 RVA: 0x0061C08C File Offset: 0x0061A28C
|
||||
public void FadeOut()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeOut();
|
||||
}
|
||||
|
||||
// Token: 0x060161CC RID: 90572 RVA: 0x0061C0B4 File Offset: 0x0061A2B4
|
||||
public Enemy FEONGHKPPHD()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161CD RID: 90573 RVA: 0x0061C0BC File Offset: 0x0061A2BC
|
||||
private void NFALHOGLCIM(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.CCOMDDFFNKG() != null && OELGAHAMCLH == this.BGEEBMDPILF())
|
||||
{
|
||||
this.NNCCABOJNMA.HCAGFPFEKPD(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161CE RID: 90574 RVA: 0x0061C10C File Offset: 0x0061A30C
|
||||
public void JLCCECPNLAO(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.LAGHLKCKILP(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161CF RID: 90575 RVA: 0x0061C1C8 File Offset: 0x0061A3C8
|
||||
private void ELGNPOOKMEE()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.JBEACIAFNPG;
|
||||
}
|
||||
|
||||
// Token: 0x060161D0 RID: 90576 RVA: 0x0061C1DC File Offset: 0x0061A3DC
|
||||
public Enemy LCOFIHGOEPJ()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161D1 RID: 90577 RVA: 0x0061C1E4 File Offset: 0x0061A3E4
|
||||
private void GHPEEHEPKNN(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.JGPCAILPANB() != null && OELGAHAMCLH == this.KMJIDPFKKIH())
|
||||
{
|
||||
this.NNCCABOJNMA.CCBGMDGONHP(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161D2 RID: 90578 RVA: 0x0061C234 File Offset: 0x0061A434
|
||||
public void LGDAGPABNGN()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.OJDEGHDFNPF();
|
||||
}
|
||||
|
||||
// Token: 0x060161D3 RID: 90579 RVA: 0x0061C25C File Offset: 0x0061A45C
|
||||
public void JDMDCDKDNOA()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x060161D4 RID: 90580 RVA: 0x0061C284 File Offset: 0x0061A484
|
||||
public Enemy KGNGNFENPKD()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161D5 RID: 90581 RVA: 0x0061C28C File Offset: 0x0061A48C
|
||||
public bool HHHECEEBEPI()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161D6 RID: 90582 RVA: 0x0061C2B4 File Offset: 0x0061A4B4
|
||||
public Enemy CEFHMDIPILB()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161D7 RID: 90583 RVA: 0x0061C2BC File Offset: 0x0061A4BC
|
||||
public bool BHAMHNLCPMF()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161D8 RID: 90584 RVA: 0x0061C2E4 File Offset: 0x0061A4E4
|
||||
private void DCKOCPMABHH()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Paintball");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "ExitGames.Client.Photon.SocketWebTcpCoroutine, Assembly-CSharp");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.AGJJHBBIAFM;
|
||||
}
|
||||
|
||||
// Token: 0x060161D9 RID: 90585 RVA: 0x0061C378 File Offset: 0x0061A578
|
||||
private void DPLLNOLJDIG(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.DALCHBFNMHO() != null && OELGAHAMCLH == this.NIDCCAHFONH())
|
||||
{
|
||||
this.NNCCABOJNMA.FNCAABNAFMN(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF == null || FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161DA RID: 90586 RVA: 0x0061C3C8 File Offset: 0x0061A5C8
|
||||
public void DMLIOGNAPHJ()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = false;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x060161DB RID: 90587 RVA: 0x0061C3F0 File Offset: 0x0061A5F0
|
||||
private void IOKIFHGPMKI()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "easetype");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + ". Possible scene loading in progress?");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.OMIACDICKGJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161DC RID: 90588 RVA: 0x0061C484 File Offset: 0x0061A684
|
||||
public bool IOHEABCOPDC()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161DD RID: 90589 RVA: 0x0061C4AC File Offset: 0x0061A6AC
|
||||
public void BMAIHIPGALK()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.GABPPGNBGJI();
|
||||
}
|
||||
|
||||
// Token: 0x060161DE RID: 90590 RVA: 0x0061C4D4 File Offset: 0x0061A6D4
|
||||
public Enemy GGMJPCBJEHD()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161DF RID: 90591 RVA: 0x0061C4DC File Offset: 0x0061A6DC
|
||||
public bool MNBEPCJHKGP()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x17000961 RID: 2401
|
||||
// (get) Token: 0x060161E0 RID: 90592 RVA: 0x0061C504 File Offset: 0x0061A704
|
||||
public bool IIEGGLHMOBH
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161E1 RID: 90593 RVA: 0x0061C52C File Offset: 0x0061A72C
|
||||
public Enemy BGEEBMDPILF()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161E2 RID: 90594 RVA: 0x0061C534 File Offset: 0x0061A734
|
||||
private void PBCGMHKELND()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + " iterations for read and write");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "_Phi0");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.LFPNBLPAONA;
|
||||
}
|
||||
|
||||
// Token: 0x060161E3 RID: 90595 RVA: 0x0061C5C8 File Offset: 0x0061A7C8
|
||||
public void EONJAIJBONC(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.GHKACDIJAPH(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161E5 RID: 90597 RVA: 0x0061C68C File Offset: 0x0061A88C
|
||||
private void Awake()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + " is missing a health bar.");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + " is missing a maintain world space offset.");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.LFPNBLPAONA;
|
||||
}
|
||||
|
||||
// Token: 0x060161E6 RID: 90598 RVA: 0x0061C720 File Offset: 0x0061A920
|
||||
public void CEELEKMCMDI(Enemy NOBAPCOKFIL)
|
||||
{
|
||||
this.FFFPLFHIKAJ = NOBAPCOKFIL;
|
||||
if (this.FFFPLFHIKAJ != null)
|
||||
{
|
||||
this.BBLGPDLKOPA.Origin = ((!(this.FFFPLFHIKAJ.FBDCNFJBHGJ != null)) ? this.FFFPLFHIKAJ.transform : this.FFFPLFHIKAJ.FBDCNFJBHGJ);
|
||||
this.BBLGPDLKOPA.WorldSpaceOffset = this.FFFPLFHIKAJ.ADICENJGLIK;
|
||||
base.transform.localScale = this.NPANEAANPBE * this.FFFPLFHIKAJ.FAACICEBGOI;
|
||||
this.NNCCABOJNMA.GHKACDIJAPH(this.FFFPLFHIKAJ.CNHBPJFLDCE, this.FFFPLFHIKAJ.BNBJJKCBDFC);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161E7 RID: 90599 RVA: 0x0061C7DC File Offset: 0x0061A9DC
|
||||
private void IGPFODPCJEP()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Failed to ");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "RpcMasterRequestLootCollect");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.MEPCGLJIOMN;
|
||||
}
|
||||
|
||||
// Token: 0x060161E9 RID: 90601 RVA: 0x0061C884 File Offset: 0x0061AA84
|
||||
public bool DIHGBPIICII()
|
||||
{
|
||||
return this.NNCCABOJNMA != null && this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161EA RID: 90602 RVA: 0x0061C8AC File Offset: 0x0061AAAC
|
||||
private void LFPNBLPAONA(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.IAKOIACHLBM != null && OELGAHAMCLH == this.IAKOIACHLBM)
|
||||
{
|
||||
this.NNCCABOJNMA.OnHealthChange(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161EB RID: 90603 RVA: 0x0061C8FC File Offset: 0x0061AAFC
|
||||
private void CELAHBMKHDL()
|
||||
{
|
||||
Enemy.EOLMIHIHEIA -= this.OMIACDICKGJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161EC RID: 90604 RVA: 0x0061C910 File Offset: 0x0061AB10
|
||||
public bool OMGCLHJBLIL()
|
||||
{
|
||||
return !(this.NNCCABOJNMA != null) || this.NNCCABOJNMA.gameObject.activeSelf;
|
||||
}
|
||||
|
||||
// Token: 0x060161ED RID: 90605 RVA: 0x0061C938 File Offset: 0x0061AB38
|
||||
public void FJJDAOPBEJP()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.FadeIn();
|
||||
}
|
||||
|
||||
// Token: 0x060161EE RID: 90606 RVA: 0x0061C960 File Offset: 0x0061AB60
|
||||
private void FNNEJGDMBNI()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "api_key");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "RC");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.LNOLDHDMPBH;
|
||||
}
|
||||
|
||||
// Token: 0x060161EF RID: 90607 RVA: 0x0061C9F4 File Offset: 0x0061ABF4
|
||||
public Enemy DALCHBFNMHO()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161F0 RID: 90608 RVA: 0x0061C9FC File Offset: 0x0061ABFC
|
||||
public Enemy CCOMDDFFNKG()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x060161F1 RID: 90609 RVA: 0x0061CA04 File Offset: 0x0061AC04
|
||||
public void JDAGOGAFKCH()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.AFIICJMEGJC();
|
||||
}
|
||||
|
||||
// Token: 0x060161F2 RID: 90610 RVA: 0x0061CA2C File Offset: 0x0061AC2C
|
||||
private void JBEACIAFNPG(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.OLGNCPJDCJL() != null && OELGAHAMCLH == this.NOECLHCGCOI())
|
||||
{
|
||||
this.NNCCABOJNMA.CHGDMBILMPL(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161F3 RID: 90611 RVA: 0x0061CA7C File Offset: 0x0061AC7C
|
||||
private void MEPCGLJIOMN(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.CCOMDDFFNKG() != null && OELGAHAMCLH == this.IAKOIACHLBM)
|
||||
{
|
||||
this.NNCCABOJNMA.LAGEJNLGKPC(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161F4 RID: 90612 RVA: 0x0061CACC File Offset: 0x0061ACCC
|
||||
public void FKPDMAADIJC()
|
||||
{
|
||||
base.gameObject.SetActive(true);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.OJDEGHDFNPF();
|
||||
}
|
||||
|
||||
// Token: 0x060161F5 RID: 90613 RVA: 0x0061CAF4 File Offset: 0x0061ACF4
|
||||
private void JCIBODNDMOO()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + ":");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "Invalid month entered");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.MPJHAPEGAAI;
|
||||
}
|
||||
|
||||
// Token: 0x060161F6 RID: 90614 RVA: 0x0061CB88 File Offset: 0x0061AD88
|
||||
private void FENDCCBIHKG(Enemy OELGAHAMCLH, int LFONELBJLED, int GNCDMBNIPNN, LNJFBGIBLHA FFLHCPIOKNF)
|
||||
{
|
||||
if (this.OLGNCPJDCJL() != null && OELGAHAMCLH == this.NOECLHCGCOI())
|
||||
{
|
||||
this.NNCCABOJNMA.OnHealthChange(LFONELBJLED, GNCDMBNIPNN, FFLHCPIOKNF != null && FFLHCPIOKNF.IPFPJCPGENH);
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060161F7 RID: 90615 RVA: 0x0061CBD8 File Offset: 0x0061ADD8
|
||||
private void FIDMEJHMGJI()
|
||||
{
|
||||
this.NNCCABOJNMA = base.GetComponentInChildren<HealthBar>();
|
||||
if (this.NNCCABOJNMA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "looktarget");
|
||||
}
|
||||
this.BBLGPDLKOPA = base.GetComponent<MaintainWorldSpaceOffset>();
|
||||
if (this.BBLGPDLKOPA == null)
|
||||
{
|
||||
Debug.LogError(base.name + "The current activity is not a Room!");
|
||||
}
|
||||
this.NPANEAANPBE = base.transform.localScale;
|
||||
Enemy.EOLMIHIHEIA += this.HJLJFHJAGMB;
|
||||
}
|
||||
|
||||
// Token: 0x060161F8 RID: 90616 RVA: 0x0061CC6C File Offset: 0x0061AE6C
|
||||
public void AOIBJNOGNDN()
|
||||
{
|
||||
base.gameObject.SetActive(false);
|
||||
this.BBLGPDLKOPA.enabled = true;
|
||||
this.NNCCABOJNMA.JGDEJLHKNMD();
|
||||
}
|
||||
|
||||
// Token: 0x060161F9 RID: 90617 RVA: 0x0061CC94 File Offset: 0x0061AE94
|
||||
public Enemy JGPCAILPANB()
|
||||
{
|
||||
return this.FFFPLFHIKAJ;
|
||||
}
|
||||
|
||||
// Token: 0x04003DF3 RID: 15859
|
||||
private HealthBar NNCCABOJNMA;
|
||||
|
||||
// Token: 0x04003DF4 RID: 15860
|
||||
private MaintainWorldSpaceOffset BBLGPDLKOPA;
|
||||
|
||||
// Token: 0x04003DF5 RID: 15861
|
||||
private Vector3 NPANEAANPBE = Vector3.one;
|
||||
|
||||
// Token: 0x04003DF6 RID: 15862
|
||||
private Enemy FFFPLFHIKAJ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user