Files
27Aug2021-Cpp2IL-Dump/Backtrace.Unity/Common/TypeHelper.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

24 lines
580 B
C#

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 = "0x2C24460", Offset = "0x2C23460", VA = "0x182C24460")]
public static bool IsNumeric(Type myType)
{
return default(bool);
}
// Token: 0x0400017D RID: 381
[Token(Token = "0x4000121")]
private static readonly HashSet<Type> NumericTypes;
}
}