cc.Class({ extends: cc.Component, properties: { }, onLoad () { this.restTime = 0; this.currentTime = 0; }, start () { }, // update (dt) {}, });