This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,30 @@
using System;
using Cpp2IlInjected;
namespace Pathfinding
{
// Token: 0x020000E9 RID: 233
[Token(Token = "0x200008D")]
public class ABPathEndingCondition : PathEndingCondition
{
// Token: 0x060007F7 RID: 2039 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60006BF")]
[Address(RVA = "0x902750", Offset = "0x901750", VA = "0x180902750")]
public ABPathEndingCondition(ABPath p)
{
}
// Token: 0x060007F8 RID: 2040 RVA: 0x000058AC File Offset: 0x00003AAC
[Token(Token = "0x60006C0")]
[Address(RVA = "0x902720", Offset = "0x901720", VA = "0x180902720", Slot = "4")]
public override bool TargetFound(PathNode node)
{
return default(bool);
}
// Token: 0x0400056B RID: 1387
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x40003EF")]
protected ABPath abPath;
}
}