Files
Aug2021-Cpp2IL-Dump/AstarPathfindingProject/Pathfinding/GraphUpdateUtilities.cs
T
2026-04-10 22:50:51 +02:00

28 lines
869 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 = "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);
}
}
}