Magic progress

This commit is contained in:
n1073645 2019-12-02 15:47:02 +00:00
parent 9f3b185f77
commit 40c7e63046
5 changed files with 199 additions and 73 deletions

View file

@ -25,6 +25,9 @@ class Operation {
this._flowControl = false;
this._manualBake = false;
this._ingList = [];
// this._checks = [];
this._inputRegexes = [];
this._outputRegexes = [];
// Public fields
this.name = "";