NPC refactor (#10122)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
7
Content.Server/NPC/Components/ActiveNPCComponent.cs
Normal file
7
Content.Server/NPC/Components/ActiveNPCComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Server.NPC.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Added to NPCs that are actively being updated.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveNPCComponent : Component {}
|
||||
Reference in New Issue
Block a user