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
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
namespace System.Xml.Schema
{
// Token: 0x020001E4 RID: 484
[Token(Token = "0x20001E4")]
internal enum Compositor
{
// Token: 0x0400094F RID: 2383
[Token(Token = "0x400094F")]
Root,
// Token: 0x04000950 RID: 2384
[Token(Token = "0x4000950")]
Include,
// Token: 0x04000951 RID: 2385
[Token(Token = "0x4000951")]
Import,
// Token: 0x04000952 RID: 2386
[Token(Token = "0x4000952")]
Redefine
}
}