terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Debug.cs
Go to the documentation of this file.
1using System;
3
4namespace Mono.Unity
5{
6 // Token: 0x0200000F RID: 15
7 internal static class Debug
8 {
9 // Token: 0x0600003B RID: 59 RVA: 0x000024E0 File Offset: 0x000006E0
11 {
12 }
13
14 // Token: 0x0600003C RID: 60 RVA: 0x000024F0 File Offset: 0x000006F0
16 {
17 while (context != null)
18 {
19 }
20 }
21 }
22}
class f__AnonymousType0<< Count > j__TPar
static void CheckAndThrow(UnityTls.unitytls_errorstate errorState, UnityTls.unitytls_x509verify_result verifyResult, string context, AlertDescription defaultAlert=AlertDescription.InternalError)
Definition Debug.cs:15
static void CheckAndThrow(UnityTls.unitytls_errorstate errorState, string context, AlertDescription defaultAlert=AlertDescription.InternalError)
Definition Debug.cs:10