Files
OldThink/Content.Shared/NPC/Events/RequestPathfindingDebugMessage.cs

10 lines
210 B
C#
Raw Permalink Normal View History

2022-09-30 14:39:48 +10:00
using Robust.Shared.Serialization;
namespace Content.Shared.NPC;
[Serializable, NetSerializable]
public sealed class RequestPathfindingDebugMessage : EntityEventArgs
{
public PathfindingDebugMode Mode;
}