[network] added NetworkFrame

This commit is contained in:
2018-02-21 17:46:52 +03:00
parent db2339ab3a
commit dd447656f8
17 changed files with 377 additions and 202 deletions

View File

@@ -105,7 +105,7 @@ exports['client'] = gulp.series(
const testFlash = function() {
const argv = yargs.argv;
return build('flash')()
return build('flash', {proto_debug: true})()
.pipe(new FlashPlayer().run(argv.dev))
.pipe(debug());
};