21 lines
503 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|