Files
2026-04-10 22:50:51 +02:00

35 lines
984 B
C#

using System;
using Cpp2IlInjected;
// Token: 0x02000292 RID: 658
[Token(Token = "0x2000292")]
public class KinematicRigidbodyPickup : RigidbodyPickup
{
// Token: 0x06001355 RID: 4949 RVA: 0x00051740 File Offset: 0x0004F940
[Token(Token = "0x6001355")]
[Address(RVA = "0x93EBB0", Offset = "0x93D9B0", VA = "0x18093EBB0", Slot = "13")]
protected override void Awake()
{
base.Awake();
RigidbodyEx afebljoibbc = this.AFEBLJOIBBC;
object pihippppebi = this.PIHIPPPPEBI;
afebljoibbc.AddKinematic(pihippppebi);
this.EGFEJGHDNAI.ReleaseWithVelocity = false;
}
// Token: 0x06001356 RID: 4950 RVA: 0x0005177C File Offset: 0x0004F97C
[Token(Token = "0x6001356")]
[Address(RVA = "0x93EC00", Offset = "0x93DA00", VA = "0x18093EC00")]
public KinematicRigidbodyPickup()
{
object obj = new object();
this.PIHIPPPPEBI = obj;
base..ctor();
}
// Token: 0x04000F72 RID: 3954
[FieldOffset(Offset = "0xD8")]
[Token(Token = "0x4000F72")]
private object PIHIPPPPEBI;
}