difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"use strict";
cc._RF.push(module, '867eaKrOABKILI7IXJLVK5j', 'ladder_const');
// Scripts/mod/ladder/ladder_const.js
 
"use strict";
 
var LadderConst = {}; //天梯红点类型
 
LadderConst.RedType = {
  TopThree: 1,
  // 英雄殿
  BattleLog: 2,
  // 战报
  Challenge: 3 // 挑战次数
 
};
module.exports = LadderConst;
 
cc._RF.pop();