This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,34 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000298 RID: 664
[Token(Token = "0x2000298")]
public class KinematicRigidbodyPickup : RigidbodyPickup
{
// Token: 0x06001393 RID: 5011 RVA: 0x00052438 File Offset: 0x00050638
[Token(Token = "0x6001393")]
[Address(RVA = "0x13CC160", Offset = "0x13CB160", VA = "0x1813CC160", Slot = "13")]
protected override void Awake()
{
base.Awake();
RigidbodyEx afebljoibbc = this.AFEBLJOIBBC;
object pihippppebi = this.PIHIPPPPEBI;
afebljoibbc.AddKinematic(pihippppebi);
this.EGFEJGHDNAI.ReleaseWithVelocity = false;
}
// Token: 0x06001394 RID: 5012 RVA: 0x00052474 File Offset: 0x00050674
[Token(Token = "0x6001394")]
[Address(RVA = "0x13CC1B0", Offset = "0x13CB1B0", VA = "0x1813CC1B0")]
public KinematicRigidbodyPickup()
{
object obj = new object();
this.PIHIPPPPEBI = obj;
base..ctor();
}
// Token: 0x04000FA6 RID: 4006
[FieldOffset(Offset = "0xD8")]
[Token(Token = "0x4000FA6")]
private object PIHIPPPPEBI;
}