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
+18
View File
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System
{
// Token: 0x02000166 RID: 358
[Token(Token = "0x2000166")]
internal static class CompatibilitySwitches
{
// Token: 0x040005B7 RID: 1463
[Token(Token = "0x40005B7")]
public static readonly bool IsAppEarlierThanSilverlight4;
// Token: 0x040005B8 RID: 1464
[Token(Token = "0x40005B8")]
public static readonly bool IsAppEarlierThanWindowsPhone8;
}
}