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

28 lines
759 B
C#

using System;
using Cpp2IlInjected;
namespace RootMotion.Demos
{
// Token: 0x020003D7 RID: 983
[Token(Token = "0x20003D7")]
public class PickUpBox : PickUp2Handed
{
// Token: 0x060023C2 RID: 9154 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60023C2")]
[Address(RVA = "0x3482F0", Offset = "0x346AF0", VA = "0x1803482F0", Slot = "4")]
protected override void RotatePivot()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060023C3 RID: 9155 RVA: 0x00051C08 File Offset: 0x0004FE08
[Token(Token = "0x60023C3")]
[Address(RVA = "0x3482B0", Offset = "0x346AB0", VA = "0x1803482B0")]
public PickUpBox()
{
this.pickUpTime = 0.3f;
base..ctor();
}
}
}