28 lines
766 B
C#
28 lines
766 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RootMotion.Demos
|
|
{
|
|
// Token: 0x02000427 RID: 1063
|
|
[Token(Token = "0x2000427")]
|
|
public class PickUpSphere : PickUp2Handed
|
|
{
|
|
// Token: 0x0600265B RID: 9819 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600265B")]
|
|
[Address(RVA = "0x333270", Offset = "0x332270", VA = "0x180333270", Slot = "4")]
|
|
protected override void RotatePivot()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600265C RID: 9820 RVA: 0x000588D0 File Offset: 0x00056AD0
|
|
[Token(Token = "0x600265C")]
|
|
[Address(RVA = "0x332FE0", Offset = "0x331FE0", VA = "0x180332FE0")]
|
|
public PickUpSphere()
|
|
{
|
|
this.pickUpTime = 0.3f;
|
|
base..ctor();
|
|
}
|
|
}
|
|
}
|