Files
2026-04-08 23:40:05 +02:00

21 lines
535 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Utilities
{
// Token: 0x020001CE RID: 462
[Token(Token = "0x2000131")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
[StructLayout(3)]
public class EditableValueAttribute : Attribute
{
// Token: 0x06001026 RID: 4134 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6000D38")]
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
public EditableValueAttribute()
{
}
}
}