difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
"use strict";
cc._RF.push(module, 'd1ee2SksolNWKlScOwj5wCD', 'recruithero_event');
// Scripts/mod/recruithero/recruithero_event.js
 
"use strict";
 
var RecruitHeroEvent = {}; // 竖版事件
// 用于处理红点
 
RecruitHeroEvent.RecruitHeroBaseInfo = "RecruitHeroEvent.RecruitHeroBaseInfo";
module.exports = RecruitHeroEvent;
 
cc._RF.pop();