NPC constructor

NPC()

Implementation

factory NPC() {
  return NPCImpl();
}