Add v1.0.3.1
This commit is contained in:
20
Cpp2IL/Assembly-CSharp/Cpp2IlInjected/AddressAttribute.cs
Normal file
20
Cpp2IL/Assembly-CSharp/Cpp2IlInjected/AddressAttribute.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x02000632 RID: 1586
|
||||
internal class AddressAttribute : Attribute
|
||||
{
|
||||
// Token: 0x04003B2B RID: 15147
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x04003B2C RID: 15148
|
||||
public string Offset;
|
||||
|
||||
// Token: 0x04003B2D RID: 15149
|
||||
public string VA;
|
||||
|
||||
// Token: 0x04003B2E RID: 15150
|
||||
public string Slot;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user