28 lines
759 B
C#
28 lines
759 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RootMotion.Demos
|
|
{
|
|
// Token: 0x020003CE RID: 974
|
|
[Token(Token = "0x20003CE")]
|
|
public class PickUpBox : PickUp2Handed
|
|
{
|
|
// Token: 0x06002390 RID: 9104 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002390")]
|
|
[Address(RVA = "0x3126A0", Offset = "0x3114A0", VA = "0x1803126A0", Slot = "4")]
|
|
protected override void RotatePivot()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06002391 RID: 9105 RVA: 0x00051658 File Offset: 0x0004F858
|
|
[Token(Token = "0x6002391")]
|
|
[Address(RVA = "0x312660", Offset = "0x311460", VA = "0x180312660")]
|
|
public PickUpBox()
|
|
{
|
|
this.pickUpTime = 0.3f;
|
|
base..ctor();
|
|
}
|
|
}
|
|
}
|