scripts
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020000F2 RID: 242
|
||||
[Token(Token = "0x20000F2")]
|
||||
[StructLayout(3)]
|
||||
public class SoccerPowerup : LegacyPowerup
|
||||
{
|
||||
// Token: 0x06000655 RID: 1621 RVA: 0x0001FEDC File Offset: 0x0001E0DC
|
||||
[Token(Token = "0x6000655")]
|
||||
[Address(RVA = "0x1055920", Offset = "0x1054320", VA = "0x181055920")]
|
||||
private void OnTriggerEnter(Collider GLPOLGOBLAA)
|
||||
{
|
||||
if (base.HAAKEBKCMHJ)
|
||||
{
|
||||
int num = 0;
|
||||
Player player;
|
||||
if (player != num)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000656 RID: 1622 RVA: 0x0001FF04 File Offset: 0x0001E104
|
||||
[Token(Token = "0x6000656")]
|
||||
[Address(RVA = "0x1055A50", Offset = "0x1054450", VA = "0x181055A50")]
|
||||
public SoccerPowerup()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06000657 RID: 1623 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x6000657")]
|
||||
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60")]
|
||||
static SoccerPowerup()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400055E RID: 1374
|
||||
[Token(Token = "0x400055E")]
|
||||
public static SoccerPowerup.LCEHMLAKKDN StaticPickupEvent;
|
||||
|
||||
// Token: 0x020000F3 RID: 243
|
||||
[Token(Token = "0x20000F3")]
|
||||
public sealed class LCEHMLAKKDN : MulticastDelegate
|
||||
{
|
||||
// Token: 0x06000658 RID: 1624 RVA: 0x0001FF18 File Offset: 0x0001E118
|
||||
[Token(Token = "0x6000658")]
|
||||
[Address(RVA = "0x3E5170", Offset = "0x3E3B70", VA = "0x1803E5170")]
|
||||
public LCEHMLAKKDN(object @object, IntPtr method)
|
||||
{
|
||||
this.method = method;
|
||||
this.m_target = @object;
|
||||
}
|
||||
|
||||
// Token: 0x06000659 RID: 1625 RVA: 0x0001FF34 File Offset: 0x0001E134
|
||||
[Token(Token = "0x6000659")]
|
||||
[Address(RVA = "0x519DF0", Offset = "0x5187F0", VA = "0x180519DF0", Slot = "13")]
|
||||
public void Invoke(SoccerPowerup IFLDOACFJGK, Player JKPGNHBEMOK)
|
||||
{
|
||||
if (this.delegates != 0)
|
||||
{
|
||||
}
|
||||
uint num;
|
||||
if (num != (uint)0)
|
||||
{
|
||||
throw new ExecutionEngineException();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0600065A RID: 1626 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600065A")]
|
||||
[Address(RVA = "0x4330B0", Offset = "0x431AB0", VA = "0x1804330B0", Slot = "14")]
|
||||
public IAsyncResult BeginInvoke(SoccerPowerup IFLDOACFJGK, Player JKPGNHBEMOK, AsyncCallback AFLPGGJMPOE, object FEDFKKMABOG)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600065B RID: 1627 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600065B")]
|
||||
[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