Files
27Aug2021-Cpp2IL-Dump/Pathfinding.Poly2Tri/DTSweepPointComparator.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

27 lines
737 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 = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public DTSweepPointComparator()
{
}
// Token: 0x06000078 RID: 120 RVA: 0x00002220 File Offset: 0x00000420
[Token(Token = "0x6000078")]
[Address(RVA = "0x11A5510", Offset = "0x11A4510", VA = "0x1811A5510", Slot = "4")]
public int Compare(TriangulationPoint p1, TriangulationPoint p2)
{
return 0;
}
}
}