using Content.Shared.NPC;
namespace Content.Client.NPC;
public abstract partial class NPCComponent : SharedNPCComponent
{
}