@mtgame/core 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -982,7 +982,8 @@
982
982
  ModelInstance({
983
983
  mappingFields: {
984
984
  id: 'id',
985
- name: 'name'
985
+ name: 'name',
986
+ name_en: 'nameEn',
986
987
  }
987
988
  })
988
989
  ], exports.City);