scripts
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using CircuitsV2.Graph;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.CircuitsV2;
|
||||
|
||||
// Token: 0x02002379 RID: 9081
|
||||
[Token(Token = "0x2002379")]
|
||||
[StructLayout(3, Size = 8)]
|
||||
public sealed class MPAGBPPDGME : MulticastDelegate
|
||||
{
|
||||
// Token: 0x0600FBA3 RID: 64419 RVA: 0x003B14CC File Offset: 0x003AF6CC
|
||||
[Token(Token = "0x600FBA3")]
|
||||
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
||||
public MPAGBPPDGME(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x0600FBA4 RID: 64420 RVA: 0x003B14E8 File Offset: 0x003AF6E8
|
||||
[Token(Token = "0x600FBA4")]
|
||||
[Address(RVA = "0x1098740", Offset = "0x1097140", VA = "0x181098740", Slot = "13")]
|
||||
public void Invoke(Chip BEJFIEDJKPK, OutputId HHLOGJJDNEB, Chip PHNBJPIBOJE, InputId EDLGMLKNCGM)
|
||||
{
|
||||
if (this.delegates != 0)
|
||||
{
|
||||
}
|
||||
uint num;
|
||||
if (num != (uint)0)
|
||||
{
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600FBA5 RID: 64421 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600FBA5")]
|
||||
[Address(RVA = "0x1098680", Offset = "0x1097080", VA = "0x181098680", Slot = "14")]
|
||||
public IAsyncResult BeginInvoke(Chip BEJFIEDJKPK, OutputId HHLOGJJDNEB, Chip PHNBJPIBOJE, InputId EDLGMLKNCGM, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600FBA6 RID: 64422 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600FBA6")]
|
||||
[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.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user