[project] added packers

This commit is contained in:
2018-04-25 15:35:10 +03:00
parent 60589db248
commit 744874aa61
9 changed files with 253 additions and 16 deletions

View File

@@ -30,9 +30,12 @@ class Config {
this.macros = [];
this.meta = {
title: null,
filename: null,
icon: null,
version: null,
pack: null,
company:null
author: null,
company: null
};
if (params) {
this.update(params);