scripts
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Tests.Utilities
|
||||
{
|
||||
// Token: 0x02000063 RID: 99
|
||||
[Token(Token = "0x200004B")]
|
||||
[AttributeUsage(AttributeTargets.Assembly)]
|
||||
[StructLayout(3)]
|
||||
public class TestAssemblyAttribute : Attribute
|
||||
{
|
||||
// Token: 0x060002A3 RID: 675 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x6000218")]
|
||||
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
|
||||
public TestAssemblyAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user