m
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Cpp2IlInjected
|
||||
{
|
||||
// Token: 0x0200031F RID: 799
|
||||
internal class AttributeAttribute : Attribute
|
||||
{
|
||||
// Token: 0x04000EE8 RID: 3816
|
||||
public string Name;
|
||||
|
||||
// Token: 0x04000EE9 RID: 3817
|
||||
public string RVA;
|
||||
|
||||
// Token: 0x04000EEA RID: 3818
|
||||
public string Offset;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user