123 lines
5.4 KiB
C#
123 lines
5.4 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001A3 RID: 419
|
|
[Token(Token = "0x20001A3")]
|
|
[RequireComponent(typeof(PhotonView))]
|
|
[StructLayout(3)]
|
|
public class GiftBoxSpawnPoint : SpawnPoint
|
|
{
|
|
// Token: 0x170001F9 RID: 505
|
|
// (get) Token: 0x06000D21 RID: 3361 RVA: 0x0003A1E8 File Offset: 0x000383E8
|
|
// (set) Token: 0x06000D22 RID: 3362 RVA: 0x0003A1FC File Offset: 0x000383FC
|
|
[Token(Token = "0x170001F9")]
|
|
public CGLKOJIMDIH MJPLIMHPMEH
|
|
{
|
|
[Token(Token = "0x6000D21")]
|
|
[Address(RVA = "0x567CC0", Offset = "0x5666C0", VA = "0x180567CC0")]
|
|
get;
|
|
[Token(Token = "0x6000D22")]
|
|
[Address(RVA = "0xCD80F0", Offset = "0xCD6AF0", VA = "0x180CD80F0")]
|
|
set;
|
|
}
|
|
|
|
// Token: 0x170001FA RID: 506
|
|
// (get) Token: 0x06000D23 RID: 3363 RVA: 0x0003A210 File Offset: 0x00038410
|
|
[Token(Token = "0x170001FA")]
|
|
public CCMLKDOHKJE CBHFABIFPIA
|
|
{
|
|
[Token(Token = "0x6000D23")]
|
|
[Address(RVA = "0x501220", Offset = "0x4FFC20", VA = "0x180501220")]
|
|
get
|
|
{
|
|
return this.supportedTeamPlayerIndex;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170001FB RID: 507
|
|
// (get) Token: 0x06000D24 RID: 3364 RVA: 0x0003A224 File Offset: 0x00038424
|
|
[Token(Token = "0x170001FB")]
|
|
public GameScoreManager.EDBDLBJOBJN LMGCHBJMDLG
|
|
{
|
|
[Token(Token = "0x6000D24")]
|
|
[Address(RVA = "0x567E90", Offset = "0x566890", VA = "0x180567E90")]
|
|
get
|
|
{
|
|
return this.supportedScorePlace;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170001FC RID: 508
|
|
// (get) Token: 0x06000D25 RID: 3365 RVA: 0x0003A238 File Offset: 0x00038438
|
|
[Token(Token = "0x170001FC")]
|
|
protected override Color FFCPDBLFILO
|
|
{
|
|
[Token(Token = "0x6000D25")]
|
|
[Address(RVA = "0x1018D80", Offset = "0x1017780", VA = "0x181018D80", Slot = "17")]
|
|
get
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06000D25)
|
|
|
|
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: 0x06000D26 RID: 3366 RVA: 0x0003A24C File Offset: 0x0003844C
|
|
[Token(Token = "0x6000D26")]
|
|
[Address(RVA = "0x1018D60", Offset = "0x1017760", VA = "0x181018D60", Slot = "13")]
|
|
protected override void Awake()
|
|
{
|
|
base.Awake();
|
|
CGLKOJIMDIH cglkojimdih = this.defaultSupportedTeam;
|
|
this.<AFBPBBNCAPC>k__BackingField = cglkojimdih;
|
|
}
|
|
|
|
// Token: 0x06000D27 RID: 3367 RVA: 0x0003A270 File Offset: 0x00038470
|
|
[Token(Token = "0x6000D27")]
|
|
[Address(RVA = "0x1018E10", Offset = "0x1017810", VA = "0x181018E10")]
|
|
public GiftBoxSpawnPoint()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000A44 RID: 2628
|
|
[Token(Token = "0x4000A44")]
|
|
public static CIEKCAPKBDL<GiftBoxSpawnPoint> Comparer = new CIEKCAPKBDL();
|
|
|
|
// Token: 0x04000A45 RID: 2629
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x4000A45")]
|
|
[SerializeField]
|
|
private CGLKOJIMDIH defaultSupportedTeam = (CGLKOJIMDIH)((ulong)(-1L));
|
|
|
|
// Token: 0x04000A46 RID: 2630
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x74")]
|
|
[Token(Token = "0x4000A46")]
|
|
[SerializeField]
|
|
private CCMLKDOHKJE supportedTeamPlayerIndex;
|
|
|
|
// Token: 0x04000A47 RID: 2631
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x4000A47")]
|
|
[SerializeField]
|
|
private GameScoreManager.EDBDLBJOBJN supportedScorePlace = (GameScoreManager.EDBDLBJOBJN)((ulong)4294967295L);
|
|
}
|