This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Backtrace.Unity.Common
{
// Token: 0x02000050 RID: 80
[Token(Token = "0x200003A")]
public static class TypeHelper
{
// Token: 0x06000240 RID: 576 RVA: 0x0000290C File Offset: 0x00000B0C
[Token(Token = "0x60001E4")]
[Address(RVA = "0x241AFE0", Offset = "0x2419DE0", VA = "0x18241AFE0")]
public static bool IsNumeric(Type myType)
{
return default(bool);
}
// Token: 0x0400017D RID: 381
[Token(Token = "0x4000121")]
private static readonly HashSet<Type> NumericTypes;
}
}