NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
9
Content.Shared/NPC/RequestHTNMessage.cs
Normal file
9
Content.Shared/NPC/RequestHTNMessage.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.NPC;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class RequestHTNMessage : EntityEventArgs
|
||||
{
|
||||
public bool Enabled;
|
||||
}
|
||||
Reference in New Issue
Block a user