Add v1.0.3.1
This commit is contained in:
27
Cpp2IL/Assembly-CSharp/RootMotion/Demos/PickUpSphere.cs
Normal file
27
Cpp2IL/Assembly-CSharp/RootMotion/Demos/PickUpSphere.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RootMotion.Demos
|
||||
{
|
||||
// Token: 0x020003CF RID: 975
|
||||
[Token(Token = "0x20003CF")]
|
||||
public class PickUpSphere : PickUp2Handed
|
||||
{
|
||||
// Token: 0x06002392 RID: 9106 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6002392")]
|
||||
[Address(RVA = "0x3128F0", Offset = "0x3116F0", VA = "0x1803128F0", Slot = "4")]
|
||||
protected override void RotatePivot()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06002393 RID: 9107 RVA: 0x00051678 File Offset: 0x0004F878
|
||||
[Token(Token = "0x6002393")]
|
||||
[Address(RVA = "0x312660", Offset = "0x311460", VA = "0x180312660")]
|
||||
public PickUpSphere()
|
||||
{
|
||||
this.pickUpTime = 0.3f;
|
||||
base..ctor();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user