咸鱼的反击
 
 
 
xianyudefanji/assets/FrameWork/Util/Common.ts

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;
}