Files
fc/dev/project/assets/Scripts/mod/guild/base/cmps/cmp.guild.race.wnd.js
T

27 lines
383 B
JavaScript
Raw Normal View History

2026-05-23 22:10:14 +08:00
/******************************************************************
*
* 联盟联赛
*
******************************************************************/
const BridgeWindow = require( "bridge.window" );
cc.Class( {
extends: BridgeWindow,
properties: {
},
// 显示
onEnable: function() {
},
// 关闭
onDisable: function() {
},
} );