Files
Jan2021-Cpp2Il-Dump/RecRoom.EditorHelpers.Runtime/RecRoom/EditorUtils/EditorPrefabReference.cs
T
2026-04-08 23:40:05 +02:00

20 lines
457 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.EditorUtils
{
// Token: 0x02000002 RID: 2
[Token(Token = "0x2000002")]
[StructLayout(3)]
public abstract class EditorPrefabReference
{
// Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000001")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
protected EditorPrefabReference()
{
}
}
}