"use strict"; cc._RF.push(module, 'bd6b1ze45VDy6YEQrE7USZL', 'esecsice_model'); // Scripts/mod/esecsice/esecsice_model.js "use strict"; // -------------------------------------------------------------------- // @author: whjing2012@syg.com(必填, 创建模块的人员) // @description: // 这里填写详细说明,主要填写该模块的功能简要 //
Create: 2019-01-07 15:18:54 // -------------------------------------------------------------------- var EsecsiceModel = cc.Class({ "extends": BaseClass, ctor: function ctor() {}, properties: {}, initConfig: function initConfig() {} }); cc._RF.pop();