1899 lines
58 KiB
C#
1899 lines
58 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Photon;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000C70 RID: 3184
|
|
[DisallowMultipleComponent]
|
|
public class PlayerBackpack : global::Photon.MonoBehaviour
|
|
{
|
|
// Token: 0x0601932B RID: 103211 RVA: 0x006F8DC8 File Offset: 0x006F6FC8
|
|
private void LHEIJBAMOLM(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601932C RID: 103212 RVA: 0x006F8E20 File Offset: 0x006F7020
|
|
private void JOKNGBKJLJD(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.DKJJJDOLIDA(JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601932D RID: 103213 RVA: 0x006F8E90 File Offset: 0x006F7090
|
|
private void BGADIBFGABD(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.DKJJJDOLIDA(JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601932E RID: 103214 RVA: 0x006F8F00 File Offset: 0x006F7100
|
|
private void MIHMDHNLPAD(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601932F RID: 103215 RVA: 0x006F8F70 File Offset: 0x006F7170
|
|
protected virtual void NJMHCHPEMKD()
|
|
{
|
|
base.Awake();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019330 RID: 103216 RVA: 0x006F8F84 File Offset: 0x006F7184
|
|
private void EBMACIPLEOE()
|
|
{
|
|
if (this.HLLKMNAFJOP())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.ICLCAAKCNFP();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"tried to set audiosource time for clip of length ",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "YOU REVIVED ", 4 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.ACEAACJNNAF().OMNKKJNHJHD(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.LPIGNDODMGN;
|
|
this.NFPFDPHKOLJ(0, 0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019331 RID: 103217 RVA: 0x006F9090 File Offset: 0x006F7290
|
|
protected virtual void IBGMECCOGML()
|
|
{
|
|
base.IPAPMGBLCNF();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019332 RID: 103218 RVA: 0x006F90A4 File Offset: 0x006F72A4
|
|
private void HOGIIDAFHOC(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.PAENJCDMBIJ;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019333 RID: 103219 RVA: 0x006F9104 File Offset: 0x006F7304
|
|
private void LFIEPJCFHHF(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019334 RID: 103220 RVA: 0x006F915C File Offset: 0x006F735C
|
|
private void GGNHDPGPJDK(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.SetVisible(!JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019335 RID: 103221 RVA: 0x006F91CC File Offset: 0x006F73CC
|
|
private void BELBCEDHFKC(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019336 RID: 103222 RVA: 0x006F9224 File Offset: 0x006F7424
|
|
public void PBCNJEEEDDK()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019337 RID: 103223 RVA: 0x006F9290 File Offset: 0x006F7490
|
|
private void GFKEBEGNCOA(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.PAENJCDMBIJ;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019338 RID: 103224 RVA: 0x006F92F0 File Offset: 0x006F74F0
|
|
private void GFGBJGOOCCF(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019339 RID: 103225 RVA: 0x006F9348 File Offset: 0x006F7548
|
|
public void ResetAllTools()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601933A RID: 103226 RVA: 0x006F93B4 File Offset: 0x006F75B4
|
|
private void BKLFFCGBICF(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601933B RID: 103227 RVA: 0x006F940C File Offset: 0x006F760C
|
|
private void HLCJJLKACDF(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.DKJJJDOLIDA(!JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601933C RID: 103228 RVA: 0x006F947C File Offset: 0x006F767C
|
|
private void BKAGINONEDO(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.SetVisible(!JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601933D RID: 103229 RVA: 0x006F94EC File Offset: 0x006F76EC
|
|
private void MPGLEHLOABA(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.SetVisible(JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601933E RID: 103230 RVA: 0x006F955C File Offset: 0x006F775C
|
|
private void PEAKGAFLKAC(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601933F RID: 103231 RVA: 0x006F9560 File Offset: 0x006F7760
|
|
protected virtual void OMAHPJFFBDE()
|
|
{
|
|
base.MICFHMAIGIB();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019340 RID: 103232 RVA: 0x006F9574 File Offset: 0x006F7774
|
|
private void MHPEFALKKJD(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.SetVisible(JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019341 RID: 103233 RVA: 0x006F95E4 File Offset: 0x006F77E4
|
|
private void LAOOMEGKDJA(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019342 RID: 103234 RVA: 0x006F963C File Offset: 0x006F783C
|
|
public void CGLIHEKPDKM()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019343 RID: 103235 RVA: 0x006F96A8 File Offset: 0x006F78A8
|
|
private void MDHENNEMKJD()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform shareCameraRootTransform = flowByType.PMPDGIGMJFJ;
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Sad",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "BowString.RetractableRigidbodyPickup.RestTransform is NULL", 7 }
|
|
};
|
|
Vector3 position = shareCameraRootTransform.position;
|
|
Quaternion rotation = shareCameraRootTransform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.LHEPJEHMAEC().GCPHMBPAAOM(), dictionary);
|
|
this.KKGKHKLHPBN(this.KAAJOPLFDOK, shareCameraRootTransform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.PEAKGAFLKAC;
|
|
this.JENLMLBEKLN(0, 1, 1, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019344 RID: 103236 RVA: 0x006F97B4 File Offset: 0x006F79B4
|
|
private void GJPHJDPKKPJ(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.DKJJJDOLIDA(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019345 RID: 103237 RVA: 0x006F9824 File Offset: 0x006F7A24
|
|
private void PPPIEOGEEMP(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019346 RID: 103238 RVA: 0x006F9894 File Offset: 0x006F7A94
|
|
private void PPLKDADKDFC(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019347 RID: 103239 RVA: 0x006F9904 File Offset: 0x006F7B04
|
|
private void LHJGNOODHPG()
|
|
{
|
|
if (this.HLLKMNAFJOP())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.IKBBJALLEFE();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Error reporting room: ",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "You Leveled Up!", 6 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.POOAOJPEDJD().HNPFGGAKNPI(), dictionary);
|
|
this.ACKBHAALCKA(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.NFPFDPHKOLJ;
|
|
this.NIHIHHDABAC(0, 0, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019348 RID: 103240 RVA: 0x006F9A10 File Offset: 0x006F7C10
|
|
private void NFPFDPHKOLJ(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019349 RID: 103241 RVA: 0x006F9A14 File Offset: 0x006F7C14
|
|
public void LIFDCNLMOGC()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601934A RID: 103242 RVA: 0x006F9A80 File Offset: 0x006F7C80
|
|
private void MBGMMCOMOLF(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.SetVisible(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601934B RID: 103243 RVA: 0x006F9AF0 File Offset: 0x006F7CF0
|
|
private void KHMJIPJONCE(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.DDOKOHBHLAG;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601934C RID: 103244 RVA: 0x006F9B50 File Offset: 0x006F7D50
|
|
private void LKIBODHFMHA()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
": True \n",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "_DepthEpi", 3 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.CJKKPMHAMCN().ADMBCINHJOG, dictionary);
|
|
this.JBIFHIIJPII(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.GEPCCKOICPO;
|
|
this.DBCCBJFODEP(0, 1, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601934D RID: 103245 RVA: 0x006F9C5C File Offset: 0x006F7E5C
|
|
private void CIEJIIFEGKN(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601934E RID: 103246 RVA: 0x006F9CB4 File Offset: 0x006F7EB4
|
|
private void IHNMLMNMCAC()
|
|
{
|
|
if (this.HEGAPJJIPCA())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.PENCEMNOFFM();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"EUR",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "/receipt", 1 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.LHEPJEHMAEC().GCPHMBPAAOM(), dictionary);
|
|
this.NFHMJFKIBLE(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.HBEOGPFPMMK;
|
|
this.NFPFDPHKOLJ(1, 1, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601934F RID: 103247 RVA: 0x006F9DC0 File Offset: 0x006F7FC0
|
|
protected virtual void BOFMPPGNKAI()
|
|
{
|
|
base.ELPAGAAOPFN();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019350 RID: 103248 RVA: 0x006F9DD4 File Offset: 0x006F7FD4
|
|
private void PAENJCDMBIJ(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019351 RID: 103249 RVA: 0x006F9E2C File Offset: 0x006F802C
|
|
protected virtual void AMNNBMEMJGB()
|
|
{
|
|
base.NGOPCBJCNJM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019352 RID: 103250 RVA: 0x006F9E40 File Offset: 0x006F8040
|
|
private void NIHIHHDABAC(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019353 RID: 103251 RVA: 0x006F9E44 File Offset: 0x006F8044
|
|
private void EKKGEDBDINH()
|
|
{
|
|
if (this.PCGELLFCMPB())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.ICLCAAKCNFP();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"debugAction",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "partyId", 0 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.LJILHDMCKME().GCPHMBPAAOM(), dictionary);
|
|
this.KKGKHKLHPBN(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.NFPFDPHKOLJ;
|
|
this.GEPCCKOICPO(1, 1, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019354 RID: 103252 RVA: 0x006F9F50 File Offset: 0x006F8150
|
|
public void ILPGJCMHGPA()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019355 RID: 103253 RVA: 0x006F9FBC File Offset: 0x006F81BC
|
|
private void OCKLMPIIPNL(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.SetVisible(!JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019356 RID: 103254 RVA: 0x006FA02C File Offset: 0x006F822C
|
|
private void IEFHIBMOOEF(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019357 RID: 103255 RVA: 0x006FA030 File Offset: 0x006F8230
|
|
public void PEDAGIJJMBI()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019358 RID: 103256 RVA: 0x006FA09C File Offset: 0x006F829C
|
|
protected virtual void FPMMBPEOBEE()
|
|
{
|
|
base.MPIHCILBGLM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019359 RID: 103257 RVA: 0x006FA0B0 File Offset: 0x006F82B0
|
|
private void JGOAIIIJNAI()
|
|
{
|
|
if (this.BGOFBKHOLHF())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"target",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "LFCID", 4 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.POOAOJPEDJD().OMNKKJNHJHD(), dictionary);
|
|
this.IBHGNLJCOFK(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.CFCGDKBDHIA;
|
|
this.DBCCBJFODEP(0, 0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601935A RID: 103258 RVA: 0x006FA1BC File Offset: 0x006F83BC
|
|
private void Start()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform shareCameraRootTransform = flowByType.PMPDGIGMJFJ;
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Owner",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Purpose", 2 }
|
|
};
|
|
Vector3 position = shareCameraRootTransform.position;
|
|
Quaternion rotation = shareCameraRootTransform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.OMNGGJICBBI.ADMBCINHJOG, dictionary);
|
|
this.AIINHMMFFED(this.KAAJOPLFDOK, shareCameraRootTransform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.LPIGNDODMGN;
|
|
this.LPIGNDODMGN(0, 0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601935B RID: 103259 RVA: 0x006FA2C8 File Offset: 0x006F84C8
|
|
private void NFHMJFKIBLE(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LHEIJBAMOLM;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601935C RID: 103260 RVA: 0x006FA328 File Offset: 0x006F8528
|
|
private void DDOKOHBHLAG(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601935D RID: 103261 RVA: 0x006FA380 File Offset: 0x006F8580
|
|
private void FCCNDBIOPGO(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LFIEPJCFHHF;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601935E RID: 103262 RVA: 0x006FA3E0 File Offset: 0x006F85E0
|
|
private void DBCCBJFODEP(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601935F RID: 103263 RVA: 0x006FA3E4 File Offset: 0x006F85E4
|
|
private void DHFIEJFNMKO(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019360 RID: 103264 RVA: 0x006FA3E8 File Offset: 0x006F85E8
|
|
private void BAOEMJINGEG(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.CFHEFCHCANB(JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019361 RID: 103265 RVA: 0x006FA458 File Offset: 0x006F8658
|
|
public void NPJEBOBMEHL()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019362 RID: 103266 RVA: 0x006FA4C4 File Offset: 0x006F86C4
|
|
private void JMLFBANEHOJ(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.SetVisible(JECMDKOKMME, true);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019363 RID: 103267 RVA: 0x006FA534 File Offset: 0x006F8734
|
|
private void NBIDALCGLNB(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019364 RID: 103268 RVA: 0x006FA538 File Offset: 0x006F8738
|
|
private void DHBLKDIDLLI(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.GFGBJGOOCCF;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019365 RID: 103269 RVA: 0x006FA598 File Offset: 0x006F8798
|
|
private void EBHDKMLNHPG(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LKAPIOGPNNK;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019366 RID: 103270 RVA: 0x006FA5F8 File Offset: 0x006F87F8
|
|
private void KCMHNMPNGCI()
|
|
{
|
|
if (this.OBFPLPPCJLL())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"No Hand Hovering",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "You Leveled Up!", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.JNFDHNMMHGN().HNPFGGAKNPI(), dictionary);
|
|
this.CAMBDKBCMIP(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.DBCCBJFODEP;
|
|
this.NFPFDPHKOLJ(1, 0, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019367 RID: 103271 RVA: 0x006FA704 File Offset: 0x006F8904
|
|
private void IBJNBGMLELF()
|
|
{
|
|
if (this.NMDPPKDGAJN())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.PENCEMNOFFM();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"ButtonDown_4",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "December", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.LHEPJEHMAEC().NBAIABPNLNK(), dictionary);
|
|
this.KHMJIPJONCE(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.JENLMLBEKLN;
|
|
this.PEAKGAFLKAC(1, 1, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019368 RID: 103272 RVA: 0x006FA810 File Offset: 0x006F8A10
|
|
private void NBOJFJCNANB(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019369 RID: 103273 RVA: 0x006FA868 File Offset: 0x006F8A68
|
|
private void JGNBDJJCACH(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601936A RID: 103274 RVA: 0x006FA8C0 File Offset: 0x006F8AC0
|
|
public void JNJBNMPLBNF()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601936B RID: 103275 RVA: 0x006FA92C File Offset: 0x006F8B2C
|
|
private void FAJGMJFGMHP()
|
|
{
|
|
if (this.HLLKMNAFJOP())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.ICLCAAKCNFP();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"activityName",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "color", 0 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.OMNGGJICBBI.ADMBCINHJOG, dictionary);
|
|
this.JBIFHIIJPII(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.NBIDALCGLNB;
|
|
this.LPIGNDODMGN(0, 1, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601936D RID: 103277 RVA: 0x006FAA4C File Offset: 0x006F8C4C
|
|
protected virtual void PAALCGEAEDE()
|
|
{
|
|
base.ELPAGAAOPFN();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x0601936E RID: 103278 RVA: 0x006FAA60 File Offset: 0x006F8C60
|
|
public void MOHKAOHCEDO()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601936F RID: 103279 RVA: 0x006FAACC File Offset: 0x006F8CCC
|
|
protected virtual void ANMNPIKLJDH()
|
|
{
|
|
base.LGCNFLACIIH();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019370 RID: 103280 RVA: 0x006FAAE0 File Offset: 0x006F8CE0
|
|
public void APGALEMILJE()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019371 RID: 103281 RVA: 0x006FAB4C File Offset: 0x006F8D4C
|
|
private void JFKMCAIBKLF()
|
|
{
|
|
if (this.GNCAHBDHAEI())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform shareCameraRootTransform = flowByType.PMPDGIGMJFJ;
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"google_analytics_clientid_pref_key",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Saving...", 2 }
|
|
};
|
|
Vector3 position = shareCameraRootTransform.position;
|
|
Quaternion rotation = shareCameraRootTransform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.CJKKPMHAMCN().HNPFGGAKNPI(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, shareCameraRootTransform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.GEPCCKOICPO;
|
|
this.DHFIEJFNMKO(1, 0, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019372 RID: 103282 RVA: 0x006FAC58 File Offset: 0x006F8E58
|
|
private void ADIMNKKPECO()
|
|
{
|
|
if (this.BGOFBKHOLHF())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.ICLCAAKCNFP();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"PlayerId",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "chat", 1 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.BIPEBCPEPKL().HNPFGGAKNPI(), dictionary);
|
|
this.DHBLKDIDLLI(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.GEPCCKOICPO;
|
|
this.OJMMPAMLKDL(0, 0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019373 RID: 103283 RVA: 0x006FAD64 File Offset: 0x006F8F64
|
|
protected virtual void OPDMENDFALI()
|
|
{
|
|
base.MPIHCILBGLM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019374 RID: 103284 RVA: 0x006FAD78 File Offset: 0x006F8F78
|
|
private void GNNNAOIDMFP()
|
|
{
|
|
if (this.HEGAPJJIPCA())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Null/empty value for header: {0}",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Flag Dropped", 2 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.LJILHDMCKME().GCPHMBPAAOM(), dictionary);
|
|
this.AIINHMMFFED(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.NFPFDPHKOLJ;
|
|
this.NFPFDPHKOLJ(0, 0, 1, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019375 RID: 103285 RVA: 0x006FAE84 File Offset: 0x006F9084
|
|
public void NOGHJNEGAHN()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019376 RID: 103286 RVA: 0x006FAEF0 File Offset: 0x006F90F0
|
|
private void JGEPNJDKKKI()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.IKBBJALLEFE();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Unable to complete initial room load.",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Encounter: {0} Step: {1}. {2}", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.CJKKPMHAMCN().GCPHMBPAAOM(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.OJMMPAMLKDL;
|
|
this.PEAKGAFLKAC(0, 0, 1, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019377 RID: 103287 RVA: 0x006FAFFC File Offset: 0x006F91FC
|
|
private void GMBFJHIHJFB()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.CNBKKOMLCHK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"PID",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "z", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.JNFDHNMMHGN().ADMBCINHJOG, dictionary);
|
|
this.FCCNDBIOPGO(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.PEAKGAFLKAC;
|
|
this.LPIGNDODMGN(0, 1, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019378 RID: 103288 RVA: 0x006FB108 File Offset: 0x006F9308
|
|
public void CNNLAANNKIG()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019379 RID: 103289 RVA: 0x006FB174 File Offset: 0x006F9374
|
|
private void FOBNPOBJMDO(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601937A RID: 103290 RVA: 0x006FB1E4 File Offset: 0x006F93E4
|
|
protected virtual void GAMKILIEJHG()
|
|
{
|
|
base.Awake();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x0601937B RID: 103291 RVA: 0x006FB1F8 File Offset: 0x006F93F8
|
|
protected virtual void AJMAOAOGHFK()
|
|
{
|
|
base.IPAPMGBLCNF();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x0601937C RID: 103292 RVA: 0x006FB20C File Offset: 0x006F940C
|
|
private void AMBDKEMHKIL(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.DKJJJDOLIDA(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601937D RID: 103293 RVA: 0x006FB27C File Offset: 0x006F947C
|
|
private void JENLMLBEKLN(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601937E RID: 103294 RVA: 0x006FB280 File Offset: 0x006F9480
|
|
private void EHHPCGOOPLD()
|
|
{
|
|
if (this.HLLKMNAFJOP())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.ICLCAAKCNFP();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"ImageName",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Missing stop target!", 0 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.HOPJELLOPNJ().NBAIABPNLNK(), dictionary);
|
|
this.HOGIIDAFHOC(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.DBCCBJFODEP;
|
|
this.CFCGDKBDHIA(0, 0, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601937F RID: 103295 RVA: 0x006FB38C File Offset: 0x006F958C
|
|
protected virtual void IOKIFHGPMKI()
|
|
{
|
|
base.NGOPCBJCNJM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019380 RID: 103296 RVA: 0x006FB3A0 File Offset: 0x006F95A0
|
|
private void FGBJJONEBDC()
|
|
{
|
|
if (this.GJLCBGPGIGN())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.IKBBJALLEFE();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"TE",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "GoogleAnalyticsRequestCache", 0 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.HOPJELLOPNJ().OMNKKJNHJHD(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.HBEOGPFPMMK;
|
|
this.JENLMLBEKLN(0, 0, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019381 RID: 103297 RVA: 0x006FB4AC File Offset: 0x006F96AC
|
|
private void NMLGGBMJAGM(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.BELBCEDHFKC;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019382 RID: 103298 RVA: 0x006FB50C File Offset: 0x006F970C
|
|
protected virtual void JCIBODNDMOO()
|
|
{
|
|
base.Awake();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019383 RID: 103299 RVA: 0x006FB520 File Offset: 0x006F9720
|
|
private void ACNKPEFNLFO()
|
|
{
|
|
if (this.EEHCAMCMPAG())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.GMHPDDBGHPO();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"BowString is NULL",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "amplitude_sequence_number", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.JNFDHNMMHGN().JLIJDKOGAEB(), dictionary);
|
|
this.CAMBDKBCMIP(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.NFPFDPHKOLJ;
|
|
this.LPIGNDODMGN(0, 0, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019384 RID: 103300 RVA: 0x006FB62C File Offset: 0x006F982C
|
|
private void GACCJHLDBIG(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x06019385 RID: 103301 RVA: 0x006FB684 File Offset: 0x006F9884
|
|
protected virtual void KMMLOFCGIMG()
|
|
{
|
|
base.DLCHNOFPONJ();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019386 RID: 103302 RVA: 0x006FB698 File Offset: 0x006F9898
|
|
private void KKGKHKLHPBN(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.CHEFEIEEKCJ;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019387 RID: 103303 RVA: 0x006FB6F8 File Offset: 0x006F98F8
|
|
private void BAFACMBPNEI(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019388 RID: 103304 RVA: 0x006FB768 File Offset: 0x006F9968
|
|
private void LPIGNDODMGN(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06019389 RID: 103305 RVA: 0x006FB76C File Offset: 0x006F996C
|
|
private void CBNFIOBLLIH()
|
|
{
|
|
if (this.NMDPPKDGAJN())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.CNBKKOMLCHK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Timeout waiting to join game (state: {0}, region: {1})",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "RpcOnPlayerOut", 1 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.CJKKPMHAMCN().ADMBCINHJOG, dictionary);
|
|
this.JBIFHIIJPII(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.CFCGDKBDHIA;
|
|
this.JENLMLBEKLN(1, 1, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601938A RID: 103306 RVA: 0x006FB878 File Offset: 0x006F9A78
|
|
private void ICLDNEMPJGJ(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601938B RID: 103307 RVA: 0x006FB8D0 File Offset: 0x006F9AD0
|
|
private void LKAPIOGPNNK(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x0601938C RID: 103308 RVA: 0x006FB928 File Offset: 0x006F9B28
|
|
public void NNKDLMPNIJD()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601938D RID: 103309 RVA: 0x006FB994 File Offset: 0x006F9B94
|
|
private void OJMMPAMLKDL(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601938E RID: 103310 RVA: 0x006FB998 File Offset: 0x006F9B98
|
|
private void HBEOGPFPMMK(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601938F RID: 103311 RVA: 0x006FB99C File Offset: 0x006F9B9C
|
|
protected virtual void AAEMAOKGCAF()
|
|
{
|
|
base.ELPAGAAOPFN();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019390 RID: 103312 RVA: 0x006FB9B0 File Offset: 0x006F9BB0
|
|
public void MFGEELEBAHP()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019391 RID: 103313 RVA: 0x006FBA1C File Offset: 0x006F9C1C
|
|
public void JCBNILJMABC()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019392 RID: 103314 RVA: 0x006FBA88 File Offset: 0x006F9C88
|
|
private void PJIPGBLHFNL()
|
|
{
|
|
if (this.NHDDPGADJPJ)
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.IKBBJALLEFE();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
":",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "Operation failed: ", 3 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.HOPJELLOPNJ().NBAIABPNLNK(), dictionary);
|
|
this.OCHADIOJFHI(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.CFCGDKBDHIA;
|
|
this.DBCCBJFODEP(0, 0, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019393 RID: 103315 RVA: 0x006FBB94 File Offset: 0x006F9D94
|
|
private void CAMBDKBCMIP(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LAOOMEGKDJA;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019394 RID: 103316 RVA: 0x006FBBF4 File Offset: 0x006F9DF4
|
|
protected virtual void DLHCKBDMBAF()
|
|
{
|
|
base.IPAPMGBLCNF();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x06019395 RID: 103317 RVA: 0x006FBC08 File Offset: 0x006F9E08
|
|
private void JBIFHIIJPII(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.CFADFDLOJOK;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019396 RID: 103318 RVA: 0x006FBC68 File Offset: 0x006F9E68
|
|
private void MLFOFBJPLBH(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LKAPIOGPNNK;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019397 RID: 103319 RVA: 0x006FBCC8 File Offset: 0x006F9EC8
|
|
private void MJDNMKLIFLG(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.CFHEFCHCANB(JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019398 RID: 103320 RVA: 0x006FBD38 File Offset: 0x006F9F38
|
|
private void OCHADIOJFHI(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.LHEIJBAMOLM;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06019399 RID: 103321 RVA: 0x006FBD98 File Offset: 0x006F9F98
|
|
protected override void Awake()
|
|
{
|
|
base.Awake();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x0601939A RID: 103322 RVA: 0x006FBDAC File Offset: 0x006F9FAC
|
|
protected virtual void GNAMFALOEJM()
|
|
{
|
|
base.MPIHCILBGLM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x0601939B RID: 103323 RVA: 0x006FBDC0 File Offset: 0x006F9FC0
|
|
private void GEMPJFEKJKA()
|
|
{
|
|
if (this.KKDEBGNKDMG())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.LNKGAAEPMEO().MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Processing",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "event_id", 6 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.OMNGGJICBBI.HNPFGGAKNPI(), dictionary);
|
|
this.KHMJIPJONCE(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.JENLMLBEKLN;
|
|
this.HBEOGPFPMMK(1, 1, 1, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601939C RID: 103324 RVA: 0x006FBECC File Offset: 0x006FA0CC
|
|
private void GEPCCKOICPO(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0601939D RID: 103325 RVA: 0x006FBED0 File Offset: 0x006FA0D0
|
|
private void DFGDLBHJOKI(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.CFHEFCHCANB(JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601939E RID: 103326 RVA: 0x006FBF40 File Offset: 0x006FA140
|
|
private void HDCAMLJLKHC()
|
|
{
|
|
if (this.HKDNGBPNDDD())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.PENCEMNOFFM();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"\\",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ " new singletons", 6 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.MLNMONBHHBO().OMNKKJNHJHD(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.LEILGOOHEOI().EBHBJAFODKA.NDKFCMNIHJJ += this.CFCGDKBDHIA;
|
|
this.DBCCBJFODEP(1, 0, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601939F RID: 103327 RVA: 0x006FC04C File Offset: 0x006FA24C
|
|
private void IBHGNLJCOFK(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.ICLDNEMPJGJ;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193A0 RID: 103328 RVA: 0x006FC0AC File Offset: 0x006FA2AC
|
|
private void HJKEMKPCDMK(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193A1 RID: 103329 RVA: 0x006FC104 File Offset: 0x006FA304
|
|
private void LLBPBLLPHCG(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193A2 RID: 103330 RVA: 0x006FC15C File Offset: 0x006FA35C
|
|
private void PIJANNFKNHK(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193A3 RID: 103331 RVA: 0x006FC1B4 File Offset: 0x006FA3B4
|
|
private void LJOPNKKPMIN(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.GACCJHLDBIG;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193A4 RID: 103332 RVA: 0x006FC214 File Offset: 0x006FA414
|
|
private void LMEGOIHONGK()
|
|
{
|
|
if (this.KKDEBGNKDMG())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"Recroom.OOBE",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "ChallengeId", 2 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.JDBNDBJFNKI.toolSkinMapper.PrefabName, position, rotation, base.BIPEBCPEPKL().JLIJDKOGAEB(), dictionary);
|
|
this.NMLGGBMJAGM(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.NCKMBFBMBFM != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.OJMMPAMLKDL;
|
|
this.IEFHIBMOOEF(0, 0, 1, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193A5 RID: 103333 RVA: 0x006FC320 File Offset: 0x006FA520
|
|
private void AIINHMMFFED(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.HJKEMKPCDMK;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193A6 RID: 103334 RVA: 0x006FC380 File Offset: 0x006FA580
|
|
private void CDEMLCJFIGP(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193A7 RID: 103335 RVA: 0x006FC3D8 File Offset: 0x006FA5D8
|
|
protected virtual void OAGKEIJNGFB()
|
|
{
|
|
base.DLCHNOFPONJ();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x060193A8 RID: 103336 RVA: 0x006FC3EC File Offset: 0x006FA5EC
|
|
private void DEBKBIIGAAN()
|
|
{
|
|
if (this.BGOFBKHOLHF())
|
|
{
|
|
ProfileWatchUIFlow flowByType = this.CJGJDPNIKGB.POJAICMNOFI.MGKHEPFGLAE.GetFlowByType<ProfileWatchUIFlow>();
|
|
if (flowByType != null)
|
|
{
|
|
Transform transform = flowByType.DHKBCIDNBKK();
|
|
Dictionary<string, object> dictionary = new Dictionary<string, object>
|
|
{
|
|
{
|
|
"api/gamesessions/v2/",
|
|
IHFKMIAHBFP.JEFGMHBLLKI.BADMPMDONAH
|
|
},
|
|
{ "activityName", 8 }
|
|
};
|
|
Vector3 position = transform.position;
|
|
Quaternion rotation = transform.rotation;
|
|
this.KAAJOPLFDOK = Tool.PhotonInstantiate(NetworkedSingletonMonoBehaviour<EquipmentManager>.NCKMBFBMBFM.NPMMONFLEFP().toolSkinMapper.PrefabName, position, rotation, base.CEGDLFAENEJ().NBAIABPNLNK(), dictionary);
|
|
this.EBHDKMLNHPG(this.KAAJOPLFDOK, transform);
|
|
}
|
|
if (RecRoomSceneManager.LEILGOOHEOI() != null && RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA != null)
|
|
{
|
|
RecRoomSceneManager.NCKMBFBMBFM.EBHBJAFODKA.NDKFCMNIHJJ += this.HBEOGPFPMMK;
|
|
this.HBEOGPFPMMK(0, 1, 0, 1);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193A9 RID: 103337 RVA: 0x006FC4F8 File Offset: 0x006FA6F8
|
|
protected virtual void ONOHBEONIKM()
|
|
{
|
|
base.MPIHCILBGLM();
|
|
this.CJGJDPNIKGB = base.GetComponent<Player>();
|
|
}
|
|
|
|
// Token: 0x060193AA RID: 103338 RVA: 0x006FC50C File Offset: 0x006FA70C
|
|
public void HIFCMDJKCCH()
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (!tool.GEONLHPMMPG.IONELMAOIGJ())
|
|
{
|
|
tool.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193AB RID: 103339 RVA: 0x006FC578 File Offset: 0x006FA778
|
|
private void CFADFDLOJOK(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193AC RID: 103340 RVA: 0x006FC5D0 File Offset: 0x006FA7D0
|
|
private void HJMODAIJPIG(bool JECMDKOKMME)
|
|
{
|
|
foreach (Tool tool in this.BLGIDEHAICJ)
|
|
{
|
|
if (tool.GEONLHPMMPG.FONGIMBBNLB)
|
|
{
|
|
tool.CFHEFCHCANB(!JECMDKOKMME, false);
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x060193AD RID: 103341 RVA: 0x006FC640 File Offset: 0x006FA840
|
|
private void CFCGDKBDHIA(ushort PPJIGDPOGFH, ushort CHJBIHILBFO, ushort IHHBJKECADP, ushort BNCBHHCPCLE)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060193AE RID: 103342 RVA: 0x006FC644 File Offset: 0x006FA844
|
|
private void CHEFEIEEKCJ(Tool ENBMEDIFBLM)
|
|
{
|
|
if (this.DHOAIFHMIMG != null && this.DHOAIFHMIMG != ENBMEDIFBLM)
|
|
{
|
|
this.DHOAIFHMIMG.BBGHKANFCHC = DDOFAPFDGNL.JPCIKFHMMED;
|
|
this.DHOAIFHMIMG.LocalTakeOwnershipAndResetToLastSpawnPosition();
|
|
this.DHOAIFHMIMG = null;
|
|
}
|
|
this.DHOAIFHMIMG = ENBMEDIFBLM;
|
|
}
|
|
|
|
// Token: 0x060193AF RID: 103343 RVA: 0x006FC69C File Offset: 0x006FA89C
|
|
private void ACKBHAALCKA(Tool ENBMEDIFBLM, Transform FCLJFJDKDDA)
|
|
{
|
|
if (ENBMEDIFBLM != null)
|
|
{
|
|
this.BLGIDEHAICJ.Add(ENBMEDIFBLM);
|
|
if (ENBMEDIFBLM.GEONLHPMMPG != null)
|
|
{
|
|
ENBMEDIFBLM.GEONLHPMMPG.SetProxyTransform(FCLJFJDKDDA, FCLJFJDKDDA.position, FCLJFJDKDDA.rotation);
|
|
}
|
|
ENBMEDIFBLM.GFBCCFIMFEC += this.BKLFFCGBICF;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04004478 RID: 17528
|
|
private Player CJGJDPNIKGB;
|
|
|
|
// Token: 0x04004479 RID: 17529
|
|
private List<Tool> BLGIDEHAICJ = new List<Tool>();
|
|
|
|
// Token: 0x0400447A RID: 17530
|
|
private Tool KAAJOPLFDOK;
|
|
|
|
// Token: 0x0400447B RID: 17531
|
|
private Tool DHOAIFHMIMG;
|
|
}
|