Pathfinder rework (#11452)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.NPC;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class RequestPathfindingDebugMessage : EntityEventArgs
|
||||
{
|
||||
public PathfindingDebugMode Mode;
|
||||
}
|
||||
Reference in New Issue
Block a user