957 lines
38 KiB
C#
957 lines
38 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Runtime.InteropServices;
|
|
using System.Text;
|
|
using Cpp2IlInjected;
|
|
using Google.Protobuf;
|
|
using Photon.Pun;
|
|
using RecRoom.Networking.RPC;
|
|
using RecRoom.Persistence;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Core.Creation
|
|
{
|
|
// Token: 0x02002B76 RID: 11126
|
|
[Token(Token = "0x2002B76")]
|
|
[StructLayout(3)]
|
|
public class ObjectGroup : MonoBehaviourPun, EOCLMMENCKH, CHJEFIDMANE, IDODLJEIOCE, LFBMEDEMGHA
|
|
{
|
|
// Token: 0x17003419 RID: 13337
|
|
// (get) Token: 0x06013804 RID: 79876 RVA: 0x004ABEF8 File Offset: 0x004AA0F8
|
|
[Token(Token = "0x17003419")]
|
|
public PersistenceView AGBFHKOJMDE
|
|
{
|
|
[Token(Token = "0x6013804")]
|
|
[Address(RVA = "0x3D32F0", Offset = "0x3D1CF0", VA = "0x1803D32F0")]
|
|
get
|
|
{
|
|
return this.persistenceView;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700341A RID: 13338
|
|
// (get) Token: 0x06013805 RID: 79877 RVA: 0x004ABF0C File Offset: 0x004AA10C
|
|
[Token(Token = "0x1700341A")]
|
|
public CreationObject OLEFCPKAAON
|
|
{
|
|
[Token(Token = "0x6013805")]
|
|
[Address(RVA = "0x3EDEA0", Offset = "0x3EC8A0", VA = "0x1803EDEA0")]
|
|
get
|
|
{
|
|
return this.creationObject;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700341B RID: 13339
|
|
// (get) Token: 0x06013806 RID: 79878 RVA: 0x004ABF20 File Offset: 0x004AA120
|
|
// (set) Token: 0x06013807 RID: 79879 RVA: 0x004ABF34 File Offset: 0x004AA134
|
|
[Token(Token = "0x1700341B")]
|
|
public ObjectGroup ONACJDHBNKN
|
|
{
|
|
[Token(Token = "0x6013806")]
|
|
[Address(RVA = "0x48F050", Offset = "0x48DA50", VA = "0x18048F050")]
|
|
get;
|
|
[Token(Token = "0x6013807")]
|
|
[Address(RVA = "0x52F860", Offset = "0x52E260", VA = "0x18052F860")]
|
|
protected set;
|
|
}
|
|
|
|
// Token: 0x1700341C RID: 13340
|
|
// (get) Token: 0x06013808 RID: 79880 RVA: 0x004ABF48 File Offset: 0x004AA148
|
|
[Token(Token = "0x1700341C")]
|
|
public IEnumerable<CreationObject> BGBOLGABJMA
|
|
{
|
|
[Token(Token = "0x6013808")]
|
|
[Address(RVA = "0x4B81A0", Offset = "0x4B6BA0", VA = "0x1804B81A0")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06013808)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerable`1<RecRoom.Core.Creation.CreationObject> RecRoom.Core.Creation.ObjectGroup::get_CreationObjectsInGroup()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Core.Creation.CreationObject>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Core.Creation.CreationObject>(ObjectGroup::CPLFCHMMIEL, ldloc:ObjectGroup(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: 0x1700341D RID: 13341
|
|
// (get) Token: 0x06013809 RID: 79881 RVA: 0x004ABF5C File Offset: 0x004AA15C
|
|
[Token(Token = "0x1700341D")]
|
|
public virtual bool IFACMNPBEGE
|
|
{
|
|
[Token(Token = "0x6013809")]
|
|
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "31")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700341E RID: 13342
|
|
// (get) Token: 0x0601380A RID: 79882 RVA: 0x004ABF6C File Offset: 0x004AA16C
|
|
[Token(Token = "0x1700341E")]
|
|
public virtual bool EBCPLCEDNBE
|
|
{
|
|
[Token(Token = "0x601380A")]
|
|
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "32")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x1700341F RID: 13343
|
|
// (get) Token: 0x0601380B RID: 79883 RVA: 0x004ABF7C File Offset: 0x004AA17C
|
|
[Token(Token = "0x1700341F")]
|
|
public virtual bool OOFDLELGPAD
|
|
{
|
|
[Token(Token = "0x601380B")]
|
|
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "33")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601380C RID: 79884 RVA: 0x004ABF8C File Offset: 0x004AA18C
|
|
[Token(Token = "0x601380C")]
|
|
[Address(RVA = "0x1ABC430", Offset = "0x1ABAE30", VA = "0x181ABC430")]
|
|
public bool AddToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
int num = 0;
|
|
if (!(EOJKOIGNHPJ == num))
|
|
{
|
|
return ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601380D RID: 79885 RVA: 0x004ABFB0 File Offset: 0x004AA1B0
|
|
[Token(Token = "0x601380D")]
|
|
[Address(RVA = "0x1ABC040", Offset = "0x1ABAA40", VA = "0x181ABC040", Slot = "34")]
|
|
public virtual bool AddCreationObjectToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
this.PrepForSerialization();
|
|
PhotonView photonView = base.photonView;
|
|
RPCActions.RPCAction<CreationObject, bool> rpcaction = new RPCActions.RPCAction(this.RpcAddToGroup);
|
|
photonView.RpcAll<CreationObject, bool>(rpcaction, EOJKOIGNHPJ, LEBLIOOPPFC);
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601380E RID: 79886 RVA: 0x004ABFF0 File Offset: 0x004AA1F0
|
|
[Token(Token = "0x601380E")]
|
|
[Address(RVA = "0x1ABC160", Offset = "0x1ABAB60", VA = "0x181ABC160", Slot = "35")]
|
|
public virtual bool AddCreationObjectsToGroup(IEnumerable<CreationObject> INDOBHBBLCP, bool BEBHEEODFEI)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
if (INDOBHBBLCP == 0 || Enumerable.Count<CreationObject>(INDOBHBBLCP) == 0)
|
|
{
|
|
goto IL_75;
|
|
}
|
|
bool flag = this.ODNJAAOHHHK(INDOBHBBLCP);
|
|
if (flag)
|
|
{
|
|
goto IL_75;
|
|
}
|
|
if (flag)
|
|
{
|
|
flag = BEBHEEODFEI;
|
|
this.PrepForSerialization();
|
|
while (flag)
|
|
{
|
|
}
|
|
Debug.LogWarning(BEBHEEODFEI);
|
|
}
|
|
if (flag)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
if (typeof(IDisposable).TypeHandle == (ulong)134L)
|
|
{
|
|
}
|
|
if (typeof(IDisposable).TypeHandle == (ulong)102L)
|
|
{
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
while (num != 0);
|
|
PhotonView photonView = base.photonView;
|
|
RPCActions.RPCAction<List<CreationObject>, bool> rpcaction = new RPCActions.RPCAction(this.RpcAddListToGroup);
|
|
List<CreationObject> list = Enumerable.ToList<CreationObject>(INDOBHBBLCP);
|
|
IL_75:
|
|
Debug.LogWarning("Can't add empty list of objects to group");
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0601380F RID: 79887 RVA: 0x004AC084 File Offset: 0x004AA284
|
|
[Token(Token = "0x601380F")]
|
|
[Address(RVA = "0x1ABC4D0", Offset = "0x1ABAED0", VA = "0x181ABC4D0")]
|
|
[PunRPC]
|
|
protected void RpcAddToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013810 RID: 79888 RVA: 0x004AC098 File Offset: 0x004AA298
|
|
[Token(Token = "0x6013810")]
|
|
[Address(RVA = "0x1ABE3A0", Offset = "0x1ABCDA0", VA = "0x181ABE3A0")]
|
|
[PunRPC]
|
|
protected void RpcAddListToGroup(List<CreationObject> INDOBHBBLCP, bool BEBHEEODFEI)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
List.Enumerator enumerator;
|
|
if (enumerator != 0)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06013811 RID: 79889 RVA: 0x004AC0B4 File Offset: 0x004AA2B4
|
|
[Token(Token = "0x6013811")]
|
|
[Address(RVA = "0x1ABD3A0", Offset = "0x1ABBDA0", VA = "0x181ABD3A0", Slot = "36")]
|
|
protected virtual void FHALJOHDMGK(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
if (!LEBLIOOPPFC)
|
|
{
|
|
ObjectGroup objectGroup = this.<HOGCLMPDKKJ>k__BackingField;
|
|
int num = 0;
|
|
if (objectGroup != num)
|
|
{
|
|
this.<HOGCLMPDKKJ>k__BackingField.JCOCHDNOKOA(EOJKOIGNHPJ);
|
|
}
|
|
}
|
|
this.CPLFCHMMIEL.Add(EOJKOIGNHPJ);
|
|
EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField = this;
|
|
CreationManager.MarkResourceCostsDirty();
|
|
this.PEOCIPFDMNO(EOJKOIGNHPJ, this);
|
|
}
|
|
|
|
// Token: 0x06013812 RID: 79890 RVA: 0x004AC10C File Offset: 0x004AA30C
|
|
[Token(Token = "0x6013812")]
|
|
[Address(RVA = "0x1ABC4D0", Offset = "0x1ABAED0", VA = "0x181ABC4D0", Slot = "37")]
|
|
protected virtual void CBMPHMIJFOC(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013813 RID: 79891 RVA: 0x004AC120 File Offset: 0x004AA320
|
|
[Token(Token = "0x6013813")]
|
|
[Address(RVA = "0x1ABCD50", Offset = "0x1ABB750", VA = "0x181ABCD50", Slot = "38")]
|
|
public virtual bool ExtractCreationObjectToParentGroupOrRoot(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
PhotonView photonView = base.photonView;
|
|
RPCActions.RPCAction<CreationObject> rpcaction = new RPCActions.RPCAction(this.RpcExtractToParentGroupOrRoot);
|
|
photonView.RpcAll<CreationObject>(rpcaction, EOJKOIGNHPJ);
|
|
return true;
|
|
}
|
|
ulong num;
|
|
Debug.LogWarning(num);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06013814 RID: 79892 RVA: 0x004AC160 File Offset: 0x004AA360
|
|
[Token(Token = "0x6013814")]
|
|
[Address(RVA = "0x1ABCE60", Offset = "0x1ABB860", VA = "0x181ABCE60", Slot = "39")]
|
|
public virtual bool ExtractCreationObjectsToParentGroupOrRoot(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
if (INDOBHBBLCP == 0 || Enumerable.Count<CreationObject>(INDOBHBBLCP) == 0)
|
|
{
|
|
goto IL_72;
|
|
}
|
|
bool flag = this.ODNJAAOHHHK(INDOBHBBLCP);
|
|
if (flag)
|
|
{
|
|
goto IL_72;
|
|
}
|
|
if (flag)
|
|
{
|
|
bool flag2;
|
|
while (flag2)
|
|
{
|
|
}
|
|
}
|
|
if (flag)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
if (typeof(IDisposable).TypeHandle == (ulong)132L)
|
|
{
|
|
}
|
|
if (typeof(IDisposable).TypeHandle == (ulong)101L)
|
|
{
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
while (num != 0);
|
|
PhotonView photonView = base.photonView;
|
|
RPCActions.RPCAction<List<CreationObject>> rpcaction = new RPCActions.RPCAction(this.RpcExtractListToParentGroupOrRoot);
|
|
List<CreationObject> list = Enumerable.ToList<CreationObject>(INDOBHBBLCP);
|
|
photonView.RpcAll<List<CreationObject>>(rpcaction, list);
|
|
IL_72:
|
|
Debug.LogWarning("Can't remove empty list of objects from group");
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06013815 RID: 79893 RVA: 0x004AC1F4 File Offset: 0x004AA3F4
|
|
[Token(Token = "0x6013815")]
|
|
[Address(RVA = "0x1ABE620", Offset = "0x1ABD020", VA = "0x181ABE620")]
|
|
[PunRPC]
|
|
protected void RpcExtractToParentGroupOrRoot(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013816 RID: 79894 RVA: 0x004AC208 File Offset: 0x004AA408
|
|
[Token(Token = "0x6013816")]
|
|
[Address(RVA = "0x1ABE4F0", Offset = "0x1ABCEF0", VA = "0x181ABE4F0")]
|
|
[PunRPC]
|
|
protected void RpcExtractListToParentGroupOrRoot(List<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
List.Enumerator enumerator;
|
|
if (enumerator != 0)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06013817 RID: 79895 RVA: 0x004AC224 File Offset: 0x004AA424
|
|
[Token(Token = "0x6013817")]
|
|
[Address(RVA = "0x1ABC950", Offset = "0x1ABB350", VA = "0x181ABC950", Slot = "40")]
|
|
protected virtual void EBFEEFGECAC(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool flag = this.CPLFCHMMIEL.Remove(EOJKOIGNHPJ);
|
|
if (EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField == this)
|
|
{
|
|
EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField = (ulong)0L;
|
|
CreationManager.MarkResourceCostsDirty();
|
|
}
|
|
ObjectGroup objectGroup = this.<HOGCLMPDKKJ>k__BackingField;
|
|
int num = 0;
|
|
if (!(objectGroup != num))
|
|
{
|
|
int num2 = 0;
|
|
this.PEOCIPFDMNO(EOJKOIGNHPJ, num2);
|
|
return;
|
|
}
|
|
bool isCompleted = ((IAsyncResult)this.<HOGCLMPDKKJ>k__BackingField).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013818 RID: 79896 RVA: 0x004AC290 File Offset: 0x004AA490
|
|
[Token(Token = "0x6013818")]
|
|
[Address(RVA = "0x1ABE240", Offset = "0x1ABCC40", VA = "0x181ABE240", Slot = "41")]
|
|
public virtual bool RemoveCreationObjectFromAllGroups(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
int num = 0;
|
|
bool flag = this != num;
|
|
if (true != flag)
|
|
{
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06013819 RID: 79897 RVA: 0x004AC2B4 File Offset: 0x004AA4B4
|
|
[Token(Token = "0x6013819")]
|
|
[Address(RVA = "0x1ABE2F0", Offset = "0x1ABCCF0", VA = "0x181ABE2F0", Slot = "42")]
|
|
public virtual bool RemoveCreationObjectsFromAllGroups(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num = 0;
|
|
bool flag = this != num;
|
|
if (true != flag)
|
|
{
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601381A RID: 79898 RVA: 0x004AC2D8 File Offset: 0x004AA4D8
|
|
[Token(Token = "0x601381A")]
|
|
[Address(RVA = "0x1ABE1C0", Offset = "0x1ABCBC0", VA = "0x181ABE1C0", Slot = "43")]
|
|
public virtual void RemoveAllObjectsFromGroup()
|
|
{
|
|
List<CreationObject> list = new List(this.CPLFCHMMIEL);
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x0601381B RID: 79899 RVA: 0x004AC2F8 File Offset: 0x004AA4F8
|
|
[Token(Token = "0x601381B")]
|
|
[Address(RVA = "0x1ABC630", Offset = "0x1ABB030", VA = "0x181ABC630", Slot = "44")]
|
|
public virtual void DeleteAllObjectsInGroup()
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
List<CreationObject> list = new List(this.CPLFCHMMIEL);
|
|
List.Enumerator enumerator;
|
|
if (enumerator != 0)
|
|
{
|
|
ObjectGroup component = base.GetComponent<ObjectGroup>();
|
|
int num2 = 0;
|
|
if (component != num2)
|
|
{
|
|
component.RemoveAllObjectsFromGroup();
|
|
}
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x0601381C RID: 79900 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x601381C")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "45")]
|
|
public virtual void PrepForSerialization()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0601381D RID: 79901 RVA: 0x004AC34C File Offset: 0x004AA54C
|
|
[Token(Token = "0x601381D")]
|
|
[Address(RVA = "0x1ABDA60", Offset = "0x1ABC460", VA = "0x181ABDA60", Slot = "46")]
|
|
protected virtual bool LGCADEGJNJI(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC, out string FMDPEKAACKI)
|
|
{
|
|
int num = 0;
|
|
if (!(EOJKOIGNHPJ == num))
|
|
{
|
|
GameObject gameObject = EOJKOIGNHPJ.gameObject;
|
|
GameObject gameObject2 = base.gameObject;
|
|
if (!(gameObject == gameObject2) && !EOJKOIGNHPJ.JCLMEJKJNAA && !this.creationObject.JCLMEJKJNAA && !this.CPLFCHMMIEL.Contains(EOJKOIGNHPJ))
|
|
{
|
|
ObjectGroup objectGroup = this.<HOGCLMPDKKJ>k__BackingField;
|
|
int num2 = 0;
|
|
if (objectGroup != num2 && !this.EBCPLCEDNBE && !LEBLIOOPPFC)
|
|
{
|
|
ObjectGroup objectGroup2 = this.<HOGCLMPDKKJ>k__BackingField;
|
|
}
|
|
string empty = string.Empty;
|
|
}
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0601381E RID: 79902 RVA: 0x004AC3E4 File Offset: 0x004AA5E4
|
|
[Token(Token = "0x601381E")]
|
|
[Address(RVA = "0x1ABCC90", Offset = "0x1ABB690", VA = "0x181ABCC90", Slot = "47")]
|
|
protected virtual bool ENHKODNNFNC(CreationObject EOJKOIGNHPJ, out string FMDPEKAACKI)
|
|
{
|
|
if (this.CPLFCHMMIEL.Contains(EOJKOIGNHPJ))
|
|
{
|
|
string empty = string.Empty;
|
|
return true;
|
|
}
|
|
GameObject gameObject = EOJKOIGNHPJ.gameObject;
|
|
string text = string.Format("Tried to remove object {0} from ObjectGroup it did not belong to", gameObject);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0601381F RID: 79903 RVA: 0x004AC424 File Offset: 0x004AA624
|
|
[Token(Token = "0x601381F")]
|
|
[Address(RVA = "0x1ABD9C0", Offset = "0x1ABC3C0", VA = "0x181ABD9C0", Slot = "48")]
|
|
protected virtual void JCOCHDNOKOA(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
this.CPLFCHMMIEL.Add(EOJKOIGNHPJ);
|
|
EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField = this;
|
|
CreationManager.MarkResourceCostsDirty();
|
|
this.PEOCIPFDMNO(EOJKOIGNHPJ, this);
|
|
}
|
|
|
|
// Token: 0x06013820 RID: 79904 RVA: 0x004AC45C File Offset: 0x004AA65C
|
|
[Token(Token = "0x6013820")]
|
|
[Address(RVA = "0x1ABC560", Offset = "0x1ABAF60", VA = "0x181ABC560", Slot = "49")]
|
|
protected virtual void DFDDODLKPCI(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool flag = this.CPLFCHMMIEL.Remove(EOJKOIGNHPJ);
|
|
if (EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField == this)
|
|
{
|
|
EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField = (ulong)0L;
|
|
CreationManager.MarkResourceCostsDirty();
|
|
}
|
|
}
|
|
|
|
// Token: 0x06013821 RID: 79905 RVA: 0x004AC49C File Offset: 0x004AA69C
|
|
[Token(Token = "0x6013821")]
|
|
[Address(RVA = "0x1ABE090", Offset = "0x1ABCA90", VA = "0x181ABE090")]
|
|
protected void PEOCIPFDMNO(CreationObject NLNHFEEMFBN, ObjectGroup DHAAOIGBOBM)
|
|
{
|
|
ObjectGroup component = NLNHFEEMFBN.GetComponent<ObjectGroup>();
|
|
int num = 0;
|
|
if (component != num && !component.EBCPLCEDNBE)
|
|
{
|
|
component.<HOGCLMPDKKJ>k__BackingField = DHAAOIGBOBM;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003420 RID: 13344
|
|
// (get) Token: 0x06013822 RID: 79906 RVA: 0x004AC4D4 File Offset: 0x004AA6D4
|
|
[Token(Token = "0x17003420")]
|
|
public bool JBMFJOBFJHP
|
|
{
|
|
[Token(Token = "0x6013822")]
|
|
[Address(RVA = "0x413970", Offset = "0x412370", VA = "0x180413970", Slot = "15")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x06013823 RID: 79907 RVA: 0x004AC4E4 File Offset: 0x004AA6E4
|
|
[Token(Token = "0x6013823")]
|
|
[Address(RVA = "0x1ABC810", Offset = "0x1ABB210", VA = "0x181ABC810", Slot = "50")]
|
|
public virtual void DeserializeFrom(KPNDFONGDGF HFBJGCHOANH)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06013824 RID: 79908 RVA: 0x004AC520 File Offset: 0x004AA720
|
|
[Token(Token = "0x6013824")]
|
|
[Address(RVA = "0x1ABCA90", Offset = "0x1ABB490", VA = "0x181ABCA90")]
|
|
protected void ELEHODFLCGB(IGHGEPCFGJL IFLAFFPCGNK)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
this.ABHDDEJLCJG.Clear();
|
|
IEnumerator<ByteString> enumerator = IFLAFFPCGNK.BLECAJPGFFK.GetEnumerator();
|
|
if (enumerator != 0)
|
|
{
|
|
if (num >= enumerator)
|
|
{
|
|
goto IL_2D;
|
|
}
|
|
num += num;
|
|
if (num != enumerator)
|
|
{
|
|
num++;
|
|
goto IL_2D;
|
|
}
|
|
IL_39:
|
|
num += num;
|
|
goto IL_3D;
|
|
IL_2D:
|
|
this.ABHDDEJLCJG.Add(num);
|
|
goto IL_39;
|
|
}
|
|
IL_3D:
|
|
if (enumerator != 0)
|
|
{
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06013825 RID: 79909 RVA: 0x004AC584 File Offset: 0x004AA784
|
|
[Token(Token = "0x6013825")]
|
|
[Address(RVA = "0x1ABE140", Offset = "0x1ABCB40", VA = "0x181ABE140", Slot = "51")]
|
|
public virtual void PostDeserialize(LJJOCDFAMGA FLIPBCAPDGC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013826 RID: 79910 RVA: 0x004AC598 File Offset: 0x004AA798
|
|
[Token(Token = "0x6013826")]
|
|
[Address(RVA = "0x1ABD660", Offset = "0x1ABC060", VA = "0x181ABD660", Slot = "52")]
|
|
protected virtual void GGINAABEAFO([Optional] Dictionary<Guid, Guid> LNFKFAHMACI)
|
|
{
|
|
List<Guid> abhddejlcjg = this.ABHDDEJLCJG;
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06013827 RID: 79911 RVA: 0x004AC644 File Offset: 0x004AA844
|
|
[Token(Token = "0x6013827")]
|
|
[Address(RVA = "0x1ABE160", Offset = "0x1ABCB60", VA = "0x181ABE160", Slot = "19")]
|
|
public IEnumerator<ISchedule> PreSerialize(StringBuilder BIPOIFGEMGB, bool PJMPKHANBFJ)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06013827)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<RecRoom.Core.ISchedule> RecRoom.Core.Creation.ObjectGroup::PreSerialize(System.Text.StringBuilder,System.Boolean)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
call:void(ELBNOGBDBHP::System.IDisposable.Dispose, ldloc:ELBNOGBDBHP(var_0))
|
|
stfld:int32(ELBNOGBDBHP::<>1__state, ldloc:ELBNOGBDBHP(var_0), conv.u8:uint64[exp:int32](ldc.i8:int64[exp:uint64](0)))
|
|
stfld:ObjectGroup(ELBNOGBDBHP::<>4__this, ldloc:ELBNOGBDBHP(var_0), ldloc:ObjectGroup(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: 0x06013828 RID: 79912 RVA: 0x004AC668 File Offset: 0x004AA868
|
|
[Token(Token = "0x6013828")]
|
|
[Address(RVA = "0x1ABE640", Offset = "0x1ABD040", VA = "0x181ABE640", Slot = "53")]
|
|
public virtual void SerializeTo(ref PDEKIHFJKHJ IABNDBNHMKF, ref MKNCHKCCIHK NHFINJNIPGK, StringBuilder BIPOIFGEMGB)
|
|
{
|
|
IGHGEPCFGJL ighgepcfgjl = this.FOHDFBLGGAN();
|
|
}
|
|
|
|
// Token: 0x06013829 RID: 79913 RVA: 0x004AC684 File Offset: 0x004AA884
|
|
[Token(Token = "0x6013829")]
|
|
[Address(RVA = "0x1ABD4A0", Offset = "0x1ABBEA0", VA = "0x181ABD4A0")]
|
|
protected IGHGEPCFGJL FOHDFBLGGAN()
|
|
{
|
|
int num;
|
|
IGHGEPCFGJL ighgepcfgjl;
|
|
do
|
|
{
|
|
num = 0;
|
|
ighgepcfgjl = new IGHGEPCFGJL();
|
|
List<CreationObject> cplfchmmiel = this.CPLFCHMMIEL;
|
|
List.Enumerator enumerator;
|
|
if (enumerator != 0)
|
|
{
|
|
ByteString byteString;
|
|
ighgepcfgjl.BLECAJPGFFK.Add(byteString);
|
|
}
|
|
if (num != -1)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
return ighgepcfgjl;
|
|
}
|
|
|
|
// Token: 0x0601382A RID: 79914 RVA: 0x004AC6D8 File Offset: 0x004AA8D8
|
|
[Token(Token = "0x601382A")]
|
|
[Address(RVA = "0x1ABDC70", Offset = "0x1ABC670", VA = "0x181ABDC70")]
|
|
private bool ODNJAAOHHHK(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
for (;;)
|
|
{
|
|
int num = 0;
|
|
ObjectGroup.BNAGJKDBLJP.Clear();
|
|
HashSet<CreationObject> bnagjkdbljp = ObjectGroup.BNAGJKDBLJP;
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
HashSet<CreationObject> bnagjkdbljp2 = ObjectGroup.BNAGJKDBLJP;
|
|
}
|
|
if (num != -1)
|
|
{
|
|
if (typeof(IDisposable).TypeHandle == (ulong)77L)
|
|
{
|
|
break;
|
|
}
|
|
if (typeof(IDisposable).TypeHandle == (ulong)75L)
|
|
{
|
|
goto IL_3C;
|
|
}
|
|
}
|
|
if (num == 0)
|
|
{
|
|
goto IL_3C;
|
|
}
|
|
}
|
|
return true;
|
|
IL_3C:
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x17003421 RID: 13345
|
|
// (get) Token: 0x0601382B RID: 79915 RVA: 0x004AC738 File Offset: 0x004AA938
|
|
[Token(Token = "0x17003421")]
|
|
public LFBMEDEMGHA DGOHOAPEJPG
|
|
{
|
|
[Token(Token = "0x601382B")]
|
|
[Address(RVA = "0x48F050", Offset = "0x48DA50", VA = "0x18048F050", Slot = "20")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0601382B)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling LFBMEDEMGHA RecRoom.Core.Creation.ObjectGroup::get_ParentGroup()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:ObjectGroup(var_0_06, ldfld:ObjectGroup(ObjectGroup::<HOGCLMPDKKJ>k__BackingField, ldloc:ObjectGroup(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: 0x17003422 RID: 13346
|
|
// (get) Token: 0x0601382C RID: 79916 RVA: 0x004AC74C File Offset: 0x004AA94C
|
|
[Token(Token = "0x17003422")]
|
|
public bool NGIBBJANAFL
|
|
{
|
|
[Token(Token = "0x601382C")]
|
|
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "27")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601382D RID: 79917 RVA: 0x004AC75C File Offset: 0x004AA95C
|
|
[Token(Token = "0x601382D")]
|
|
[Address(RVA = "0x3EDEA0", Offset = "0x3EC8A0", VA = "0x1803EDEA0", Slot = "21")]
|
|
public GIPDDLFFNGG AsContextObject()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0601382D)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling GIPDDLFFNGG RecRoom.Core.Creation.ObjectGroup::AsContextObject()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:CreationObject(var_0_06, ldfld:CreationObject(ObjectGroup::creationObject, ldloc:ObjectGroup(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: 0x0601382E RID: 79918 RVA: 0x004AC770 File Offset: 0x004AA970
|
|
[Token(Token = "0x601382E")]
|
|
[Address(RVA = "0x1ABC4F0", Offset = "0x1ABAEF0", VA = "0x181ABC4F0", Slot = "54")]
|
|
public virtual bool Contains(GIPDDLFFNGG JKDHPHFBDMJ)
|
|
{
|
|
List<CreationObject> cplfchmmiel = this.CPLFCHMMIEL;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x17003423 RID: 13347
|
|
// (get) Token: 0x0601382F RID: 79919 RVA: 0x004AC78C File Offset: 0x004AA98C
|
|
[Token(Token = "0x17003423")]
|
|
public IEnumerable<GIPDDLFFNGG> AGIEOKNGBPC
|
|
{
|
|
[Token(Token = "0x601382F")]
|
|
[Address(RVA = "0x4B81A0", Offset = "0x4B6BA0", VA = "0x1804B81A0", Slot = "23")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0601382F)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerable`1<GIPDDLFFNGG> RecRoom.Core.Creation.ObjectGroup::get_ObjectsInGroup()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Core.Creation.CreationObject>(var_0_06, ldfld:class [mscorlib]System.Collections.Generic.List`1<class RecRoom.Core.Creation.CreationObject>(ObjectGroup::CPLFCHMMIEL, ldloc:ObjectGroup(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: 0x06013830 RID: 79920 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6013830")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "55")]
|
|
public virtual void OnGroupPushed()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06013831 RID: 79921 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6013831")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "56")]
|
|
public virtual void OnGroupPopped()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06013832 RID: 79922 RVA: 0x004AC7A0 File Offset: 0x004AA9A0
|
|
[Token(Token = "0x6013832")]
|
|
[Address(RVA = "0x1ABDED0", Offset = "0x1ABC8D0", VA = "0x181ABDED0", Slot = "26")]
|
|
public void OnObjectsInGroupWillBeDeleted(IEnumerable<GIPDDLFFNGG> PJAGPLNPLFK)
|
|
{
|
|
Func<GIPDDLFFNGG, bool> <>9__64_ = ObjectGroup.<>c.<>9__64_0;
|
|
if (<>9__64_ == 0)
|
|
{
|
|
ObjectGroup.<>c.<>9__64_0 = delegate(GIPDDLFFNGG x)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
};
|
|
}
|
|
IEnumerable<GIPDDLFFNGG> enumerable = Enumerable.Where<GIPDDLFFNGG>(PJAGPLNPLFK, <>9__64_);
|
|
Func<GIPDDLFFNGG, CreationObject> func;
|
|
if (ObjectGroup.<>c.<>9__64_1 == 0)
|
|
{
|
|
func = delegate(GIPDDLFFNGG x)
|
|
{
|
|
throw new NullReferenceException();
|
|
};
|
|
ObjectGroup.<>c.<>9__64_1 = func;
|
|
}
|
|
IEnumerable<GIPDDLFFNGG> enumerable2 = Enumerable.Select<GIPDDLFFNGG, CreationObject>(enumerable, func);
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x17003424 RID: 13348
|
|
// (get) Token: 0x06013833 RID: 79923 RVA: 0x004AC804 File Offset: 0x004AAA04
|
|
[Token(Token = "0x17003424")]
|
|
public bool JCFJAINJFOK
|
|
{
|
|
[Token(Token = "0x6013833")]
|
|
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "28")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06013834 RID: 79924 RVA: 0x004AC814 File Offset: 0x004AAA14
|
|
[Token(Token = "0x6013834")]
|
|
[Address(RVA = "0x1ABD130", Offset = "0x1ABBB30", VA = "0x181ABD130", Slot = "29")]
|
|
public bool ExtractToParentGroupOrRoot(GIPDDLFFNGG JKDHPHFBDMJ)
|
|
{
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
return ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06013835 RID: 79925 RVA: 0x004AC834 File Offset: 0x004AAA34
|
|
[Token(Token = "0x6013835")]
|
|
[Address(RVA = "0x1ABD1E0", Offset = "0x1ABBBE0", VA = "0x181ABD1E0", Slot = "30")]
|
|
public bool ExtractToParentGroupOrRoot(IEnumerable<GIPDDLFFNGG> PJAGPLNPLFK)
|
|
{
|
|
Func<GIPDDLFFNGG, bool> <>9__68_ = ObjectGroup.<>c.<>9__68_0;
|
|
if (<>9__68_ == 0)
|
|
{
|
|
ObjectGroup.<>c.<>9__68_0 = delegate(GIPDDLFFNGG x)
|
|
{
|
|
bool flag;
|
|
return flag;
|
|
};
|
|
}
|
|
IEnumerable<GIPDDLFFNGG> enumerable = Enumerable.Where<GIPDDLFFNGG>(PJAGPLNPLFK, <>9__68_);
|
|
Func<GIPDDLFFNGG, CreationObject> func;
|
|
if (ObjectGroup.<>c.<>9__68_1 == 0)
|
|
{
|
|
func = delegate(GIPDDLFFNGG x)
|
|
{
|
|
throw new NullReferenceException();
|
|
};
|
|
ObjectGroup.<>c.<>9__68_1 = func;
|
|
}
|
|
IEnumerable<GIPDDLFFNGG> enumerable2 = Enumerable.Select<GIPDDLFFNGG, CreationObject>(enumerable, func);
|
|
return ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06013836 RID: 79926 RVA: 0x004AC898 File Offset: 0x004AAA98
|
|
[Token(Token = "0x6013836")]
|
|
[Address(RVA = "0x1ABE6D0", Offset = "0x1ABD0D0", VA = "0x181ABE6D0")]
|
|
public ObjectGroup()
|
|
{
|
|
List<Guid> list = new List();
|
|
this.ABHDDEJLCJG = list;
|
|
List<CreationObject> list2 = new List();
|
|
this.CPLFCHMMIEL = list2;
|
|
List<PersistenceView> list3 = new List();
|
|
this.IIEFBAPOIMD = list3;
|
|
base..ctor();
|
|
}
|
|
|
|
// Token: 0x0400D30A RID: 54026
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x400D30A")]
|
|
[SerializeField]
|
|
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false)]
|
|
private PersistenceView persistenceView;
|
|
|
|
// Token: 0x0400D30B RID: 54027
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
|
[Token(Token = "0x400D30B")]
|
|
[SerializeField]
|
|
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false)]
|
|
private CreationObject creationObject;
|
|
|
|
// Token: 0x0400D30C RID: 54028
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x400D30C")]
|
|
private List<Guid> ABHDDEJLCJG;
|
|
|
|
// Token: 0x0400D30D RID: 54029
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400D30D")]
|
|
protected List<CreationObject> CPLFCHMMIEL;
|
|
|
|
// Token: 0x0400D30E RID: 54030
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x400D30E")]
|
|
private List<PersistenceView> IIEFBAPOIMD;
|
|
|
|
// Token: 0x0400D30F RID: 54031
|
|
[Token(Token = "0x400D30F")]
|
|
private static readonly HashSet<CreationObject> BNAGJKDBLJP = new HashSet();
|
|
}
|
|
}
|