Elin Modding Docs Doc
Loading...
Searching...
No Matches
PathThread.cs
1
using
System;
2
3
// Token: 0x020000BE RID: 190
4
public
class
PathThread
5
{
6
// Token: 0x060004EB RID: 1259 RVA: 0x000224AB File Offset: 0x000206AB
7
public
void
Start(
PathProgress
progress)
8
{
9
PathManager
.Instance.pathfinder.FindPath(progress);
10
}
11
}
PathManager
Definition
PathManager.cs:9
PathProgress
Definition
PathProgress.cs:7
PathThread
Definition
PathThread.cs:5
Elin
PathThread.cs
Generated by
1.12.0