This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,20 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Core.Imposters
{
// Token: 0x020029AE RID: 10670
[Token(Token = "0x20029AE")]
[StructLayout(3)]
public class HideInImposter : MonoBehaviour
{
// Token: 0x06012A43 RID: 76355 RVA: 0x00471EC0 File Offset: 0x004700C0
[Token(Token = "0x6012A43")]
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
public HideInImposter()
{
}
}
}