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,25 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Utilities
{
// Token: 0x020001D3 RID: 467
[Token(Token = "0x2000136")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
[StructLayout(3)]
public class EditableCircuitEvent : Attribute
{
// Token: 0x0600102B RID: 4139 RVA: 0x00002096 File Offset: 0x00000296
[Token(Token = "0x6000D3D")]
[Address(RVA = "0x93E660", Offset = "0x93D060", VA = "0x18093E660")]
public EditableCircuitEvent(bool isEventListener = false)
{
}
// Token: 0x040006E6 RID: 1766
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x40005D0")]
public readonly bool IsEventListener;
}
}