cc.Class({ extends: require("BaseGameMode"), properties: { }, onLoad() { this._gamestart = this.gamestart; this._initgame = this.initgame; }, start() { }, // update (dt) {}, });