28 lines
760 B
C#
28 lines
760 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RootMotion.Demos
|
|
{
|
|
// Token: 0x02000426 RID: 1062
|
|
[Token(Token = "0x2000426")]
|
|
public class PickUpBox : PickUp2Handed
|
|
{
|
|
// Token: 0x06002659 RID: 9817 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6002659")]
|
|
[Address(RVA = "0x333020", Offset = "0x332020", VA = "0x180333020", Slot = "4")]
|
|
protected override void RotatePivot()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600265A RID: 9818 RVA: 0x000588B0 File Offset: 0x00056AB0
|
|
[Token(Token = "0x600265A")]
|
|
[Address(RVA = "0x332FE0", Offset = "0x331FE0", VA = "0x180332FE0")]
|
|
public PickUpBox()
|
|
{
|
|
this.pickUpTime = 0.3f;
|
|
base..ctor();
|
|
}
|
|
}
|
|
}
|