Pathfinder rework (#11452)
This commit is contained in:
9
Content.Server/NPC/Pathfinding/PathResult.cs
Normal file
9
Content.Server/NPC/Pathfinding/PathResult.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Content.Server.NPC.Pathfinding;
|
||||
|
||||
public enum PathResult : byte
|
||||
{
|
||||
NoPath,
|
||||
PartialPath,
|
||||
Path,
|
||||
Continuing,
|
||||
}
|
||||
Reference in New Issue
Block a user