Mscript update #1

Merged
sixteenmillimeter merged 21 commits from mscript into master 2018-06-17 03:25:21 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9e125e37d3 - Show all commits

View File

@ -23,6 +23,7 @@ const ALTS = {
'F ' : ['FADE'] 'F ' : ['FADE']
}; };
/** class Mscript */
class Mscript { class Mscript {
constructor () { constructor () {
this.output = {}; this.output = {};