difenduandada
2024-12-31 34abe6963b344c882358274957f4b992456fee40
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict";
cc._RF.push(module, '3db44ySW01FpZEwD8p6m2JN', 'adventureactivity_model');
// Scripts/mod/adventureactivity/adventureactivity_model.js
 
"use strict";
 
// --------------------------------------------------------------------
// @author: xxx@syg.com(必填, 创建模块的人员)
// @description:
//      这里填写详细说明,主要填写该模块的功能简要
// <br/>Create: 2019-05-08 14:25:57
// --------------------------------------------------------------------
var AdventureactivityModel = cc.Class({
  "extends": BaseClass,
  ctor: function ctor() {},
  properties: {},
  initConfig: function initConfig() {}
});
 
cc._RF.pop();