// 用来记录导出的模块 module.exports = { game: null, userInfo: null, ownerHome: null, tab: null, friendInfo: null, skill: null, roomInfo: null, //当前每层楼的信息 homeGuide: null, audioMng: null //音效 };