"use strict"; cc._RF.push(module, 'f2275sSXYlBkoIS1clF90pW', 'element_model'); // Scripts/mod/element/element_model.js "use strict"; // -------------------------------------------------------------------- // @author: xxx@syg.com(必填, 创建模块的人员) // @description: // 这里填写详细说明,主要填写该模块的功能简要 //
Create: 2019-09-16 19:26:31 // -------------------------------------------------------------------- var ElementModel = cc.Class({ "extends": BaseClass, ctor: function ctor() {}, properties: {}, initConfig: function initConfig() {} }); cc._RF.pop();