You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
642 B
33 lines
642 B
1 week ago
|
/*
|
||
|
* @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;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|