Files
tbd-station-14/Content.Shared/NPC/RequestHTNMessage.cs
metalgearsloth 0286b88388 NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
2022-09-06 00:28:23 +10:00

10 lines
184 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.NPC;
[Serializable, NetSerializable]
public sealed class RequestHTNMessage : EntityEventArgs
{
public bool Enabled;
}