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