using Robust.Shared.Serialization; namespace Content.Shared.NPC.Events; /// /// Raised from client to server to request NPC steering debug info. /// [Serializable, NetSerializable] public sealed class RequestNPCSteeringDebugEvent : EntityEventArgs { public bool Enabled; }