class Prefab {
    /** @constructor */
    constructor(name, techName, defIndex, type){
        this.name = name;
        this.techName = techName;