using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using RecRoom.Activities.BattleRoyale; using UnityEngine; namespace RecRoom.Core.GameManagement { // Token: 0x02002DD7 RID: 11735 [Token(Token = "0x2002DD7")] [StructLayout(3)] public class BattleRoyaleGameRuleWrapper : GameRuleCircuitWrapperTool { // Token: 0x1700381D RID: 14365 // (get) Token: 0x06014EF3 RID: 85747 RVA: 0x00506530 File Offset: 0x00504730 [Token(Token = "0x1700381D")] public override OLEPPCBDAND IOFDFKMMBFE { [Token(Token = "0x6014EF3")] [Address(RVA = "0x54D7F0", Offset = "0x54C1F0", VA = "0x18054D7F0", Slot = "18")] get { /* An exception occurred when decompiling this method (06014EF3) ICSharpCode.Decompiler.DecompilerException: Error decompiling OLEPPCBDAND RecRoom.Core.GameManagement.BattleRoyaleGameRuleWrapper::get_ModeType() ---> System.Exception: Basic block has to end with unconditional control flow. { Block_0: stloc:DMPADCEFPMB(var_0_06, ldfld:DMPADCEFPMB(BattleRoyaleGameRuleWrapper::modeType, ldloc:BattleRoyaleGameRuleWrapper(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: 0x06014EF4 RID: 85748 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x6014EF4")] [Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "19")] protected override void PFILOHJDFAB() { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } // Token: 0x06014EF5 RID: 85749 RVA: 0x00506544 File Offset: 0x00504744 [Token(Token = "0x6014EF5")] [Address(RVA = "0x189AB20", Offset = "0x1899520", VA = "0x18189AB20")] public BattleRoyaleGameRuleWrapper() { } // Token: 0x0400DF4B RID: 57163 [global::Cpp2IlInjected.FieldOffset(Offset = "0x88")] [Token(Token = "0x400DF4B")] [SerializeField] private BattleRoyaleManager.DMPADCEFPMB modeType; } }