oh dear
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using Mono.Security.Interface;
|
||||
|
||||
namespace Mono.Unity
|
||||
{
|
||||
// Token: 0x02000005 RID: 5
|
||||
[Token(Token = "0x2000005")]
|
||||
internal static class Debug
|
||||
{
|
||||
// Token: 0x0600000B RID: 11 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600000B")]
|
||||
[Address(RVA = "0x44CB20", Offset = "0x44B920", VA = "0x18044CB20")]
|
||||
public static void CheckAndThrow(UnityTls.unitytls_errorstate errorState, string context, AlertDescription defaultAlert = AlertDescription.InternalError)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0600000C RID: 12 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x600000C")]
|
||||
[Address(RVA = "0x44CA00", Offset = "0x44B800", VA = "0x18044CA00")]
|
||||
public static void CheckAndThrow(UnityTls.unitytls_errorstate errorState, UnityTls.unitytls_x509verify_result verifyResult, string context, AlertDescription defaultAlert = AlertDescription.InternalError)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user