27 lines
671 B
C#
27 lines
671 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// Token: 0x02000211 RID: 529
|
|
[CompilerGenerated]
|
|
sealed class Class40
|
|
{
|
|
// Token: 0x04000B20 RID: 2848 RVA: 0x000023D0 File Offset: 0x000005D0
|
|
internal static readonly Class40.Struct24 struct24_0;
|
|
|
|
// Token: 0x04000B21 RID: 2849 RVA: 0x000023F0 File Offset: 0x000005F0
|
|
internal static readonly Class40.Struct25 struct25_0;
|
|
|
|
// Token: 0x02000212 RID: 530
|
|
[StructLayout(LayoutKind.Explicit, Pack = 1, Size = 0x1A)]
|
|
private struct Struct24
|
|
{
|
|
}
|
|
|
|
// Token: 0x02000213 RID: 531
|
|
[StructLayout(LayoutKind.Explicit, Pack = 1, Size = 0x1E)]
|
|
private struct Struct25
|
|
{
|
|
}
|
|
}
|