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