Add v1.0.3.1
This commit is contained in:
26
Cpp2IL/Assembly-CSharp/GhostE_EffWall.cs
Normal file
26
Cpp2IL/Assembly-CSharp/GhostE_EffWall.cs
Normal file
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x020000DC RID: 220
|
||||
[Token(Token = "0x20000DC")]
|
||||
public class GhostE_EffWall : BoxRangeCollision
|
||||
{
|
||||
// Token: 0x06000C2B RID: 3115 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000C2B")]
|
||||
[Address(RVA = "0x1171990", Offset = "0x1170790", VA = "0x181171990", Slot = "4")]
|
||||
protected override void Update()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000C2C RID: 3116 RVA: 0x0001D784 File Offset: 0x0001B984
|
||||
[Token(Token = "0x6000C2C")]
|
||||
[Address(RVA = "0x11720C0", Offset = "0x1170EC0", VA = "0x1811720C0")]
|
||||
public GhostE_EffWall()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x040014EF RID: 5359
|
||||
[Token(Token = "0x40014EF")]
|
||||
private const float g_fSpeed = 3f;
|
||||
}
|
||||
Reference in New Issue
Block a user