Files
Jan2021-Cpp2Il-Dump/RecRoom.Circuitsv2.Runtime/CircuitsV2/Utilities/DevOnlyNodeAttribute.cs
T
2026-04-08 23:40:05 +02:00

21 lines
503 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Utilities
{
// Token: 0x0200021C RID: 540
[Token(Token = "0x200015B")]
[AttributeUsage(AttributeTargets.Class)]
[StructLayout(3)]
public class DevOnlyNodeAttribute : Attribute
{
// Token: 0x060011E6 RID: 4582 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6000E57")]
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
public DevOnlyNodeAttribute()
{
}
}
}