This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,86 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.EditorScripts
{
// Token: 0x02002975 RID: 10613
[Token(Token = "0x2002975")]
public class UITestingSceneInitialization : MonoBehaviour
{
// Token: 0x06011CA2 RID: 72866 RVA: 0x0040D548 File Offset: 0x0040B748
[Token(Token = "0x6011CA2")]
[Address(RVA = "0x81B670", Offset = "0x81A470", VA = "0x18081B670")]
private void Start()
{
this.DBDDKLHPNNA = "This scene is Editor Only!";
this.MOPOMPHBHKF = "Ask Bilal if you are confused.";
}
// Token: 0x06011CA3 RID: 72867 RVA: 0x0040D56C File Offset: 0x0040B76C
[Token(Token = "0x6011CA3")]
[Address(RVA = "0x81B410", Offset = "0x81A210", VA = "0x18081B410")]
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: 0x06011CA4 RID: 72868 RVA: 0x0040D614 File Offset: 0x0040B814
[Token(Token = "0x6011CA4")]
[Address(RVA = "0x81B6D0", Offset = "0x81A4D0", VA = "0x18081B6D0")]
public UITestingSceneInitialization()
{
}
// Token: 0x0400B723 RID: 46883
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400B723")]
[SerializeField]
private bool waitForInitializations = true;
// Token: 0x0400B724 RID: 46884
[FieldOffset(Offset = "0x19")]
[Token(Token = "0x400B724")]
private bool ACCHLGDLFIJ;
// Token: 0x0400B725 RID: 46885
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400B725")]
private string DBDDKLHPNNA = "";
// Token: 0x0400B726 RID: 46886
[FieldOffset(Offset = "0x28")]
[Token(Token = "0x400B726")]
private string MOPOMPHBHKF;
// Token: 0x0400B727 RID: 46887
[FieldOffset(Offset = "0x30")]
[Token(Token = "0x400B727")]
private GUIStyle NDKGMJACAMH;
// Token: 0x0400B728 RID: 46888
[FieldOffset(Offset = "0x38")]
[Token(Token = "0x400B728")]
private GUIStyle KBJFNCNFDJH;
}
}