// -------------------------------------------------------------------- // @author: xxx@syg.com(必填, 创建模块的人员) // @description: // 这里填写详细说明,主要填写该模块的功能简要 //
Create: 2018-11-27 17:07:15 // -------------------------------------------------------------------- var MainUiModel = cc.Class({ ctor: function () { }, properties: { }, initConfig: function () { }, }); module.exports = MainUiModel;