Files
NobetaSource/Cpp2IL/Assembly-CSharp/RootMotion/Demos/PickUpSphere.cs
2023-09-06 22:09:22 +02:00

28 lines
765 B
C#

using System;
using Cpp2IlInjected;
namespace RootMotion.Demos
{
// Token: 0x020003D8 RID: 984
[Token(Token = "0x20003D8")]
public class PickUpSphere : PickUp2Handed
{
// Token: 0x060023C4 RID: 9156 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60023C4")]
[Address(RVA = "0x348540", Offset = "0x346D40", VA = "0x180348540", Slot = "4")]
protected override void RotatePivot()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060023C5 RID: 9157 RVA: 0x00051C28 File Offset: 0x0004FE28
[Token(Token = "0x60023C5")]
[Address(RVA = "0x3482B0", Offset = "0x346AB0", VA = "0x1803482B0")]
public PickUpSphere()
{
this.pickUpTime = 0.3f;
base..ctor();
}
}
}