scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x02002E8E RID: 11918
|
||||
internal class AttributeAttribute : Attribute
|
||||
{
|
||||
// Token: 0x0400E6C7 RID: 59079
|
||||
public string Name;
|
||||
|
||||
// Token: 0x0400E6C8 RID: 59080
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x0400E6C9 RID: 59081
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user