195 lines
7.3 KiB
C#
195 lines
7.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Avatars.Outfit;
|
|
|
|
namespace RecRoom.Players.Puppet
|
|
{
|
|
// Token: 0x0200296D RID: 10605
|
|
[Token(Token = "0x200296D")]
|
|
public class LivePlayerPuppet : PlayerPuppet
|
|
{
|
|
// Token: 0x170031A7 RID: 12711
|
|
// (get) Token: 0x06011B5C RID: 72540 RVA: 0x00401B14 File Offset: 0x003FFD14
|
|
[Token(Token = "0x170031A7")]
|
|
protected virtual bool ACJIPAAJCPB
|
|
{
|
|
[Token(Token = "0x6011B5C")]
|
|
[Address(RVA = "0x4246A0", Offset = "0x4236A0", VA = "0x1804246A0", Slot = "16")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170031A8 RID: 12712
|
|
// (get) Token: 0x06011B5D RID: 72541 RVA: 0x00401B24 File Offset: 0x003FFD24
|
|
[Token(Token = "0x170031A8")]
|
|
protected CNNCKAKAJKC MFMGJLEHHLI
|
|
{
|
|
[Token(Token = "0x6011B5D")]
|
|
[Address(RVA = "0x133DCA0", Offset = "0x133CCA0", VA = "0x18133DCA0")]
|
|
get
|
|
{
|
|
CNNCKAKAJKC clijhjjejnd = this.CLIJHJJEJND;
|
|
if (clijhjjejnd == 0)
|
|
{
|
|
CNNCKAKAJKC cnnckakajkc = new CNNCKAKAJKC();
|
|
this.NIDCJDKOAIJ();
|
|
this.CLIJHJJEJND = cnnckakajkc;
|
|
}
|
|
return clijhjjejnd;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170031A9 RID: 12713
|
|
// (get) Token: 0x06011B5E RID: 72542 RVA: 0x00401B58 File Offset: 0x003FFD58
|
|
[Token(Token = "0x170031A9")]
|
|
protected override PBFNANEPIFO PDOJHGJMNPH
|
|
{
|
|
[Token(Token = "0x6011B5E")]
|
|
[Address(RVA = "0x133DC90", Offset = "0x133CC90", VA = "0x18133DC90", Slot = "5")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06011B5E)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling PBFNANEPIFO RecRoom.Players.Puppet.LivePlayerPuppet::APDMDPBGDPL()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:CNNCKAKAJKC(var_0_06, callgetter:CNNCKAKAJKC(LivePlayerPuppet::BEAFFJCOIFH, ldloc:LivePlayerPuppet(this)))
|
|
}
|
|
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
|
|
at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
|
|
--- End of inner exception stack trace ---
|
|
at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
|
|
at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1663
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170031AA RID: 12714
|
|
// (get) Token: 0x06011B5F RID: 72543 RVA: 0x00401B6C File Offset: 0x003FFD6C
|
|
// (set) Token: 0x06011B60 RID: 72544 RVA: 0x00401B8C File Offset: 0x003FFD8C
|
|
[Token(Token = "0x170031AA")]
|
|
public override Player OGEDGNGNPNA
|
|
{
|
|
[Token(Token = "0x6011B5F")]
|
|
[Address(RVA = "0x133E090", Offset = "0x133D090", VA = "0x18133E090", Slot = "6")]
|
|
get
|
|
{
|
|
return this.MFMGJLEHHLI.IFCHBJFACNA;
|
|
}
|
|
[Token(Token = "0x6011B60")]
|
|
[Address(RVA = "0x133E0B0", Offset = "0x133D0B0", VA = "0x18133E0B0", Slot = "7")]
|
|
set
|
|
{
|
|
PBFNANEPIFO pbfnanepifo = this.PDOJHGJMNPH;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
this.MJPBPAAPHMB();
|
|
}
|
|
this.MFMGJLEHHLI.OGEDGNGNPNA = value;
|
|
PBFNANEPIFO pbfnanepifo2 = this.PDOJHGJMNPH;
|
|
bool flag2;
|
|
if (flag2)
|
|
{
|
|
this.LateUpdate();
|
|
}
|
|
PBFNANEPIFO pbfnanepifo3 = this.PDOJHGJMNPH;
|
|
PBFNANEPIFO pbfnanepifo4 = base.PDOJHGJMNPH;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06011B61 RID: 72545 RVA: 0x00401BE0 File Offset: 0x003FFDE0
|
|
[Token(Token = "0x6011B61")]
|
|
[Address(RVA = "0x133DEE0", Offset = "0x133CEE0", VA = "0x18133DEE0", Slot = "17")]
|
|
protected virtual void OnDestroy()
|
|
{
|
|
CNNCKAKAJKC clijhjjejnd = this.CLIJHJJEJND;
|
|
if (clijhjjejnd != 0)
|
|
{
|
|
clijhjjejnd.Dispose();
|
|
this.CLIJHJJEJND = (ulong)0L;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06011B62 RID: 72546 RVA: 0x00401C08 File Offset: 0x003FFE08
|
|
[Token(Token = "0x6011B62")]
|
|
[Address(RVA = "0x133DF80", Offset = "0x133CF80", VA = "0x18133DF80")]
|
|
private void Start()
|
|
{
|
|
PBFNANEPIFO pbfnanepifo = this.PDOJHGJMNPH;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
PBFNANEPIFO pbfnanepifo2 = this.PDOJHGJMNPH;
|
|
this.OnDestroy();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06011B63 RID: 72547 RVA: 0x00401C30 File Offset: 0x003FFE30
|
|
[Token(Token = "0x6011B63")]
|
|
[Address(RVA = "0x133DDB0", Offset = "0x133CDB0", VA = "0x18133DDB0", Slot = "10")]
|
|
protected override void MJPBPAAPHMB()
|
|
{
|
|
this.PHBDLHMLHHJ();
|
|
PBFNANEPIFO pbfnanepifo = this.PDOJHGJMNPH;
|
|
Action action = new Action(this.ODFIFJFMEAJ);
|
|
}
|
|
|
|
// Token: 0x06011B64 RID: 72548 RVA: 0x00401C60 File Offset: 0x003FFE60
|
|
[Token(Token = "0x6011B64")]
|
|
[Address(RVA = "0x133DD20", Offset = "0x133CD20", VA = "0x18133DD20", Slot = "11")]
|
|
protected override void EGJCDNCPECK()
|
|
{
|
|
PBFNANEPIFO pbfnanepifo = this.PDOJHGJMNPH;
|
|
Action action = new Action(this.ODFIFJFMEAJ);
|
|
}
|
|
|
|
// Token: 0x06011B65 RID: 72549 RVA: 0x00401C88 File Offset: 0x003FFE88
|
|
[Token(Token = "0x6011B65")]
|
|
[Address(RVA = "0x133DF10", Offset = "0x133CF10", VA = "0x18133DF10", Slot = "18")]
|
|
protected virtual void POHJGLJDMMB(Player AGHAGCKIPIK)
|
|
{
|
|
CNNCKAKAJKC cnnckakajkc = this.MFMGJLEHHLI;
|
|
PBFNANEPIFO pbfnanepifo = this.PDOJHGJMNPH;
|
|
PBFNANEPIFO pbfnanepifo2 = base.PDOJHGJMNPH;
|
|
}
|
|
|
|
// Token: 0x06011B66 RID: 72550 RVA: 0x00401CB0 File Offset: 0x003FFEB0
|
|
[Token(Token = "0x6011B66")]
|
|
[Address(RVA = "0x133DE60", Offset = "0x133CE60", VA = "0x18133DE60")]
|
|
private void ODFIFJFMEAJ()
|
|
{
|
|
int num = 0;
|
|
if (this != num)
|
|
{
|
|
PBFNANEPIFO pbfnanepifo = base.PDOJHGJMNPH;
|
|
return;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06011B67 RID: 72551 RVA: 0x00401CD4 File Offset: 0x003FFED4
|
|
[Token(Token = "0x6011B67")]
|
|
[Address(RVA = "0x133E030", Offset = "0x133D030", VA = "0x18133E030")]
|
|
public LivePlayerPuppet()
|
|
{
|
|
List<OutfitPrefab> list = new List();
|
|
this.HBPOEKGCIKD = list;
|
|
base..ctor();
|
|
}
|
|
|
|
// Token: 0x0400B57C RID: 46460
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400B57C")]
|
|
private CNNCKAKAJKC CLIJHJJEJND;
|
|
}
|
|
}
|