scripts
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
// Token: 0x020002A2 RID: 674
|
||||
[Token(Token = "0x20002A2")]
|
||||
[StructLayout(3)]
|
||||
public class KinematicRigidbodyPickup : RigidbodyPickup
|
||||
{
|
||||
// Token: 0x060013B6 RID: 5046 RVA: 0x00052E7C File Offset: 0x0005107C
|
||||
[Token(Token = "0x60013B6")]
|
||||
[Address(RVA = "0x12DDFD0", Offset = "0x12DC9D0", VA = "0x1812DDFD0", Slot = "13")]
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
RigidbodyEx afebljoibbc = this.AFEBLJOIBBC;
|
||||
object pihippppebi = this.PIHIPPPPEBI;
|
||||
afebljoibbc.AddKinematic(pihippppebi);
|
||||
this.EGFEJGHDNAI.ReleaseWithVelocity = false;
|
||||
}
|
||||
|
||||
// Token: 0x060013B7 RID: 5047 RVA: 0x00052EB8 File Offset: 0x000510B8
|
||||
[Token(Token = "0x60013B7")]
|
||||
[Address(RVA = "0x12DE020", Offset = "0x12DCA20", VA = "0x1812DE020")]
|
||||
public KinematicRigidbodyPickup()
|
||||
{
|
||||
object obj = new object();
|
||||
this.PIHIPPPPEBI = obj;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x04000FBA RID: 4026
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xD8")]
|
||||
[Token(Token = "0x4000FBA")]
|
||||
private object PIHIPPPPEBI;
|
||||
}
|
||||
Reference in New Issue
Block a user