using System; using System.Collections.Generic; using System.Runtime.InteropServices; using Cpp2IlInjected; using Photon.Pun; using Photon.Realtime; namespace RecRoom.Systems { // Token: 0x0200209A RID: 8346 [Token(Token = "0x200209A")] [StructLayout(3)] public abstract class ScheduledNetworkBehaviour : MonoBehaviourPun { // Token: 0x0600E63F RID: 58943 RVA: 0x00369BB8 File Offset: 0x00367DB8 [Token(Token = "0x600E63F")] [Address(RVA = "0x19C8440", Offset = "0x19C6E40", VA = "0x1819C8440", Slot = "13")] protected override void Awake() { base..ctor(); PhotonView photonView = base.photonView; Action action = new Action(this.FHCMNCBLJIG); photonView.ControllerChangedEvent += action; } // Token: 0x0600E640 RID: 58944 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600E640")] [Address(RVA = "0x19C86F0", Offset = "0x19C70F0", VA = "0x1819C86F0", Slot = "14")] protected override void OnDestroy() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600E641 RID: 58945 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600E641")] [Address(RVA = "0x19C88A0", Offset = "0x19C72A0", VA = "0x1819C88A0", Slot = "15")] protected virtual void OnEnable() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600E642 RID: 58946 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600E642")] [Address(RVA = "0x19C87F0", Offset = "0x19C71F0", VA = "0x1819C87F0", Slot = "16")] protected virtual void OnDisable() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600E643 RID: 58947 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600E643")] [Address(RVA = "0x19C8650", Offset = "0x19C7050", VA = "0x1819C8650")] protected void HHBEEFGAGKF() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600E644 RID: 58948 RVA: 0x00369BEC File Offset: 0x00367DEC [Token(Token = "0x600E644")] [Address(RVA = "0x19C84E0", Offset = "0x19C6EE0", VA = "0x1819C84E0")] protected void EIAKJGCAICM(MLAKEKJEBLE JFKDDPJDCDC, bool PMOIBOPCLOG = true) { this.PBOJBGELNBF.Add(JFKDDPJDCDC); this.AHKCPEDNCPP.Add(PMOIBOPCLOG); bool isActiveAndEnabled = base.isActiveAndEnabled; JFKDDPJDCDC.PAJGCGDFHKK = isActiveAndEnabled; JFKDDPJDCDC.MOBHLDCNAKD(); } // Token: 0x0600E645 RID: 58949 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x600E645")] [Address(RVA = "0x19C8590", Offset = "0x19C6F90", VA = "0x1819C8590")] private void FHCMNCBLJIG(Photon.Realtime.Player HIBNOIKDDAC) { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x0600E646 RID: 58950 RVA: 0x00369C2C File Offset: 0x00367E2C [Token(Token = "0x600E646")] [Address(RVA = "0x19C8950", Offset = "0x19C7350", VA = "0x1819C8950")] protected ScheduledNetworkBehaviour() { List list = new List(); this.PBOJBGELNBF = list; List list2 = new List(); this.AHKCPEDNCPP = list2; base..ctor(); } // Token: 0x0400968C RID: 38540 [global::Cpp2IlInjected.FieldOffset(Offset = "0x40")] [Token(Token = "0x400968C")] private List PBOJBGELNBF; // Token: 0x0400968D RID: 38541 [global::Cpp2IlInjected.FieldOffset(Offset = "0x48")] [Token(Token = "0x400968D")] private List AHKCPEDNCPP; } }