scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Utilities
|
||||
{
|
||||
// Token: 0x020001D2 RID: 466
|
||||
[Token(Token = "0x2000135")]
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
[StructLayout(3)]
|
||||
public class EditableAddExecInput : Attribute
|
||||
{
|
||||
// Token: 0x0600102A RID: 4138 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6000D3C")]
|
||||
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
|
||||
public EditableAddExecInput()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user