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
+21
View File
@@ -0,0 +1,21 @@
using System;
using System.Text;
using Cpp2IlInjected;
namespace System
{
// Token: 0x020001AE RID: 430
[Token(Token = "0x20001AE")]
internal interface ModifierSpec
{
// Token: 0x060010BF RID: 4287
[Token(Token = "0x60010BF")]
[Address(Slot = "0")]
Type Resolve(Type type);
// Token: 0x060010C0 RID: 4288
[Token(Token = "0x60010C0")]
[Address(Slot = "1")]
StringBuilder Append(StringBuilder sb);
}
}