944 lines
38 KiB
C#
944 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.Persistence;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Core.Creation
|
|
{
|
|
// Token: 0x020030B2 RID: 12466
|
|
[Token(Token = "0x20030B2")]
|
|
public class ObjectGroup : MonoBehaviourPun, EOCLMMENCKH, CHJEFIDMANE, IDODLJEIOCE, LFBMEDEMGHA
|
|
{
|
|
// Token: 0x17003ACA RID: 15050
|
|
// (get) Token: 0x06015484 RID: 87172 RVA: 0x004F8EB4 File Offset: 0x004F70B4
|
|
[Token(Token = "0x17003ACA")]
|
|
public PersistenceView AGBFHKOJMDE
|
|
{
|
|
[Token(Token = "0x6015484")]
|
|
[Address(RVA = "0x408890", Offset = "0x407690", VA = "0x180408890")]
|
|
get
|
|
{
|
|
return this.persistenceView;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003ACB RID: 15051
|
|
// (get) Token: 0x06015485 RID: 87173 RVA: 0x004F8EC8 File Offset: 0x004F70C8
|
|
[Token(Token = "0x17003ACB")]
|
|
public CreationObject OLEFCPKAAON
|
|
{
|
|
[Token(Token = "0x6015485")]
|
|
[Address(RVA = "0x3FA170", Offset = "0x3F8F70", VA = "0x1803FA170")]
|
|
get
|
|
{
|
|
return this.creationObject;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003ACC RID: 15052
|
|
// (get) Token: 0x06015486 RID: 87174 RVA: 0x004F8EDC File Offset: 0x004F70DC
|
|
// (set) Token: 0x06015487 RID: 87175 RVA: 0x004F8EF0 File Offset: 0x004F70F0
|
|
[Token(Token = "0x17003ACC")]
|
|
public ObjectGroup ONACJDHBNKN
|
|
{
|
|
[Token(Token = "0x6015486")]
|
|
[Address(RVA = "0x423E10", Offset = "0x422C10", VA = "0x180423E10")]
|
|
get;
|
|
[Token(Token = "0x6015487")]
|
|
[Address(RVA = "0x687270", Offset = "0x686070", VA = "0x180687270")]
|
|
protected set;
|
|
}
|
|
|
|
// Token: 0x17003ACD RID: 15053
|
|
// (get) Token: 0x06015488 RID: 87176 RVA: 0x004F8F04 File Offset: 0x004F7104
|
|
[Token(Token = "0x17003ACD")]
|
|
public IEnumerable<CreationObject> BGBOLGABJMA
|
|
{
|
|
[Token(Token = "0x6015488")]
|
|
[Address(RVA = "0x423D40", Offset = "0x422B40", VA = "0x180423D40")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06015488)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003ACE RID: 15054
|
|
// (get) Token: 0x06015489 RID: 87177 RVA: 0x004F8F18 File Offset: 0x004F7118
|
|
[Token(Token = "0x17003ACE")]
|
|
public virtual bool IFACMNPBEGE
|
|
{
|
|
[Token(Token = "0x6015489")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "31")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003ACF RID: 15055
|
|
// (get) Token: 0x0601548A RID: 87178 RVA: 0x004F8F28 File Offset: 0x004F7128
|
|
[Token(Token = "0x17003ACF")]
|
|
public virtual bool EBCPLCEDNBE
|
|
{
|
|
[Token(Token = "0x601548A")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "32")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003AD0 RID: 15056
|
|
// (get) Token: 0x0601548B RID: 87179 RVA: 0x004F8F38 File Offset: 0x004F7138
|
|
[Token(Token = "0x17003AD0")]
|
|
public virtual bool OOFDLELGPAD
|
|
{
|
|
[Token(Token = "0x601548B")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "33")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601548C RID: 87180 RVA: 0x004F8F48 File Offset: 0x004F7148
|
|
[Token(Token = "0x601548C")]
|
|
[Address(RVA = "0xE9EE70", Offset = "0xE9DC70", VA = "0x180E9EE70")]
|
|
public bool AddToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
int num = 0;
|
|
if (!(EOJKOIGNHPJ == num))
|
|
{
|
|
return ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
}
|
|
|
|
// Token: 0x0601548D RID: 87181 RVA: 0x004F8F6C File Offset: 0x004F716C
|
|
[Token(Token = "0x601548D")]
|
|
[Address(RVA = "0xE9EA80", Offset = "0xE9D880", VA = "0x180E9EA80", Slot = "34")]
|
|
public virtual bool AddCreationObjectToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
this.PrepForSerialization();
|
|
PhotonView photonView = base.JDHMIOJKLCK;
|
|
DGLOJCGDOGG.FGGIMKCCBDA<CreationObject, bool> fggimkccbda = new DGLOJCGDOGG.FGGIMKCCBDA(this.RpcAddToGroup);
|
|
photonView.RpcAll<CreationObject, bool>(fggimkccbda, EOJKOIGNHPJ, LEBLIOOPPFC);
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601548E RID: 87182 RVA: 0x004F8FAC File Offset: 0x004F71AC
|
|
[Token(Token = "0x601548E")]
|
|
[Address(RVA = "0xE9EBA0", Offset = "0xE9D9A0", VA = "0x180E9EBA0", 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_59;
|
|
}
|
|
bool flag = this.ODNJAAOHHHK(INDOBHBBLCP);
|
|
if (flag)
|
|
{
|
|
goto IL_59;
|
|
}
|
|
if (flag)
|
|
{
|
|
flag = BEBHEEODFEI;
|
|
this.PrepForSerialization();
|
|
while (flag)
|
|
{
|
|
}
|
|
Debug.LogWarning(BEBHEEODFEI);
|
|
}
|
|
if (flag)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
if (num != -1)
|
|
{
|
|
}
|
|
PhotonView photonView = base.JDHMIOJKLCK;
|
|
DGLOJCGDOGG.FGGIMKCCBDA<List<CreationObject>, bool> fggimkccbda = new DGLOJCGDOGG.FGGIMKCCBDA(this.RpcAddListToGroup);
|
|
List<CreationObject> list = Enumerable.ToList<CreationObject>(INDOBHBBLCP);
|
|
IL_59:
|
|
Debug.LogWarning("Can't add empty list of objects to group");
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x0601548F RID: 87183 RVA: 0x004F9024 File Offset: 0x004F7224
|
|
[Token(Token = "0x601548F")]
|
|
[Address(RVA = "0xE9EF10", Offset = "0xE9DD10", VA = "0x180E9EF10")]
|
|
[NFOMENMAOIA]
|
|
protected void RpcAddToGroup(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06015490 RID: 87184 RVA: 0x004F9038 File Offset: 0x004F7238
|
|
[Token(Token = "0x6015490")]
|
|
[Address(RVA = "0xEA0D00", Offset = "0xE9FB00", VA = "0x180EA0D00")]
|
|
[NFOMENMAOIA]
|
|
protected void RpcAddListToGroup(List<CreationObject> INDOBHBBLCP, bool BEBHEEODFEI)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06015491 RID: 87185 RVA: 0x004F9050 File Offset: 0x004F7250
|
|
[Token(Token = "0x6015491")]
|
|
[Address(RVA = "0xE9FD60", Offset = "0xE9EB60", VA = "0x180E9FD60", 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: 0x06015492 RID: 87186 RVA: 0x004F90A8 File Offset: 0x004F72A8
|
|
[Token(Token = "0x6015492")]
|
|
[Address(RVA = "0xE9EF10", Offset = "0xE9DD10", VA = "0x180E9EF10", Slot = "37")]
|
|
protected virtual void CBMPHMIJFOC(CreationObject EOJKOIGNHPJ, bool LEBLIOOPPFC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06015493 RID: 87187 RVA: 0x004F90BC File Offset: 0x004F72BC
|
|
[Token(Token = "0x6015493")]
|
|
[Address(RVA = "0xE9F720", Offset = "0xE9E520", VA = "0x180E9F720", Slot = "38")]
|
|
public virtual bool ExtractCreationObjectToParentGroupOrRoot(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
PhotonView photonView = base.JDHMIOJKLCK;
|
|
DGLOJCGDOGG.LFLFMIMNCON<CreationObject> lflfmimncon = new DGLOJCGDOGG.LFLFMIMNCON(this.RpcExtractToParentGroupOrRoot);
|
|
photonView.RpcAll<CreationObject>(lflfmimncon, EOJKOIGNHPJ);
|
|
return true;
|
|
}
|
|
ulong num;
|
|
Debug.LogWarning(num);
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06015494 RID: 87188 RVA: 0x004F90FC File Offset: 0x004F72FC
|
|
[Token(Token = "0x6015494")]
|
|
[Address(RVA = "0xE9F830", Offset = "0xE9E630", VA = "0x180E9F830", Slot = "39")]
|
|
public virtual bool ExtractCreationObjectsToParentGroupOrRoot(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
if (INDOBHBBLCP == 0 || Enumerable.Count<CreationObject>(INDOBHBBLCP) == 0)
|
|
{
|
|
goto IL_56;
|
|
}
|
|
bool flag = this.ODNJAAOHHHK(INDOBHBBLCP);
|
|
if (flag)
|
|
{
|
|
goto IL_56;
|
|
}
|
|
if (flag)
|
|
{
|
|
bool flag2;
|
|
while (flag2)
|
|
{
|
|
}
|
|
}
|
|
if (flag)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
if (num != -1)
|
|
{
|
|
}
|
|
PhotonView photonView = base.JDHMIOJKLCK;
|
|
DGLOJCGDOGG.LFLFMIMNCON<List<CreationObject>> lflfmimncon = new DGLOJCGDOGG.LFLFMIMNCON(this.RpcExtractListToParentGroupOrRoot);
|
|
List<CreationObject> list = Enumerable.ToList<CreationObject>(INDOBHBBLCP);
|
|
photonView.RpcAll<List<CreationObject>>(lflfmimncon, list);
|
|
IL_56:
|
|
Debug.LogWarning("Can't remove empty list of objects from group");
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x06015495 RID: 87189 RVA: 0x004F9174 File Offset: 0x004F7374
|
|
[Token(Token = "0x6015495")]
|
|
[Address(RVA = "0xEA0F30", Offset = "0xE9FD30", VA = "0x180EA0F30")]
|
|
[NFOMENMAOIA]
|
|
protected void RpcExtractToParentGroupOrRoot(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x06015496 RID: 87190 RVA: 0x004F9188 File Offset: 0x004F7388
|
|
[Token(Token = "0x6015496")]
|
|
[Address(RVA = "0xEA0E20", Offset = "0xE9FC20", VA = "0x180EA0E20")]
|
|
[NFOMENMAOIA]
|
|
protected void RpcExtractListToParentGroupOrRoot(List<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x06015497 RID: 87191 RVA: 0x004F91A0 File Offset: 0x004F73A0
|
|
[Token(Token = "0x6015497")]
|
|
[Address(RVA = "0xE9F360", Offset = "0xE9E160", VA = "0x180E9F360", 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: 0x06015498 RID: 87192 RVA: 0x004F920C File Offset: 0x004F740C
|
|
[Token(Token = "0x6015498")]
|
|
[Address(RVA = "0xEA0BA0", Offset = "0xE9F9A0", VA = "0x180EA0BA0", Slot = "41")]
|
|
public virtual bool RemoveCreationObjectFromAllGroups(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
int num = 0;
|
|
bool flag = this != num;
|
|
if (true != flag)
|
|
{
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x06015499 RID: 87193 RVA: 0x004F9230 File Offset: 0x004F7430
|
|
[Token(Token = "0x6015499")]
|
|
[Address(RVA = "0xEA0C50", Offset = "0xE9FA50", VA = "0x180EA0C50", Slot = "42")]
|
|
public virtual bool RemoveCreationObjectsFromAllGroups(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num = 0;
|
|
bool flag = this != num;
|
|
if (true != flag)
|
|
{
|
|
}
|
|
return true;
|
|
}
|
|
|
|
// Token: 0x0601549A RID: 87194 RVA: 0x004F9254 File Offset: 0x004F7454
|
|
[Token(Token = "0x601549A")]
|
|
[Address(RVA = "0xEA0B20", Offset = "0xE9F920", VA = "0x180EA0B20", Slot = "43")]
|
|
public virtual void RemoveAllObjectsFromGroup()
|
|
{
|
|
List<CreationObject> list = new List(this.CPLFCHMMIEL);
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x0601549B RID: 87195 RVA: 0x004F9274 File Offset: 0x004F7474
|
|
[Token(Token = "0x601549B")]
|
|
[Address(RVA = "0xE9F070", Offset = "0xE9DE70", VA = "0x180E9F070", Slot = "44")]
|
|
public virtual void DeleteAllObjectsInGroup()
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
List<CreationObject> list = new List(this.CPLFCHMMIEL);
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
ObjectGroup component = base.GetComponent<ObjectGroup>();
|
|
int num2 = 0;
|
|
if (component != num2)
|
|
{
|
|
component.RemoveAllObjectsFromGroup();
|
|
}
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x0601549C RID: 87196 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x601549C")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "45")]
|
|
public virtual void PrepForSerialization()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0601549D RID: 87197 RVA: 0x004F92C4 File Offset: 0x004F74C4
|
|
[Token(Token = "0x601549D")]
|
|
[Address(RVA = "0xEA03D0", Offset = "0xE9F1D0", VA = "0x180EA03D0", 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: 0x0601549E RID: 87198 RVA: 0x004F935C File Offset: 0x004F755C
|
|
[Token(Token = "0x601549E")]
|
|
[Address(RVA = "0xE9F660", Offset = "0xE9E460", VA = "0x180E9F660", 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: 0x0601549F RID: 87199 RVA: 0x004F939C File Offset: 0x004F759C
|
|
[Token(Token = "0x601549F")]
|
|
[Address(RVA = "0xEA0330", Offset = "0xE9F130", VA = "0x180EA0330", Slot = "48")]
|
|
protected virtual void JCOCHDNOKOA(CreationObject EOJKOIGNHPJ)
|
|
{
|
|
this.CPLFCHMMIEL.Add(EOJKOIGNHPJ);
|
|
EOJKOIGNHPJ.<JOPKLANPAKD>k__BackingField = this;
|
|
CreationManager.MarkResourceCostsDirty();
|
|
this.PEOCIPFDMNO(EOJKOIGNHPJ, this);
|
|
}
|
|
|
|
// Token: 0x060154A0 RID: 87200 RVA: 0x004F93D4 File Offset: 0x004F75D4
|
|
[Token(Token = "0x60154A0")]
|
|
[Address(RVA = "0xE9EFA0", Offset = "0xE9DDA0", VA = "0x180E9EFA0", 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: 0x060154A1 RID: 87201 RVA: 0x004F9414 File Offset: 0x004F7614
|
|
[Token(Token = "0x60154A1")]
|
|
[Address(RVA = "0xEA09F0", Offset = "0xE9F7F0", VA = "0x180EA09F0")]
|
|
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: 0x17003AD1 RID: 15057
|
|
// (get) Token: 0x060154A2 RID: 87202 RVA: 0x004F944C File Offset: 0x004F764C
|
|
[Token(Token = "0x17003AD1")]
|
|
public bool JBMFJOBFJHP
|
|
{
|
|
[Token(Token = "0x60154A2")]
|
|
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930", Slot = "15")]
|
|
get
|
|
{
|
|
}
|
|
}
|
|
|
|
// Token: 0x060154A3 RID: 87203 RVA: 0x004F945C File Offset: 0x004F765C
|
|
[Token(Token = "0x60154A3")]
|
|
[Address(RVA = "0xE9F220", Offset = "0xE9E020", VA = "0x180E9F220", Slot = "50")]
|
|
public virtual void DeserializeFrom(KPNDFONGDGF HFBJGCHOANH)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060154A4 RID: 87204 RVA: 0x004F9498 File Offset: 0x004F7698
|
|
[Token(Token = "0x60154A4")]
|
|
[Address(RVA = "0xE9F4A0", Offset = "0xE9E2A0", VA = "0x180E9F4A0")]
|
|
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)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
}
|
|
|
|
// Token: 0x060154A5 RID: 87205 RVA: 0x004F94F8 File Offset: 0x004F76F8
|
|
[Token(Token = "0x60154A5")]
|
|
[Address(RVA = "0xEA0AA0", Offset = "0xE9F8A0", VA = "0x180EA0AA0", Slot = "51")]
|
|
public virtual void PostDeserialize(LJJOCDFAMGA FLIPBCAPDGC)
|
|
{
|
|
bool isCompleted = ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
|
|
// Token: 0x060154A6 RID: 87206 RVA: 0x004F950C File Offset: 0x004F770C
|
|
[Token(Token = "0x60154A6")]
|
|
[Address(RVA = "0xEA0000", Offset = "0xE9EE00", VA = "0x180EA0000", Slot = "52")]
|
|
protected virtual void GGINAABEAFO([Optional] Dictionary<Guid, Guid> LNFKFAHMACI)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
List<Guid> abhddejlcjg = this.ABHDDEJLCJG;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
bool flag2;
|
|
if (LNFKFAHMACI == 0 || flag2)
|
|
{
|
|
}
|
|
Dictionary<Guid, PersistenceView> allViews = PersistenceView.AllViews;
|
|
bool flag3;
|
|
if (!flag3)
|
|
{
|
|
GameObject gameObject = base.gameObject;
|
|
string text = string.Format("Could not find expected group member with id {0} on group object {1}", flag3, gameObject);
|
|
}
|
|
int num2 = 0;
|
|
CreationObject creationObject;
|
|
if (!(creationObject != num2))
|
|
{
|
|
GameObject gameObject2 = creationObject.gameObject;
|
|
GameObject gameObject3 = base.gameObject;
|
|
Debug.LogError(string.Format("Could not find CreationObject on member of group. Object: {0} Id: {1} Group: {2}", gameObject2, gameObject2, gameObject3));
|
|
}
|
|
}
|
|
}
|
|
while (num != 0);
|
|
this.ABHDDEJLCJG.Clear();
|
|
}
|
|
|
|
// Token: 0x060154A7 RID: 87207 RVA: 0x004F95B0 File Offset: 0x004F77B0
|
|
[Token(Token = "0x60154A7")]
|
|
[Address(RVA = "0xEA0AC0", Offset = "0xE9F8C0", VA = "0x180EA0AC0", Slot = "19")]
|
|
public IEnumerator<KENFJGFMIPM> PreSerialize(StringBuilder BIPOIFGEMGB, bool PJMPKHANBFJ)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060154A7)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.IEnumerator`1<KENFJGFMIPM> 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 1660
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x060154A8 RID: 87208 RVA: 0x004F95D4 File Offset: 0x004F77D4
|
|
[Token(Token = "0x60154A8")]
|
|
[Address(RVA = "0xEA0F50", Offset = "0xE9FD50", VA = "0x180EA0F50", Slot = "53")]
|
|
public virtual void SerializeTo(ref PDEKIHFJKHJ IABNDBNHMKF, ref MKNCHKCCIHK NHFINJNIPGK, StringBuilder BIPOIFGEMGB)
|
|
{
|
|
IGHGEPCFGJL ighgepcfgjl = this.FOHDFBLGGAN();
|
|
}
|
|
|
|
// Token: 0x060154A9 RID: 87209 RVA: 0x004F95F0 File Offset: 0x004F77F0
|
|
[Token(Token = "0x60154A9")]
|
|
[Address(RVA = "0xE9FE60", Offset = "0xE9EC60", VA = "0x180E9FE60")]
|
|
protected IGHGEPCFGJL FOHDFBLGGAN()
|
|
{
|
|
int num;
|
|
IGHGEPCFGJL ighgepcfgjl;
|
|
do
|
|
{
|
|
num = 0;
|
|
ighgepcfgjl = new IGHGEPCFGJL();
|
|
List<CreationObject> cplfchmmiel = this.CPLFCHMMIEL;
|
|
bool flag;
|
|
if (flag)
|
|
{
|
|
ByteString byteString;
|
|
ighgepcfgjl.BLECAJPGFFK.Add(byteString);
|
|
}
|
|
}
|
|
while (num != 0);
|
|
return ighgepcfgjl;
|
|
}
|
|
|
|
// Token: 0x060154AA RID: 87210 RVA: 0x004F9644 File Offset: 0x004F7844
|
|
[Token(Token = "0x60154AA")]
|
|
[Address(RVA = "0xEA05E0", Offset = "0xE9F3E0", VA = "0x180EA05E0")]
|
|
private bool ODNJAAOHHHK(IEnumerable<CreationObject> INDOBHBBLCP)
|
|
{
|
|
int num;
|
|
do
|
|
{
|
|
num = 0;
|
|
ObjectGroup.BNAGJKDBLJP.Clear();
|
|
HashSet<CreationObject> bnagjkdbljp = ObjectGroup.BNAGJKDBLJP;
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
HashSet<CreationObject> bnagjkdbljp2 = ObjectGroup.BNAGJKDBLJP;
|
|
}
|
|
}
|
|
while (num != 0);
|
|
if (num != -1)
|
|
{
|
|
return true;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x17003AD2 RID: 15058
|
|
// (get) Token: 0x060154AB RID: 87211 RVA: 0x004F9690 File Offset: 0x004F7890
|
|
[Token(Token = "0x17003AD2")]
|
|
public LFBMEDEMGHA DGOHOAPEJPG
|
|
{
|
|
[Token(Token = "0x60154AB")]
|
|
[Address(RVA = "0x423E10", Offset = "0x422C10", VA = "0x180423E10", Slot = "20")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060154AB)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x17003AD3 RID: 15059
|
|
// (get) Token: 0x060154AC RID: 87212 RVA: 0x004F96A4 File Offset: 0x004F78A4
|
|
[Token(Token = "0x17003AD3")]
|
|
public bool NGIBBJANAFL
|
|
{
|
|
[Token(Token = "0x60154AC")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "27")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060154AD RID: 87213 RVA: 0x004F96B4 File Offset: 0x004F78B4
|
|
[Token(Token = "0x60154AD")]
|
|
[Address(RVA = "0x3FA170", Offset = "0x3F8F70", VA = "0x1803FA170", Slot = "21")]
|
|
public GIPDDLFFNGG AsContextObject()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060154AD)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x060154AE RID: 87214 RVA: 0x004F96C8 File Offset: 0x004F78C8
|
|
[Token(Token = "0x60154AE")]
|
|
[Address(RVA = "0xE9EF30", Offset = "0xE9DD30", VA = "0x180E9EF30", Slot = "54")]
|
|
public virtual bool Contains(GIPDDLFFNGG JKDHPHFBDMJ)
|
|
{
|
|
List<CreationObject> cplfchmmiel = this.CPLFCHMMIEL;
|
|
bool flag;
|
|
return flag;
|
|
}
|
|
|
|
// Token: 0x17003AD4 RID: 15060
|
|
// (get) Token: 0x060154AF RID: 87215 RVA: 0x004F96E4 File Offset: 0x004F78E4
|
|
[Token(Token = "0x17003AD4")]
|
|
public IEnumerable<GIPDDLFFNGG> AGIEOKNGBPC
|
|
{
|
|
[Token(Token = "0x60154AF")]
|
|
[Address(RVA = "0x423D40", Offset = "0x422B40", VA = "0x180423D40", Slot = "23")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060154AF)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060154B0 RID: 87216 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60154B0")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "55")]
|
|
public virtual void OnGroupPushed()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060154B1 RID: 87217 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x60154B1")]
|
|
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080", Slot = "56")]
|
|
public virtual void OnGroupPopped()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060154B2 RID: 87218 RVA: 0x004F96F8 File Offset: 0x004F78F8
|
|
[Token(Token = "0x60154B2")]
|
|
[Address(RVA = "0xEA0830", Offset = "0xE9F630", VA = "0x180EA0830", 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: 0x17003AD5 RID: 15061
|
|
// (get) Token: 0x060154B3 RID: 87219 RVA: 0x004F975C File Offset: 0x004F795C
|
|
[Token(Token = "0x17003AD5")]
|
|
public bool JCFJAINJFOK
|
|
{
|
|
[Token(Token = "0x60154B3")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "28")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060154B4 RID: 87220 RVA: 0x004F976C File Offset: 0x004F796C
|
|
[Token(Token = "0x60154B4")]
|
|
[Address(RVA = "0xE9FAF0", Offset = "0xE9E8F0", VA = "0x180E9FAF0", Slot = "29")]
|
|
public bool ExtractToParentGroupOrRoot(GIPDDLFFNGG JKDHPHFBDMJ)
|
|
{
|
|
bool flag;
|
|
if (!flag)
|
|
{
|
|
return ((IAsyncResult)this).IsCompleted;
|
|
}
|
|
throw new NullReferenceException();
|
|
}
|
|
|
|
// Token: 0x060154B5 RID: 87221 RVA: 0x004F978C File Offset: 0x004F798C
|
|
[Token(Token = "0x60154B5")]
|
|
[Address(RVA = "0xE9FBA0", Offset = "0xE9E9A0", VA = "0x180E9FBA0", 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: 0x060154B6 RID: 87222 RVA: 0x004F97F0 File Offset: 0x004F79F0
|
|
[Token(Token = "0x60154B6")]
|
|
[Address(RVA = "0xEA0FE0", Offset = "0xE9FDE0", VA = "0x180EA0FE0")]
|
|
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: 0x0400E0B1 RID: 57521
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
|
|
[Token(Token = "0x400E0B1")]
|
|
[SerializeField]
|
|
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false, false)]
|
|
private PersistenceView persistenceView;
|
|
|
|
// Token: 0x0400E0B2 RID: 57522
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
|
|
[Token(Token = "0x400E0B2")]
|
|
[SerializeField]
|
|
[DDPIINEJFMD(JIBDPHMGEGO.Self, false, false, false)]
|
|
private CreationObject creationObject;
|
|
|
|
// Token: 0x0400E0B3 RID: 57523
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x400E0B3")]
|
|
private List<Guid> ABHDDEJLCJG;
|
|
|
|
// Token: 0x0400E0B4 RID: 57524
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400E0B4")]
|
|
protected List<CreationObject> CPLFCHMMIEL;
|
|
|
|
// Token: 0x0400E0B5 RID: 57525
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x60")]
|
|
[Token(Token = "0x400E0B5")]
|
|
private List<PersistenceView> IIEFBAPOIMD;
|
|
|
|
// Token: 0x0400E0B6 RID: 57526
|
|
[Token(Token = "0x400E0B6")]
|
|
private static readonly HashSet<CreationObject> BNAGJKDBLJP = new HashSet();
|
|
}
|
|
}
|