oh dear
This commit is contained in:
@@ -0,0 +1,120 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using Photon.Pun;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x02000185 RID: 389
|
||||
[Token(Token = "0x2000185")]
|
||||
[RequireComponent(typeof(PhotonView))]
|
||||
public class GiftBoxSpawnPoint : SpawnPoint
|
||||
{
|
||||
// Token: 0x170001E1 RID: 481
|
||||
// (get) Token: 0x06000C59 RID: 3161 RVA: 0x000373B0 File Offset: 0x000355B0
|
||||
// (set) Token: 0x06000C5A RID: 3162 RVA: 0x000373C4 File Offset: 0x000355C4
|
||||
[Token(Token = "0x170001E1")]
|
||||
public CGLKOJIMDIH MJPLIMHPMEH
|
||||
{
|
||||
[Token(Token = "0x6000C59")]
|
||||
[Address(RVA = "0x6E12D0", Offset = "0x6E00D0", VA = "0x1806E12D0")]
|
||||
get;
|
||||
[Token(Token = "0x6000C5A")]
|
||||
[Address(RVA = "0x6E1990", Offset = "0x6E0790", VA = "0x1806E1990")]
|
||||
set;
|
||||
}
|
||||
|
||||
// Token: 0x170001E2 RID: 482
|
||||
// (get) Token: 0x06000C5B RID: 3163 RVA: 0x000373D8 File Offset: 0x000355D8
|
||||
[Token(Token = "0x170001E2")]
|
||||
public CCMLKDOHKJE CBHFABIFPIA
|
||||
{
|
||||
[Token(Token = "0x6000C5B")]
|
||||
[Address(RVA = "0x5672F0", Offset = "0x5660F0", VA = "0x1805672F0")]
|
||||
get
|
||||
{
|
||||
return this.supportedTeamPlayerIndex;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170001E3 RID: 483
|
||||
// (get) Token: 0x06000C5C RID: 3164 RVA: 0x000373EC File Offset: 0x000355EC
|
||||
[Token(Token = "0x170001E3")]
|
||||
public GameScoreManager.EDBDLBJOBJN LMGCHBJMDLG
|
||||
{
|
||||
[Token(Token = "0x6000C5C")]
|
||||
[Address(RVA = "0x567480", Offset = "0x566280", VA = "0x180567480")]
|
||||
get
|
||||
{
|
||||
return this.supportedScorePlace;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x170001E4 RID: 484
|
||||
// (get) Token: 0x06000C5D RID: 3165 RVA: 0x00037400 File Offset: 0x00035600
|
||||
[Token(Token = "0x170001E4")]
|
||||
protected override Color FFCPDBLFILO
|
||||
{
|
||||
[Token(Token = "0x6000C5D")]
|
||||
[Address(RVA = "0xC1D3B0", Offset = "0xC1C1B0", VA = "0x180C1D3B0", Slot = "17")]
|
||||
get
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000C5D)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling UnityEngine.Color GiftBoxSpawnPoint::DAEHGOIKLFD()
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{
|
||||
Block_0:
|
||||
stloc:Color(var_0_05, callgetter:Color(Color::get_cyan))
|
||||
}
|
||||
|
||||
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: 0x06000C5E RID: 3166 RVA: 0x00037414 File Offset: 0x00035614
|
||||
[Token(Token = "0x6000C5E")]
|
||||
[Address(RVA = "0x10A20F0", Offset = "0x10A0EF0", VA = "0x1810A20F0", Slot = "13")]
|
||||
protected override void Awake()
|
||||
{
|
||||
base.Awake();
|
||||
CGLKOJIMDIH cglkojimdih = this.defaultSupportedTeam;
|
||||
this.<AFBPBBNCAPC>k__BackingField = cglkojimdih;
|
||||
}
|
||||
|
||||
// Token: 0x06000C5F RID: 3167 RVA: 0x00037438 File Offset: 0x00035638
|
||||
[Token(Token = "0x6000C5F")]
|
||||
[Address(RVA = "0x10A2170", Offset = "0x10A0F70", VA = "0x1810A2170")]
|
||||
public GiftBoxSpawnPoint()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400099B RID: 2459
|
||||
[Token(Token = "0x400099B")]
|
||||
public static CIEKCAPKBDL<GiftBoxSpawnPoint> Comparer = new CIEKCAPKBDL();
|
||||
|
||||
// Token: 0x0400099C RID: 2460
|
||||
[FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x400099C")]
|
||||
[SerializeField]
|
||||
private CGLKOJIMDIH defaultSupportedTeam = (CGLKOJIMDIH)((ulong)(-1L));
|
||||
|
||||
// Token: 0x0400099D RID: 2461
|
||||
[FieldOffset(Offset = "0x74")]
|
||||
[Token(Token = "0x400099D")]
|
||||
[SerializeField]
|
||||
private CCMLKDOHKJE supportedTeamPlayerIndex;
|
||||
|
||||
// Token: 0x0400099E RID: 2462
|
||||
[FieldOffset(Offset = "0x78")]
|
||||
[Token(Token = "0x400099E")]
|
||||
[SerializeField]
|
||||
private GameScoreManager.EDBDLBJOBJN supportedScorePlace = (GameScoreManager.EDBDLBJOBJN)((ulong)4294967295L);
|
||||
}
|
||||
Reference in New Issue
Block a user