export-table-pulgin-csharp 1.1.148 → 1.1.149
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.
|
@@ -225,7 +225,7 @@ ${(0, export_table_lib_1.foreach)(tables.sort((ta, tb) => ta.name.localeCompare(
|
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
#if UNITY_EDITOR
|
|
228
|
-
public static IEnumerable<Action<bool
|
|
228
|
+
public static IEnumerable<Action<bool, System.Func<string, string>>> LoadInEditor(){
|
|
229
229
|
${(0, export_table_lib_1.foreach)(tables.sort((ta, tb) => ta.name.localeCompare(tb.name)), (table) => `
|
|
230
230
|
yield return ${firstLetterUpper(table.name)}.LoadInEditor;
|
|
231
231
|
`)}
|
package/package.json
CHANGED
|
@@ -230,7 +230,7 @@ ${foreach(tables.sort((ta, tb) => ta.name.localeCompare(tb.name)), (table) => `
|
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
#if UNITY_EDITOR
|
|
233
|
-
public static IEnumerable<Action<bool
|
|
233
|
+
public static IEnumerable<Action<bool, System.Func<string, string>>> LoadInEditor(){
|
|
234
234
|
${foreach(tables.sort((ta, tb) => ta.name.localeCompare(tb.name)), (table) => `
|
|
235
235
|
yield return ${firstLetterUpper(table.name)}.LoadInEditor;
|
|
236
236
|
`)}
|