This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,27 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Pathfinding
{
// Token: 0x020000F6 RID: 246
[Token(Token = "0x2000093")]
public static class GraphUpdateUtilities
{
// Token: 0x0600082A RID: 2090 RVA: 0x000059FC File Offset: 0x00003BFC
[Token(Token = "0x60006E8")]
[Address(RVA = "0x25627D0", Offset = "0x25615D0", VA = "0x1825627D0")]
public static bool UpdateGraphsNoBlock(GraphUpdateObject guo, GraphNode node1, GraphNode node2, bool alwaysRevert = false)
{
return default(bool);
}
// Token: 0x0600082B RID: 2091 RVA: 0x00005A14 File Offset: 0x00003C14
[Token(Token = "0x60006E9")]
[Address(RVA = "0x25628C0", Offset = "0x25616C0", VA = "0x1825628C0")]
public static bool UpdateGraphsNoBlock(GraphUpdateObject guo, List<GraphNode> nodes, bool alwaysRevert = false)
{
return default(bool);
}
}
}