using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using RecRoom; using UnityEngine; // Token: 0x020000E9 RID: 233 [Token(Token = "0x20000E9")] [StructLayout(3)] public class CalibrationInstructionsPanel : MonoBehaviour { // Token: 0x0600060E RID: 1550 RVA: 0x0001EAC4 File Offset: 0x0001CCC4 [Token(Token = "0x600060E")] [Address(RVA = "0x1376950", Offset = "0x1375350", VA = "0x181376950")] private void Awake() { RoomCalibration componentInParent = base.GetComponentInParent(); this.PBFOIIDFHNJ = componentInParent; } // Token: 0x0600060F RID: 1551 RVA: 0x0001EAE0 File Offset: 0x0001CCE0 [Token(Token = "0x600060F")] [Address(RVA = "0x13768D0", Offset = "0x13752D0", VA = "0x1813768D0")] private void AnimEvent_UpdateInstructionsText() { RoomCalibration pbfoiidfhnj = this.PBFOIIDFHNJ; int num = 0; if (pbfoiidfhnj != num) { this.PBFOIIDFHNJ.UpdateInstructionsForCurrentState(); } } // Token: 0x06000610 RID: 1552 RVA: 0x0001EB14 File Offset: 0x0001CD14 [Token(Token = "0x6000610")] [Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")] public CalibrationInstructionsPanel() { } // Token: 0x04000539 RID: 1337 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x4000539")] private RoomCalibration PBFOIIDFHNJ; }