Files
2026-04-10 22:50:51 +02:00

27 lines
735 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Pathfinding.Poly2Tri
{
// Token: 0x0200000E RID: 14
[Token(Token = "0x200000E")]
public class DTSweepPointComparator : IComparer<TriangulationPoint>
{
// Token: 0x06000077 RID: 119 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000077")]
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
public DTSweepPointComparator()
{
}
// Token: 0x06000078 RID: 120 RVA: 0x00002220 File Offset: 0x00000420
[Token(Token = "0x6000078")]
[Address(RVA = "0x703810", Offset = "0x702610", VA = "0x180703810", Slot = "4")]
public int Compare(TriangulationPoint p1, TriangulationPoint p2)
{
return 0;
}
}
}