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.
27 lines
409 B
27 lines
409 B
/*
|
|
* @Descripttion: 常用方法
|
|
* @version: 1.0.0
|
|
* @Author: YeeChan
|
|
* @Date: 2020-07-21 16:48:23
|
|
*/
|
|
|
|
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|