Add pathfinding support for NPCs climbing tables (#17415)
This commit is contained in:
@@ -115,4 +115,9 @@ public enum PathfindingBreadcrumbFlag : ushort
|
||||
/// Is there access required
|
||||
/// </summary>
|
||||
Access = 1 << 3,
|
||||
|
||||
/// <summary>
|
||||
/// Is there climbing involved
|
||||
/// </summary>
|
||||
Climb = 1 << 4,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user