51 lines
1.6 KiB
C#
51 lines
1.6 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000376 RID: 886
|
|
[Token(Token = "0x2000376")]
|
|
[StructLayout(3, Size = 8)]
|
|
public sealed class OMCMBDICBBB : MulticastDelegate
|
|
{
|
|
// Token: 0x06001B66 RID: 7014 RVA: 0x00071ED8 File Offset: 0x000700D8
|
|
[Token(Token = "0x6001B66")]
|
|
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
|
public OMCMBDICBBB(object @object, IntPtr method)
|
|
{
|
|
this.method = method;
|
|
this.m_target = @object;
|
|
}
|
|
|
|
// Token: 0x06001B67 RID: 7015 RVA: 0x00071EF4 File Offset: 0x000700F4
|
|
[Token(Token = "0x6001B67")]
|
|
[Address(RVA = "0x6931D0", Offset = "0x691BD0", VA = "0x1806931D0", Slot = "13")]
|
|
public void Invoke(Vector3[] NPPHHLLMGEM)
|
|
{
|
|
if (this.delegates != 0)
|
|
{
|
|
}
|
|
uint num;
|
|
if (num != (uint)0)
|
|
{
|
|
throw new ExecutionEngineException();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001B68 RID: 7016 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6001B68")]
|
|
[Address(RVA = "0x42BD30", Offset = "0x42A730", VA = "0x18042BD30", Slot = "14")]
|
|
public IAsyncResult BeginInvoke(Vector3[] NPPHHLLMGEM, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001B69 RID: 7017 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6001B69")]
|
|
[Address(RVA = "0x40BFF0", Offset = "0x40A9F0", VA = "0x18040BFF0", Slot = "15")]
|
|
public void EndInvoke(IAsyncResult GIAOBLMEMMI)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
}
|