using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using UnityEngine; namespace RecRoom.EditorScripts { // Token: 0x020024CD RID: 9421 [Token(Token = "0x20024CD")] [StructLayout(3)] public class UITestingSceneInitialization : MonoBehaviour { // Token: 0x06010449 RID: 66633 RVA: 0x003D02A4 File Offset: 0x003CE4A4 [Token(Token = "0x6010449")] [Address(RVA = "0x122BE00", Offset = "0x122A800", VA = "0x18122BE00")] private void Start() { this.DBDDKLHPNNA = "This scene is Editor Only!"; this.MOPOMPHBHKF = "Ask Bilal if you are confused."; } // Token: 0x0601044A RID: 66634 RVA: 0x003D02C8 File Offset: 0x003CE4C8 [Token(Token = "0x601044A")] [Address(RVA = "0x122BBA0", Offset = "0x122A5A0", VA = "0x18122BBA0")] private void OnGUI() { if (this.NDKGMJACAMH == (ulong)0L) { GUIStyle guistyle = new GUIStyle(); this.NDKGMJACAMH = guistyle; guistyle.fontSize = 20; GUIStyleState normal = this.NDKGMJACAMH.normal; Color green = Color.green; } if (this.KBJFNCNFDJH == (ulong)0L) { GUIStyle guistyle2 = new GUIStyle(); this.KBJFNCNFDJH = guistyle2; guistyle2.fontSize = 18; GUIStyleState normal2 = this.KBJFNCNFDJH.normal; Color red = Color.red; } GUILayout.BeginArea(0); GUIStyle box = GUI.skin.box; string dbddklhpnna = this.DBDDKLHPNNA; string mopomphbhkf = this.MOPOMPHBHKF; GUILayout.EndVertical(); } // Token: 0x0601044B RID: 66635 RVA: 0x003D0370 File Offset: 0x003CE570 [Token(Token = "0x601044B")] [Address(RVA = "0x122BE60", Offset = "0x122A860", VA = "0x18122BE60")] public UITestingSceneInitialization() { } // Token: 0x0400ACF0 RID: 44272 [global::Cpp2IlInjected.FieldOffset(Offset = "0x18")] [Token(Token = "0x400ACF0")] [SerializeField] private bool waitForInitializations = true; // Token: 0x0400ACF1 RID: 44273 [global::Cpp2IlInjected.FieldOffset(Offset = "0x19")] [Token(Token = "0x400ACF1")] private bool ACCHLGDLFIJ; // Token: 0x0400ACF2 RID: 44274 [global::Cpp2IlInjected.FieldOffset(Offset = "0x20")] [Token(Token = "0x400ACF2")] private string DBDDKLHPNNA = ""; // Token: 0x0400ACF3 RID: 44275 [global::Cpp2IlInjected.FieldOffset(Offset = "0x28")] [Token(Token = "0x400ACF3")] private string MOPOMPHBHKF; // Token: 0x0400ACF4 RID: 44276 [global::Cpp2IlInjected.FieldOffset(Offset = "0x30")] [Token(Token = "0x400ACF4")] private GUIStyle NDKGMJACAMH; // Token: 0x0400ACF5 RID: 44277 [global::Cpp2IlInjected.FieldOffset(Offset = "0x38")] [Token(Token = "0x400ACF5")] private GUIStyle KBJFNCNFDJH; } }