Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

28 lines
865 B
C#

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 = "0xA13C70", Offset = "0xA12C70", VA = "0x180A13C70")]
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 = "0xA13D60", Offset = "0xA12D60", VA = "0x180A13D60")]
public static bool UpdateGraphsNoBlock(GraphUpdateObject guo, List<GraphNode> nodes, bool alwaysRevert = false)
{
return default(bool);
}
}
}