clear: function () {
      $.each(_npc.data, function (key, npc) {
        npc.clear()
      })
    },