export-table-pulgin-csharp 1.1.145 → 1.1.147
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.
|
@@ -264,7 +264,6 @@ ${(0, export_table_lib_1.foreach)(tables.sort((ta, tb) => ta.name.localeCompare(
|
|
|
264
264
|
`)}
|
|
265
265
|
yield break;
|
|
266
266
|
}
|
|
267
|
-
}
|
|
268
267
|
|
|
269
268
|
#if UNITY_EDITOR
|
|
270
269
|
public static IEnumerable<Action<bool>> LoadInEditor(){
|
|
@@ -274,6 +273,7 @@ ${(0, export_table_lib_1.foreach)(tables.sort((ta, tb) => ta.name.localeCompare(
|
|
|
274
273
|
yield break;
|
|
275
274
|
}
|
|
276
275
|
#endif
|
|
276
|
+
}
|
|
277
277
|
}
|
|
278
278
|
`;
|
|
279
279
|
let savePath = paras.outPath + "/DefaultConfigLoader.cs";
|
package/package.json
CHANGED
|
@@ -268,7 +268,6 @@ ${foreach(tables.sort((ta, tb) => ta.name.localeCompare(tb.name)), (table) => `
|
|
|
268
268
|
`)}
|
|
269
269
|
yield break;
|
|
270
270
|
}
|
|
271
|
-
}
|
|
272
271
|
|
|
273
272
|
#if UNITY_EDITOR
|
|
274
273
|
public static IEnumerable<Action<bool>> LoadInEditor(){
|
|
@@ -278,6 +277,7 @@ ${foreach(tables.sort((ta, tb) => ta.name.localeCompare(tb.name)), (table) => `
|
|
|
278
277
|
yield break;
|
|
279
278
|
}
|
|
280
279
|
#endif
|
|
280
|
+
}
|
|
281
281
|
}
|
|
282
282
|
`
|
|
283
283
|
let savePath = paras.outPath + "/DefaultConfigLoader.cs";
|