41 lines
1.3 KiB
C#
41 lines
1.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Core.Creation;
|
|
|
|
// Token: 0x02002C14 RID: 11284
|
|
[Token(Token = "0x2002C14")]
|
|
[StructLayout(3)]
|
|
public class HDJEMAKFMGD : NFPGIMNFEBA
|
|
{
|
|
// Token: 0x17003519 RID: 13593
|
|
// (get) Token: 0x06013E00 RID: 81408 RVA: 0x004C4918 File Offset: 0x004C2B18
|
|
[Token(Token = "0x17003519")]
|
|
protected override string EMHFGIJFFLG
|
|
{
|
|
[Token(Token = "0x6013E00")]
|
|
[Address(RVA = "0x102C170", Offset = "0x102AB70", VA = "0x18102C170", Slot = "8")]
|
|
get
|
|
{
|
|
return "unfreeze";
|
|
}
|
|
}
|
|
|
|
// Token: 0x06013E01 RID: 81409 RVA: 0x004C492C File Offset: 0x004C2B2C
|
|
[Token(Token = "0x6013E01")]
|
|
[Address(RVA = "0x102C1A0", Offset = "0x102ABA0", VA = "0x18102C1A0")]
|
|
public HDJEMAKFMGD(IEnumerable<GIPDDLFFNGG> creationObjects, CreationContext creationContext)
|
|
: base(creationObjects, creationContext)
|
|
{
|
|
List<GCHANDDKPBM> hiomepfedbc = this.HIOMEPFEDBC;
|
|
Guid[] hdokiigfcnm = this.HDOKIIGFCNM;
|
|
JFGAMDKBFGF jfgamdkbfgf = new JFGAMDKBFGF(true, hdokiigfcnm);
|
|
hiomepfedbc.Add(jfgamdkbfgf);
|
|
List<GCHANDDKPBM> hgcemcinanf = this.HGCEMCINANF;
|
|
ANMFONLPIGF anmfonlpigf = new ANMFONLPIGF(this.HDOKIIGFCNM);
|
|
hgcemcinanf.Add(anmfonlpigf);
|
|
string text = base.EMHFGIJFFLG;
|
|
}
|
|
}
|