GameModule.js 168 B

1234567891011
  1. // 用来记录导出的模块
  2. module.exports = {
  3. game: null,
  4. userInfo: null,
  5. ownerHome: null,
  6. tab: null,
  7. friendInfo: null,
  8. audioMng: null,
  9. };