export-table-pulgin-csharp 1.1.73 → 1.1.74

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.
@@ -260,7 +260,7 @@ ${(0, export_table_lib_1.foreach)(fields, f => {
260
260
  #if UNITY_EDITOR
261
261
  if (${tempDictByMemberName}.Count != Configs.Count)
262
262
  {
263
- Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
263
+ UnityEngine.Debug.LogError($"配表数据不一致(ConfigsUnmatched): {${tempDictByMemberName}.Count}!={Configs.Count}");
264
264
  }
265
265
  #endif
266
266
  return ${tempDictByMemberName}.GetValueOrDefault(${memberName});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "export-table-pulgin-csharp",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {