148 lines
6.3 KiB
C#
148 lines
6.3 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001E2 RID: 482
|
|
[Token(Token = "0x20001E2")]
|
|
public class MonsterCall : EnemyEvent
|
|
{
|
|
// Token: 0x0600149B RID: 5275 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600149B")]
|
|
[Address(RVA = "0xC31890", Offset = "0xC30890", VA = "0x180C31890", Slot = "4")]
|
|
public override void InitData(SceneEventManager SEM)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600149C RID: 5276 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600149C")]
|
|
[Address(RVA = "0xC325D0", Offset = "0xC315D0", VA = "0x180C325D0")]
|
|
protected void Update()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600149D RID: 5277 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600149D")]
|
|
[Address(RVA = "0xC316C0", Offset = "0xC306C0", VA = "0x180C316C0", Slot = "7")]
|
|
public override bool GetIsOpenEvent()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600149E RID: 5278 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600149E")]
|
|
[Address(RVA = "0xC31F70", Offset = "0xC30F70", VA = "0x180C31F70", Slot = "6")]
|
|
public override void OpenEvent(Transform OpenEventPos)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600149F RID: 5279 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x600149F")]
|
|
[Address(RVA = "0xC321C0", Offset = "0xC311C0", VA = "0x180C321C0", Slot = "5")]
|
|
public override void OpenEvent()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x060014A0 RID: 5280 RVA: 0x0002F2E0 File Offset: 0x0002D4E0
|
|
[Token(Token = "0x60014A0")]
|
|
[Address(RVA = "0xC325A0", Offset = "0xC315A0", VA = "0x180C325A0", Slot = "8")]
|
|
public override void ReleaseEvent()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060014A0)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void MonsterCall::ReleaseEvent()
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{; Block_0:; call:void(EnemyEvent::ReleaseEvent, ldloc:MonsterCall[exp:EnemyEvent](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 1810
|
|
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 344
|
|
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 1618
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x060014A1 RID: 5281 RVA: 0x0002F2F4 File Offset: 0x0002D4F4
|
|
[Token(Token = "0x60014A1")]
|
|
[Address(RVA = "0xC32AF0", Offset = "0xC31AF0", VA = "0x180C32AF0")]
|
|
public MonsterCall()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04001F50 RID: 8016
|
|
[FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x4001F50")]
|
|
public GameObject CollisionEffect;
|
|
|
|
// Token: 0x04001F51 RID: 8017
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x4001F51")]
|
|
public GameObject BirthEffect;
|
|
|
|
// Token: 0x04001F52 RID: 8018
|
|
[FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x4001F52")]
|
|
public float Reciproca = 2f;
|
|
|
|
// Token: 0x04001F53 RID: 8019
|
|
[FieldOffset(Offset = "0x80")]
|
|
[Token(Token = "0x4001F53")]
|
|
private EffectPool g_CollisionEffect;
|
|
|
|
// Token: 0x04001F54 RID: 8020
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x4001F54")]
|
|
private EffectPool g_BirthEffect;
|
|
|
|
// Token: 0x04001F55 RID: 8021
|
|
[FieldOffset(Offset = "0x90")]
|
|
[Token(Token = "0x4001F55")]
|
|
private MonsterCall.RebirthData[] g_RebirthMonster;
|
|
|
|
// Token: 0x04001F56 RID: 8022
|
|
[FieldOffset(Offset = "0x98")]
|
|
[Token(Token = "0x4001F56")]
|
|
private Transform g_OpenedPosition;
|
|
|
|
// Token: 0x04001F57 RID: 8023
|
|
[FieldOffset(Offset = "0xA0")]
|
|
[Token(Token = "0x4001F57")]
|
|
public GameObject SEMonsterCallObject;
|
|
|
|
// Token: 0x04001F58 RID: 8024
|
|
[FieldOffset(Offset = "0xA8")]
|
|
[Token(Token = "0x4001F58")]
|
|
private SoundEffectPool g_SE;
|
|
|
|
// Token: 0x020001E3 RID: 483
|
|
[Token(Token = "0x20001E3")]
|
|
public struct RebirthData
|
|
{
|
|
// Token: 0x04001F59 RID: 8025
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4001F59")]
|
|
public NPCManage RebirthMonster;
|
|
|
|
// Token: 0x04001F5A RID: 8026
|
|
[FieldOffset(Offset = "0x8")]
|
|
[Token(Token = "0x4001F5A")]
|
|
public Transform Position;
|
|
|
|
// Token: 0x04001F5B RID: 8027
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4001F5B")]
|
|
public float fReciprocal;
|
|
|
|
// Token: 0x04001F5C RID: 8028
|
|
[FieldOffset(Offset = "0x14")]
|
|
[Token(Token = "0x4001F5C")]
|
|
public bool bUse;
|
|
}
|
|
}
|