forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Tools/khamake/out/Exporters/DebugHtml5Exporter.js
Normal file
12
Kha/Tools/khamake/out/Exporters/DebugHtml5Exporter.js
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.DebugHtml5Exporter = void 0;
|
||||
const Html5Exporter_1 = require("./Html5Exporter");
|
||||
class DebugHtml5Exporter extends Html5Exporter_1.Html5Exporter {
|
||||
constructor(options) {
|
||||
super(options);
|
||||
this.isDebug = true;
|
||||
}
|
||||
}
|
||||
exports.DebugHtml5Exporter = DebugHtml5Exporter;
|
||||
//# sourceMappingURL=DebugHtml5Exporter.js.map
|
Reference in New Issue
Block a user