GameModule.js 212 B

123456789101112
  1. // 用来记录导出的模块
  2. module.exports = {
  3. game: null,
  4. userInfo: null,
  5. ownerHome: null,
  6. tab: null,
  7. friendInfo: null,
  8. skill: null,
  9. roomInfo: null //当前每层楼的信息
  10. };