Context steering for NPCs (#12915)
This commit is contained in:
12
Content.Shared/NPC/Events/RequestNPCSteeringDebugEvent.cs
Normal file
12
Content.Shared/NPC/Events/RequestNPCSteeringDebugEvent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.NPC.Events;
|
||||
|
||||
/// <summary>
|
||||
/// Raised from client to server to request NPC steering debug info.
|
||||
/// </summary>
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class RequestNPCSteeringDebugEvent : EntityEventArgs
|
||||
{
|
||||
public bool Enabled;
|
||||
}
|
||||
Reference in New Issue
Block a user