Add v1.0.3.1
This commit is contained in:
206
Cpp2IL/Assembly-CSharp/NullChargeTrack.cs
Normal file
206
Cpp2IL/Assembly-CSharp/NullChargeTrack.cs
Normal file
@@ -0,0 +1,206 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
// Token: 0x020000E3 RID: 227
|
||||
[Token(Token = "0x20000E3")]
|
||||
public class NullChargeTrack : MonoBehaviour
|
||||
{
|
||||
// Token: 0x1700003B RID: 59
|
||||
// (get) Token: 0x06000C4F RID: 3151 RVA: 0x0001DC58 File Offset: 0x0001BE58
|
||||
[Token(Token = "0x1700003B")]
|
||||
protected GameSave GameSave
|
||||
{
|
||||
[Token(Token = "0x6000C4F")]
|
||||
[Address(RVA = "0xED4980", Offset = "0xED3780", VA = "0x180ED4980")]
|
||||
get
|
||||
{
|
||||
return Game.GameSave;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06000C50 RID: 3152 RVA: 0x0001DC6C File Offset: 0x0001BE6C
|
||||
[Token(Token = "0x6000C50")]
|
||||
[Address(RVA = "0xED3280", Offset = "0xED2080", VA = "0x180ED3280")]
|
||||
public void Start()
|
||||
{
|
||||
ParticleSystem component = base.GetComponent<ParticleSystem>();
|
||||
this.g_PS = component;
|
||||
ParticleSystem particleSystem = this.g_PS;
|
||||
int num = 0;
|
||||
if (particleSystem == num)
|
||||
{
|
||||
Debug.LogError(base.transform.name + " 特效錯誤");
|
||||
}
|
||||
AttackData component2 = base.GetComponent<AttackData>();
|
||||
this.g_AData = component2;
|
||||
AttackData attackData = this.g_AData;
|
||||
int num2 = 0;
|
||||
if (attackData == num2)
|
||||
{
|
||||
Debug.LogError(base.transform.name + " 攻擊資料錯誤");
|
||||
}
|
||||
List<int> list = new List();
|
||||
this.g_iExclude = list;
|
||||
this.g_bCollision = false;
|
||||
}
|
||||
|
||||
// Token: 0x06000C51 RID: 3153 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000C51")]
|
||||
[Address(RVA = "0xED34A0", Offset = "0xED22A0", VA = "0x180ED34A0", Slot = "4")]
|
||||
protected virtual void Update()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000C52 RID: 3154 RVA: 0x0001DD10 File Offset: 0x0001BF10
|
||||
[Token(Token = "0x6000C52")]
|
||||
[Address(RVA = "0x6421A0", Offset = "0x640FA0", VA = "0x1806421A0")]
|
||||
public void SetCollisionEffect(EffectPool Effect)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000C52)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetCollisionEffect(EffectPool)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{; Block_0:; stfld:EffectPool(NullChargeTrack::g_CollisionPool, ldloc:NullChargeTrack(this), ldloc:EffectPool(Effect)); };
|
||||
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: 0x06000C53 RID: 3155 RVA: 0x0001DD24 File Offset: 0x0001BF24
|
||||
[Token(Token = "0x6000C53")]
|
||||
[Address(RVA = "0x5EA8C0", Offset = "0x5E96C0", VA = "0x1805EA8C0")]
|
||||
public void SetSECollision(SoundEffectPool SE)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000C53)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetSECollision(SoundEffectPool)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{; Block_0:; stfld:SoundEffectPool(NullChargeTrack::g_SECollision, ldloc:NullChargeTrack(this), ldloc:SoundEffectPool(SE)); };
|
||||
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: 0x06000C54 RID: 3156 RVA: 0x0001DD38 File Offset: 0x0001BF38
|
||||
[Token(Token = "0x6000C54")]
|
||||
[Address(RVA = "0x5296E0", Offset = "0x5284E0", VA = "0x1805296E0")]
|
||||
public void SetSECollisionWall(SoundEffectPool SE)
|
||||
{
|
||||
/*
|
||||
An exception occurred when decompiling this method (06000C54)
|
||||
|
||||
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Void NullChargeTrack::SetSECollisionWall(SoundEffectPool)
|
||||
|
||||
---> System.Exception: Basic block has to end with unconditional control flow.
|
||||
{; Block_0:; stfld:SoundEffectPool(NullChargeTrack::g_SECollisionWall, ldloc:NullChargeTrack(this), ldloc:SoundEffectPool(SE)); };
|
||||
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: 0x06000C55 RID: 3157 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000C55")]
|
||||
[Address(RVA = "0xED3100", Offset = "0xED1F00", VA = "0x180ED3100", Slot = "5")]
|
||||
public virtual void SetTarget(Vector3 v3Target)
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x06000C56 RID: 3158 RVA: 0x0001DD4C File Offset: 0x0001BF4C
|
||||
[Token(Token = "0x6000C56")]
|
||||
[Address(RVA = "0x94F220", Offset = "0x94E020", VA = "0x18094F220")]
|
||||
public void SetLife(float fLife)
|
||||
{
|
||||
this.g_fLife = fLife;
|
||||
}
|
||||
|
||||
// Token: 0x06000C57 RID: 3159 RVA: 0x000020D3 File Offset: 0x000002D3
|
||||
[Token(Token = "0x6000C57")]
|
||||
[Address(RVA = "0xED4940", Offset = "0xED3740", VA = "0x180ED4940")]
|
||||
public NullChargeTrack()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400154A RID: 5450
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400154A")]
|
||||
protected ParticleSystem g_PS;
|
||||
|
||||
// Token: 0x0400154B RID: 5451
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400154B")]
|
||||
protected AttackData g_AData;
|
||||
|
||||
// Token: 0x0400154C RID: 5452
|
||||
[FieldOffset(Offset = "0x28")]
|
||||
[Token(Token = "0x400154C")]
|
||||
protected Vector3 g_Direction;
|
||||
|
||||
// Token: 0x0400154D RID: 5453
|
||||
[FieldOffset(Offset = "0x34")]
|
||||
[Token(Token = "0x400154D")]
|
||||
protected Vector3 g_PrePosition;
|
||||
|
||||
// Token: 0x0400154E RID: 5454
|
||||
[FieldOffset(Offset = "0x40")]
|
||||
[Token(Token = "0x400154E")]
|
||||
protected bool g_bCollision;
|
||||
|
||||
// Token: 0x0400154F RID: 5455
|
||||
[FieldOffset(Offset = "0x44")]
|
||||
[Token(Token = "0x400154F")]
|
||||
public float g_fSpeed;
|
||||
|
||||
// Token: 0x04001550 RID: 5456
|
||||
[FieldOffset(Offset = "0x48")]
|
||||
[Token(Token = "0x4001550")]
|
||||
public Vector3 g_v3Size;
|
||||
|
||||
// Token: 0x04001551 RID: 5457
|
||||
[FieldOffset(Offset = "0x54")]
|
||||
[Token(Token = "0x4001551")]
|
||||
protected float g_fLife;
|
||||
|
||||
// Token: 0x04001552 RID: 5458
|
||||
[FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x4001552")]
|
||||
protected List<int> g_iExclude;
|
||||
|
||||
// Token: 0x04001553 RID: 5459
|
||||
[FieldOffset(Offset = "0x60")]
|
||||
[Token(Token = "0x4001553")]
|
||||
protected EffectPool g_CollisionPool;
|
||||
|
||||
// Token: 0x04001554 RID: 5460
|
||||
[FieldOffset(Offset = "0x68")]
|
||||
[Token(Token = "0x4001554")]
|
||||
protected SoundEffectPool g_SECollision;
|
||||
|
||||
// Token: 0x04001555 RID: 5461
|
||||
[FieldOffset(Offset = "0x70")]
|
||||
[Token(Token = "0x4001555")]
|
||||
protected SoundEffectPool g_SECollisionWall;
|
||||
}
|
||||
Reference in New Issue
Block a user