"use strict"; cc._RF.push(module, '9d783t3Kk9L5JZXrb/+uOCD', 'guildmarketplace_const'); // Scripts/mod/guild/marketplace/guildmarketplace_const.js "use strict"; // //////////////////////////////////////////////////////////////////// // @author: lwc@syg.com(必填, 创建模块的人员) // @editor: xxx@syg.com(必填, 后续维护以及修改的人员) // @description: // 公会宝库 后端 国辉 策划 松岳 //
Create: 2019-09-04 // //////////////////////////////////////////////////////////////////// var GuildmarketplaceConst = {}; GuildmarketplaceConst.BagType = { eHero: 0, //英雄碎片 eEquips: 1, //装备 eProps: 2, //道具 eSpecial: 3 // 特殊 }; GuildmarketplaceConst.PanelType = { eMarket: 0, //倉庫列表 eBag: 1 //背包列表 }; //宝库奖励记录类型(后端定义的) GuildmarketplaceConst.RewardRecordType = { ePlay: 1, //玩家操作 eSystem: 2, //公会宝库系统(针对过期的) eSecretArea: 3, //公会秘境 eGuildWar: 4, //工会战 eMonopoly: 5 //圣夜奇境 }; module.exports = GuildmarketplaceConst; cc._RF.pop();