Add v1.0.3.1
This commit is contained in:
17
Cpp2IL/Assembly-CSharp/Cpp2IlInjected/AttributeAttribute.cs
Normal file
17
Cpp2IL/Assembly-CSharp/Cpp2IlInjected/AttributeAttribute.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x02000634 RID: 1588
|
||||
internal class AttributeAttribute : Attribute
|
||||
{
|
||||
// Token: 0x04003B30 RID: 15152
|
||||
public string Name;
|
||||
|
||||
// Token: 0x04003B31 RID: 15153
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x04003B32 RID: 15154
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user