96 lines
4.6 KiB
C#
96 lines
4.6 KiB
C#
using System;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000280 RID: 640
|
|
[Token(Token = "0x2000280")]
|
|
public abstract class EnemyPatrol : MonoBehaviourPun
|
|
{
|
|
// Token: 0x060012E5 RID: 4837
|
|
[Token(Token = "0x60012E5")]
|
|
[Address(Slot = "15")]
|
|
public abstract bool HasReachedTarget(Vector3 PJBCOJLDFMH, Vector3 JJGDNPNBINJ);
|
|
|
|
// Token: 0x060012E6 RID: 4838
|
|
[Token(Token = "0x60012E6")]
|
|
[Address(Slot = "16")]
|
|
public abstract bool HasFinishedPatrol(int HDANABPONGB);
|
|
|
|
// Token: 0x060012E7 RID: 4839
|
|
[Token(Token = "0x60012E7")]
|
|
[Address(Slot = "17")]
|
|
public abstract bool TryGetNextTarget(int HDANABPONGB, out int MMDNOCLDKFN, out Vector3 JJGDNPNBINJ);
|
|
|
|
// Token: 0x060012E8 RID: 4840
|
|
[Token(Token = "0x60012E8")]
|
|
[Address(Slot = "18")]
|
|
public abstract Vector3 GetGizmoPosition();
|
|
|
|
// Token: 0x170002C4 RID: 708
|
|
// (get) Token: 0x060012E9 RID: 4841 RVA: 0x0004FDDC File Offset: 0x0004DFDC
|
|
[Token(Token = "0x170002C4")]
|
|
public virtual bool FFJCAJELFAH
|
|
{
|
|
[Token(Token = "0x60012E9")]
|
|
[Address(RVA = "0x460D40", Offset = "0x45FB40", VA = "0x180460D40", Slot = "19")]
|
|
get
|
|
{
|
|
return true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x170002C5 RID: 709
|
|
// (get) Token: 0x060012EA RID: 4842 RVA: 0x0004FDEC File Offset: 0x0004DFEC
|
|
[Token(Token = "0x170002C5")]
|
|
public int JPOHGBCEJEJ
|
|
{
|
|
[Token(Token = "0x60012EA")]
|
|
[Address(RVA = "0xFD8B40", Offset = "0xFD7940", VA = "0x180FD8B40")]
|
|
get
|
|
{
|
|
return base.JDHMIOJKLCK.viewIdField;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060012EB RID: 4843 RVA: 0x0004FE0C File Offset: 0x0004E00C
|
|
[Token(Token = "0x60012EB")]
|
|
[Address(RVA = "0x7B5670", Offset = "0x7B4470", VA = "0x1807B5670", Slot = "20")]
|
|
public virtual float GetPauseTime(int HDANABPONGB)
|
|
{
|
|
}
|
|
|
|
// Token: 0x060012EC RID: 4844 RVA: 0x0004FE1C File Offset: 0x0004E01C
|
|
[Token(Token = "0x60012EC")]
|
|
[Address(RVA = "0x12AE630", Offset = "0x12AD430", VA = "0x1812AE630", Slot = "21")]
|
|
public virtual bool TryGetLookTarget(int HDANABPONGB, out Quaternion PFOODIBEKNL)
|
|
{
|
|
/*
|
|
An exception occurred when decompiling this method (060012EC)
|
|
|
|
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 1660
|
|
*/;
|
|
}
|
|
|
|
// Token: 0x060012ED RID: 4845 RVA: 0x0004FE30 File Offset: 0x0004E030
|
|
[Token(Token = "0x60012ED")]
|
|
[Address(RVA = "0x752FB0", Offset = "0x751DB0", VA = "0x180752FB0")]
|
|
protected EnemyPatrol()
|
|
{
|
|
}
|
|
}
|