/* * @Descripttion: 常用方法 * @version: 1.0.0 * @Author: YeeChan * @Date: 2020-07-21 16:48:23 */ import Common5 from "../../Platform/th/Common5"; // import ChatManager from "../../Scripts/chat/ChatManager"; import { ryw_Event } from "../Event/EventEnum"; import EventMgr from "../Event/EventMgr"; import User from "../User/User"; export default class Common { static Type = 0; static SpeTip = ""; static subLevel = 0; static GameSubTipConfigs = null; static GameSubAnswerConfigs = null; static GameSubChooseArray = null; static GameguizeArray = null; static isEnterJituan = false; }