22 lines
544 B
JavaScript
22 lines
544 B
JavaScript
|
|
"use strict";
|
||
|
|
cc._RF.push(module, '43495LwoAxLmIdcEjNR20N8', 'cmp.esencise.wnd');
|
||
|
|
// Scripts/mod/pve/cmp/cmp.esencise.wnd.js
|
||
|
|
|
||
|
|
"use strict";
|
||
|
|
|
||
|
|
/******************************************************************
|
||
|
|
*
|
||
|
|
* 行星武器奖励弹窗
|
||
|
|
*
|
||
|
|
******************************************************************/
|
||
|
|
|
||
|
|
var BridgeWindow = require("bridge.window");
|
||
|
|
cc.Class({
|
||
|
|
"extends": BridgeWindow,
|
||
|
|
properties: {},
|
||
|
|
// 重载:参数打开
|
||
|
|
onOpenConfigs: function onOpenConfigs() {},
|
||
|
|
onPreClosed: function onPreClosed() {}
|
||
|
|
});
|
||
|
|
|
||
|
|
cc._RF.pop();
|