148 lines
6.3 KiB
C#
148 lines
6.3 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020001B2 RID: 434
|
|
[Token(Token = "0x20001B2")]
|
|
public class MonsterCall : EnemyEvent
|
|
{
|
|
// Token: 0x06001315 RID: 4885 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001315")]
|
|
[Address(RVA = "0xCBF1C0", Offset = "0xCBD9C0", VA = "0x180CBF1C0", Slot = "4")]
|
|
public override void InitData(SceneEventManager SEM)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001316 RID: 4886 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001316")]
|
|
[Address(RVA = "0xCBFF00", Offset = "0xCBE700", VA = "0x180CBFF00")]
|
|
protected void Update()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001317 RID: 4887 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001317")]
|
|
[Address(RVA = "0xCBEFF0", Offset = "0xCBD7F0", VA = "0x180CBEFF0", Slot = "7")]
|
|
public override bool GetIsOpenEvent()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001318 RID: 4888 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001318")]
|
|
[Address(RVA = "0xCBF8A0", Offset = "0xCBE0A0", VA = "0x180CBF8A0", Slot = "6")]
|
|
public override void OpenEvent(Transform OpenEventPos)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06001319 RID: 4889 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6001319")]
|
|
[Address(RVA = "0xCBFAF0", Offset = "0xCBE2F0", VA = "0x180CBFAF0", Slot = "5")]
|
|
public override void OpenEvent()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x0600131A RID: 4890 RVA: 0x0002C228 File Offset: 0x0002A428
|
|
[Token(Token = "0x600131A")]
|
|
[Address(RVA = "0xCBFED0", Offset = "0xCBE6D0", VA = "0x180CBFED0", Slot = "8")]
|
|
public override void ReleaseEvent()
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (0600131A)
|
|
|
|
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: 0x0600131B RID: 4891 RVA: 0x0002C23C File Offset: 0x0002A43C
|
|
[Token(Token = "0x600131B")]
|
|
[Address(RVA = "0xCC0420", Offset = "0xCBEC20", VA = "0x180CC0420")]
|
|
public MonsterCall()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04001DBC RID: 7612
|
|
[FieldOffset(Offset = "0x68")]
|
|
[Token(Token = "0x4001DBC")]
|
|
public GameObject CollisionEffect;
|
|
|
|
// Token: 0x04001DBD RID: 7613
|
|
[FieldOffset(Offset = "0x70")]
|
|
[Token(Token = "0x4001DBD")]
|
|
public GameObject BirthEffect;
|
|
|
|
// Token: 0x04001DBE RID: 7614
|
|
[FieldOffset(Offset = "0x78")]
|
|
[Token(Token = "0x4001DBE")]
|
|
public float Reciproca = 2f;
|
|
|
|
// Token: 0x04001DBF RID: 7615
|
|
[FieldOffset(Offset = "0x80")]
|
|
[Token(Token = "0x4001DBF")]
|
|
private EffectPool g_CollisionEffect;
|
|
|
|
// Token: 0x04001DC0 RID: 7616
|
|
[FieldOffset(Offset = "0x88")]
|
|
[Token(Token = "0x4001DC0")]
|
|
private EffectPool g_BirthEffect;
|
|
|
|
// Token: 0x04001DC1 RID: 7617
|
|
[FieldOffset(Offset = "0x90")]
|
|
[Token(Token = "0x4001DC1")]
|
|
private MonsterCall.RebirthData[] g_RebirthMonster;
|
|
|
|
// Token: 0x04001DC2 RID: 7618
|
|
[FieldOffset(Offset = "0x98")]
|
|
[Token(Token = "0x4001DC2")]
|
|
private Transform g_OpenedPosition;
|
|
|
|
// Token: 0x04001DC3 RID: 7619
|
|
[FieldOffset(Offset = "0xA0")]
|
|
[Token(Token = "0x4001DC3")]
|
|
public GameObject SEMonsterCallObject;
|
|
|
|
// Token: 0x04001DC4 RID: 7620
|
|
[FieldOffset(Offset = "0xA8")]
|
|
[Token(Token = "0x4001DC4")]
|
|
private SoundEffectPool g_SE;
|
|
|
|
// Token: 0x020001B3 RID: 435
|
|
[Token(Token = "0x20001B3")]
|
|
public struct RebirthData
|
|
{
|
|
// Token: 0x04001DC5 RID: 7621
|
|
[FieldOffset(Offset = "0x0")]
|
|
[Token(Token = "0x4001DC5")]
|
|
public NPCManage RebirthMonster;
|
|
|
|
// Token: 0x04001DC6 RID: 7622
|
|
[FieldOffset(Offset = "0x8")]
|
|
[Token(Token = "0x4001DC6")]
|
|
public Transform Position;
|
|
|
|
// Token: 0x04001DC7 RID: 7623
|
|
[FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x4001DC7")]
|
|
public float fReciprocal;
|
|
|
|
// Token: 0x04001DC8 RID: 7624
|
|
[FieldOffset(Offset = "0x14")]
|
|
[Token(Token = "0x4001DC8")]
|
|
public bool bUse;
|
|
}
|
|
}
|