using Robust.Shared.GameStates;
namespace Content.Shared.NPC;
[NetworkedComponent]
public abstract partial class SharedNPCComponent : Component
{
}