This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
// Token: 0x02000174 RID: 372
[Token(Token = "0x2000174")]
internal struct Position
{
// Token: 0x06000F93 RID: 3987 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000F93")]
[Address(RVA = "0x478700", Offset = "0x477700", VA = "0x180478700")]
public Position(int symbol, object particle)
{
}
// Token: 0x04000803 RID: 2051
[FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000803")]
public int symbol;
// Token: 0x04000804 RID: 2052
[FieldOffset(Offset = "0x8")]
[Token(Token = "0x4000804")]
public object particle;
}
}