export-table-pulgin-csharp 1.0.46 → 1.0.47
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAE,iBAAiB,EAAe,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAgDnE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAwCzE;AAED,qBAAa,iBAAkB,SAAQ,UAAU;IAChD,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,EAAE,CAAY;IAE1B,WAAW,CAAC,KAAK,EAAE,iBAAiB;IAmBpC,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;
|
|
1
|
+
{"version":3,"file":"ExportUnityCSJsonPlugin.d.ts","sourceRoot":"","sources":["../src/ExportUnityCSJsonPlugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,iBAAiB,EAA+B,UAAU,EAAE,iBAAiB,EAAe,MAAM,kBAAkB,CAAA;AAGlI,wBAAgB,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAgDnE;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,MAAM,GAAG,IAAI,CAwCzE;AAED,qBAAa,iBAAkB,SAAQ,UAAU;IAChD,IAAI,SAAU;IACd,IAAI,EAAE,MAAM,EAAE,CAAY;IAE1B,WAAW,CAAC,KAAK,EAAE,iBAAiB;IAmBpC,WAAW,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;CAqB3C"}
|
|
@@ -127,6 +127,10 @@ class ExportUJsonPlugin extends export_table_lib_1.PluginBase {
|
|
|
127
127
|
handleBatch(paras) {
|
|
128
128
|
var tables = paras.tables;
|
|
129
129
|
var temp = `
|
|
130
|
+
using System;
|
|
131
|
+
using System.Collections.Generic;
|
|
132
|
+
using System.Threading.Tasks;
|
|
133
|
+
|
|
130
134
|
namespace MEEC.ExportedConfigs
|
|
131
135
|
{
|
|
132
136
|
public static class DefaultConfigLoader{
|
package/package.json
CHANGED
|
@@ -120,6 +120,10 @@ export class ExportUJsonPlugin extends PluginBase {
|
|
|
120
120
|
handleBatch(paras: HandleBatchParams): void {
|
|
121
121
|
var tables = paras.tables;
|
|
122
122
|
var temp = `
|
|
123
|
+
using System;
|
|
124
|
+
using System.Collections.Generic;
|
|
125
|
+
using System.Threading.Tasks;
|
|
126
|
+
|
|
123
127
|
namespace MEEC.ExportedConfigs
|
|
124
128
|
{
|
|
125
129
|
public static class DefaultConfigLoader{
|