98 lines
4.6 KiB
C#
98 lines
4.6 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x0200028E RID: 654
|
|
[Token(Token = "0x200028E")]
|
|
[StructLayout(3)]
|
|
public abstract class EnemyPatrol : MonoBehaviourPun
|
|
{
|
|
// Token: 0x0600133C RID: 4924
|
|
[Token(Token = "0x600133C")]
|
|
[Address(Slot = "15")]
|
|
public abstract bool HasReachedTarget(Vector3 PJBCOJLDFMH, Vector3 JJGDNPNBINJ);
|
|
|
|
// Token: 0x0600133D RID: 4925
|
|
[Token(Token = "0x600133D")]
|
|
[Address(Slot = "16")]
|
|
public abstract bool HasFinishedPatrol(int HDANABPONGB);
|
|
|
|
// Token: 0x0600133E RID: 4926
|
|
[Token(Token = "0x600133E")]
|
|
[Address(Slot = "17")]
|
|
public abstract bool TryGetNextTarget(int HDANABPONGB, out int MMDNOCLDKFN, out Vector3 JJGDNPNBINJ);
|
|
|
|
// Token: 0x0600133F RID: 4927
|
|
[Token(Token = "0x600133F")]
|
|
[Address(Slot = "18")]
|
|
public abstract Vector3 GetGizmoPosition();
|
|
|
|
// Token: 0x170002CB RID: 715
|
|
// (get) Token: 0x06001340 RID: 4928 RVA: 0x00051184 File Offset: 0x0004F384
|
|
[Token(Token = "0x170002CB")]
|
|
public virtual bool FFJCAJELFAH
|
|
{
|
|
[Token(Token = "0x6001340")]
|
|
[Address(RVA = "0x4405A0", Offset = "0x43EFA0", VA = "0x1804405A0", Slot = "19")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170002CC RID: 716
|
|
// (get) Token: 0x06001341 RID: 4929 RVA: 0x00051194 File Offset: 0x0004F394
|
|
[Token(Token = "0x170002CC")]
|
|
public int JPOHGBCEJEJ
|
|
{
|
|
[Token(Token = "0x6001341")]
|
|
[Address(RVA = "0xFCF9B0", Offset = "0xFCE3B0", VA = "0x180FCF9B0")]
|
|
get
|
|
{
|
|
return base.photonView.viewIdField;
|
|
}
|
|
}
|
|
|
|
// Token: 0x06001342 RID: 4930 RVA: 0x000511B4 File Offset: 0x0004F3B4
|
|
[Token(Token = "0x6001342")]
|
|
[Address(RVA = "0x3E28D0", Offset = "0x3E12D0", VA = "0x1803E28D0", Slot = "20")]
|
|
public virtual float GetPauseTime(int HDANABPONGB)
|
|
{
|
|
}
|
|
|
|
// Token: 0x06001343 RID: 4931 RVA: 0x000511C4 File Offset: 0x0004F3C4
|
|
[Token(Token = "0x6001343")]
|
|
[Address(RVA = "0x1527620", Offset = "0x1526020", VA = "0x181527620", Slot = "21")]
|
|
public virtual bool TryGetLookTarget(int HDANABPONGB, out Quaternion PFOODIBEKNL)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (06001343)
|
|
|
|
ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean EnemyPatrol::TryGetLookTarget(System.Int32,UnityEngine.Quaternion&)
|
|
|
|
---> System.Exception: Basic block has to end with unconditional control flow.
|
|
{
|
|
Block_0:
|
|
stloc:Quaternion(var_0_05, callgetter:Quaternion(Quaternion::get_identity))
|
|
}
|
|
|
|
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: 0x06001344 RID: 4932 RVA: 0x000511D8 File Offset: 0x0004F3D8
|
|
[Token(Token = "0x6001344")]
|
|
[Address(RVA = "0x6A4030", Offset = "0x6A2A30", VA = "0x1806A4030")]
|
|
protected EnemyPatrol()
|
|
{
|
|
}
|
|
}
|